aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-summary-metadata.pbtxt
blob: c02575b9626c848e9b871d2cc6febb26a5142f08 (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
path: "tensorflow.SummaryMetadata"
tf_proto {
  descriptor {
    name: "SummaryMetadata"
    field {
      name: "plugin_data"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.SummaryMetadata.PluginData"
    }
    field {
      name: "display_name"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "summary_description"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    nested_type {
      name: "PluginData"
      field {
        name: "plugin_name"
        number: 1
        label: LABEL_OPTIONAL
        type: TYPE_STRING
      }
      field {
        name: "content"
        number: 2
        label: LABEL_OPTIONAL
        type: TYPE_BYTES
      }
    }
  }
}