aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-node-def.-attr-entry.pbtxt
blob: 622e4c3d0f60ce4842a6fd4cc421551aa795fcbf (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.NodeDef.AttrEntry"
tf_proto {
  descriptor {
    name: "AttrEntry"
    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.AttrValue"
    }
    options {
      map_entry: true
    }
  }
}