aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-summary.-image.pbtxt
blob: fc1acb483b3051cba01f5d9bc8501a61965bbc37 (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
path: "tensorflow.Summary.Image"
tf_proto {
  descriptor {
    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
    }
  }
}