STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.train.-feature.pbtxt
2018-08-07 14:43:40 -07:00

34 lines
649 B
Plaintext

path: "tensorflow.train.Feature"
tf_proto {
descriptor {
name: "Feature"
field {
name: "bytes_list"
number: 1
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.BytesList"
oneof_index: 0
}
field {
name: "float_list"
number: 2
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.FloatList"
oneof_index: 0
}
field {
name: "int64_list"
number: 3
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.Int64List"
oneof_index: 0
}
oneof_decl {
name: "kind"
}
}
}