aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.-node-def.pbtxt
blob: 646fa8abb9b22dbd908ff821cbe66a33ad02ba64 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
path: "tensorflow.NodeDef"
tf_proto {
  descriptor {
    name: "NodeDef"
    field {
      name: "name"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "op"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "input"
      number: 3
      label: LABEL_REPEATED
      type: TYPE_STRING
    }
    field {
      name: "device"
      number: 4
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "attr"
      number: 5
      label: LABEL_REPEATED
      type: TYPE_MESSAGE
      type_name: ".tensorflow.NodeDef.AttrEntry"
    }
    nested_type {
      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
      }
    }
  }
}