aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.summary.-summary.-value.pbtxt
blob: 4176171cd938e383fe5366153364d8e8e8c1a1ee (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
path: "tensorflow.summary.Summary.Value"
tf_proto {
  descriptor {
    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"
    }
  }
}