1path: "tensorflow.profiler.OpLogProto" 2tf_proto { 3 descriptor { 4 name: "OpLogProto" 5 field { 6 name: "log_entries" 7 number: 1 8 label: LABEL_REPEATED 9 type: TYPE_MESSAGE 10 type_name: ".tensorflow.tfprof.OpLogEntry" 11 } 12 field { 13 name: "id_to_string" 14 number: 2 15 label: LABEL_REPEATED 16 type: TYPE_MESSAGE 17 type_name: ".tensorflow.tfprof.OpLogProto.IdToStringEntry" 18 } 19 nested_type { 20 name: "IdToStringEntry" 21 field { 22 name: "key" 23 number: 1 24 label: LABEL_OPTIONAL 25 type: TYPE_INT64 26 } 27 field { 28 name: "value" 29 number: 2 30 label: LABEL_OPTIONAL 31 type: TYPE_STRING 32 } 33 options { 34 map_entry: true 35 } 36 } 37 } 38} 39