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

23 lines
396 B
Plaintext

path: "tensorflow.train.Features.FeatureEntry"
tf_proto {
descriptor {
name: "FeatureEntry"
field {
name: "key"
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
}
field {
name: "value"
number: 2
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.Feature"
}
options {
map_entry: true
}
}
}