aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.profiler.-op-log-proto.pbtxt
blob: 7510c566ba574e9370f5e54c29023ef4fb5ee804 (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
path: "tensorflow.profiler.OpLogProto"
tf_proto {
  descriptor {
    name: "OpLogProto"
    field {
      name: "log_entries"
      number: 1
      label: LABEL_REPEATED
      type: TYPE_MESSAGE
      type_name: ".tensorflow.tfprof.OpLogEntry"
    }
    field {
      name: "id_to_string"
      number: 2
      label: LABEL_REPEATED
      type: TYPE_MESSAGE
      type_name: ".tensorflow.tfprof.OpLogProto.IdToStringEntry"
    }
    nested_type {
      name: "IdToStringEntry"
      field {
        name: "key"
        number: 1
        label: LABEL_OPTIONAL
        type: TYPE_INT64
      }
      field {
        name: "value"
        number: 2
        label: LABEL_OPTIONAL
        type: TYPE_STRING
      }
      options {
        map_entry: true
      }
    }
  }
}