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