aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.profiler.-graph-node-proto.-input-shapes-entry.pbtxt
blob: afec73f537aadd5d1a274db8d57e37b8c6fa3e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
path: "tensorflow.profiler.GraphNodeProto.InputShapesEntry"
tf_proto {
  descriptor {
    name: "InputShapesEntry"
    field {
      name: "key"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_INT32
    }
    field {
      name: "value"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.TensorShapeProto"
    }
    options {
      map_entry: true
    }
  }
}