aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-attr-value.pbtxt
blob: 6ccd64f428c3b87c807d0af82f67a884187f738c (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
path: "tensorflow.AttrValue"
tf_proto {
  descriptor {
    name: "AttrValue"
    field {
      name: "s"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_BYTES
      oneof_index: 0
    }
    field {
      name: "i"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_INT64
      oneof_index: 0
    }
    field {
      name: "f"
      number: 4
      label: LABEL_OPTIONAL
      type: TYPE_FLOAT
      oneof_index: 0
    }
    field {
      name: "b"
      number: 5
      label: LABEL_OPTIONAL
      type: TYPE_BOOL
      oneof_index: 0
    }
    field {
      name: "type"
      number: 6
      label: LABEL_OPTIONAL
      type: TYPE_ENUM
      type_name: ".tensorflow.DataType"
      oneof_index: 0
    }
    field {
      name: "shape"
      number: 7
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.TensorShapeProto"
      oneof_index: 0
    }
    field {
      name: "tensor"
      number: 8
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.TensorProto"
      oneof_index: 0
    }
    field {
      name: "list"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.AttrValue.ListValue"
      oneof_index: 0
    }
    field {
      name: "func"
      number: 10
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.NameAttrList"
      oneof_index: 0
    }
    field {
      name: "placeholder"
      number: 9
      label: LABEL_OPTIONAL
      type: TYPE_STRING
      oneof_index: 0
    }
    nested_type {
      name: "ListValue"
      field {
        name: "s"
        number: 2
        label: LABEL_REPEATED
        type: TYPE_BYTES
      }
      field {
        name: "i"
        number: 3
        label: LABEL_REPEATED
        type: TYPE_INT64
        options {
          packed: true
        }
      }
      field {
        name: "f"
        number: 4
        label: LABEL_REPEATED
        type: TYPE_FLOAT
        options {
          packed: true
        }
      }
      field {
        name: "b"
        number: 5
        label: LABEL_REPEATED
        type: TYPE_BOOL
        options {
          packed: true
        }
      }
      field {
        name: "type"
        number: 6
        label: LABEL_REPEATED
        type: TYPE_ENUM
        type_name: ".tensorflow.DataType"
        options {
          packed: true
        }
      }
      field {
        name: "shape"
        number: 7
        label: LABEL_REPEATED
        type: TYPE_MESSAGE
        type_name: ".tensorflow.TensorShapeProto"
      }
      field {
        name: "tensor"
        number: 8
        label: LABEL_REPEATED
        type: TYPE_MESSAGE
        type_name: ".tensorflow.TensorProto"
      }
      field {
        name: "func"
        number: 9
        label: LABEL_REPEATED
        type: TYPE_MESSAGE
        type_name: ".tensorflow.NameAttrList"
      }
    }
    oneof_decl {
      name: "value"
    }
  }
}