aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-summary.pbtxt
blob: b2bdff7171804aae114d1e3631e3074b1e4006ba (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
path: "tensorflow.Summary"
tf_proto {
  descriptor {
    name: "Summary"
    field {
      name: "value"
      number: 1
      label: LABEL_REPEATED
      type: TYPE_MESSAGE
      type_name: ".tensorflow.Summary.Value"
    }
    nested_type {
      name: "Image"
      field {
        name: "height"
        number: 1
        label: LABEL_OPTIONAL
        type: TYPE_INT32
      }
      field {
        name: "width"
        number: 2
        label: LABEL_OPTIONAL
        type: TYPE_INT32
      }
      field {
        name: "colorspace"
        number: 3
        label: LABEL_OPTIONAL
        type: TYPE_INT32
      }
      field {
        name: "encoded_image_string"
        number: 4
        label: LABEL_OPTIONAL
        type: TYPE_BYTES
      }
    }
    nested_type {
      name: "Audio"
      field {
        name: "sample_rate"
        number: 1
        label: LABEL_OPTIONAL
        type: TYPE_FLOAT
      }
      field {
        name: "num_channels"
        number: 2
        label: LABEL_OPTIONAL
        type: TYPE_INT64
      }
      field {
        name: "length_frames"
        number: 3
        label: LABEL_OPTIONAL
        type: TYPE_INT64
      }
      field {
        name: "encoded_audio_string"
        number: 4
        label: LABEL_OPTIONAL
        type: TYPE_BYTES
      }
      field {
        name: "content_type"
        number: 5
        label: LABEL_OPTIONAL
        type: TYPE_STRING
      }
    }
    nested_type {
      name: "Value"
      field {
        name: "node_name"
        number: 7
        label: LABEL_OPTIONAL
        type: TYPE_STRING
      }
      field {
        name: "tag"
        number: 1
        label: LABEL_OPTIONAL
        type: TYPE_STRING
      }
      field {
        name: "metadata"
        number: 9
        label: LABEL_OPTIONAL
        type: TYPE_MESSAGE
        type_name: ".tensorflow.SummaryMetadata"
      }
      field {
        name: "simple_value"
        number: 2
        label: LABEL_OPTIONAL
        type: TYPE_FLOAT
        oneof_index: 0
      }
      field {
        name: "obsolete_old_style_histogram"
        number: 3
        label: LABEL_OPTIONAL
        type: TYPE_BYTES
        oneof_index: 0
      }
      field {
        name: "image"
        number: 4
        label: LABEL_OPTIONAL
        type: TYPE_MESSAGE
        type_name: ".tensorflow.Summary.Image"
        oneof_index: 0
      }
      field {
        name: "histo"
        number: 5
        label: LABEL_OPTIONAL
        type: TYPE_MESSAGE
        type_name: ".tensorflow.HistogramProto"
        oneof_index: 0
      }
      field {
        name: "audio"
        number: 6
        label: LABEL_OPTIONAL
        type: TYPE_MESSAGE
        type_name: ".tensorflow.Summary.Audio"
        oneof_index: 0
      }
      field {
        name: "tensor"
        number: 8
        label: LABEL_OPTIONAL
        type: TYPE_MESSAGE
        type_name: ".tensorflow.TensorProto"
        oneof_index: 0
      }
      oneof_decl {
        name: "value"
      }
    }
  }
}