blob: 1c7d4de789373cb9c42868955017d44995a695a4 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.fuchsia.contrib.tensorflow;
message InputProperties {
string version = 1;
}