aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-graph-def.pbtxt
blob: 19eccff03d24719d95ea84ccdad4014aa777ccd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
    }
  }
}