aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v1/tensorflow.-histogram-proto.pbtxt
blob: d4402f330b8a28eaa61eb2b74c9ca412dce06b62 (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
path: "tensorflow.HistogramProto"
tf_proto {
  descriptor {
    name: "HistogramProto"
    field {
      name: "min"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
    }
    field {
      name: "max"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
    }
    field {
      name: "num"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
    }
    field {
      name: "sum"
      number: 4
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
    }
    field {
      name: "sum_squares"
      number: 5
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
    }
    field {
      name: "bucket_limit"
      number: 6
      label: LABEL_REPEATED
      type: TYPE_DOUBLE
      options {
        packed: true
      }
    }
    field {
      name: "bucket"
      number: 7
      label: LABEL_REPEATED
      type: TYPE_DOUBLE
      options {
        packed: true
      }
    }
  }
}