aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.train.-features.-feature-entry.pbtxt
blob: f912005f1cc35f12ce6eba5313b0c67adebe70f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
path: "tensorflow.train.Features.FeatureEntry"
tf_proto {
  descriptor {
    name: "FeatureEntry"
    field {
      name: "key"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "value"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.Feature"
    }
    options {
      map_entry: true
    }
  }
}