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

37 lines
693 B
Plaintext

path: "tensorflow.GraphDef"
tf_proto {
descriptor {
name: "GraphDef"
field {
name: "node"
number: 1
label: LABEL_REPEATED
type: TYPE_MESSAGE
type_name: ".tensorflow.NodeDef"
}
field {
name: "versions"
number: 4
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.VersionDef"
}
field {
name: "version"
number: 3
label: LABEL_OPTIONAL
type: TYPE_INT32
options {
deprecated: true
}
}
field {
name: "library"
number: 2
label: LABEL_OPTIONAL
type: TYPE_MESSAGE
type_name: ".tensorflow.FunctionDefLibrary"
}
}
}