Searched refs:id_to_string (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_remote.py | 67 id_to_string = call_traceback_proto.origin_id_to_string 69 id_to_string[value] = key if key is not None else "" 72 def _source_file_paths_outside_tensorflow_py_library(code_defs, id_to_string): argument 87 non_tf_files = (id_to_string[file_id] for file_id in file_ids) 150 call_traceback.graph_traceback.id_to_string))
|
D | grpc_debug_test_server.py | 306 op_log_proto.id_to_string) 320 for stack, id_to_string in zip( 322 ret.append(self._code_def_to_traceback(stack, id_to_string)) 358 def _code_def_to_traceback(self, code_def, id_to_string): argument 359 return [(id_to_string[trace.file_id], 361 id_to_string[trace.function_id]) for trace in code_def.traces]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 49 const std::map<int64_t, string>* id_to_string) in Trace() argument 50 : trace_(trace), id_to_string_(id_to_string) {} in Trace() 70 CallStack(const CodeDef& def, const std::map<int64_t, string>* id_to_string) in CallStack() argument 74 traces_.emplace_back(&t, id_to_string); in CallStack() 310 const std::map<int64_t, string>* id_to_string, in TFGraphNode() argument 313 FromProto(node, profile, id_to_string); in TFGraphNode() 359 const std::map<int64_t, string>* id_to_string) { in AddCode() argument 361 call_stack_.reset(new CallStack(code, id_to_string)); in AddCode() 436 const std::map<int64_t, string>* id_to_string) { in FromProto() argument 440 call_stack_.reset(new CallStack(node.trace(), id_to_string)); in FromProto()
|
D | tfprof_stats.cc | 93 for (const auto& entry : profile.id_to_string()) { in TFStats() 244 for (const auto& entry : op_log->id_to_string()) { in AddOpLogProto()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-op-log-proto.pbtxt | 13 name: "id_to_string"
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 47 map<int64, string> id_to_string = 2; field 66 map<int64, string> id_to_string = 4; field
|
/external/tensorflow/tensorflow/python/profiler/ |
D | tfprof_logger.py | 185 tmp_op_log.id_to_string[i] = s
|