Searched defs:id_to_string (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 46 map<int64, string> id_to_string = 2; field 65 map<int64, string> id_to_string = 4; field
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_remote.py | 77 def _source_file_paths_outside_tensorflow_py_library(code_defs, id_to_string): argument
|
D | grpc_debug_test_server.py | 362 def _code_def_to_traceback(self, code_def, id_to_string): argument
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 50 const std::map<int64, string>* id_to_string) in Trace() 71 CallStack(const CodeDef& def, const std::map<int64, string>* id_to_string) in CallStack() 311 const std::map<int64, string>* id_to_string, in TFGraphNode() 360 const std::map<int64, string>* id_to_string) { in AddCode() 437 const std::map<int64, string>* id_to_string) { in FromProto()
|