Searched defs:id_to_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_node.h | 49 const std::map<int64_t, string>* id_to_string) in Trace() 70 CallStack(const CodeDef& def, const std::map<int64_t, string>* id_to_string) in CallStack() 310 const std::map<int64_t, string>* id_to_string, in TFGraphNode() 359 const std::map<int64_t, string>* id_to_string) { in AddCode() 436 const std::map<int64_t, string>* id_to_string) { in FromProto()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/ |
H A D | tfprof_log.proto | 47 map<int64, string> id_to_string = 2; field 66 map<int64, string> id_to_string = 4; field
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | source_remote.py | 72 def _source_file_paths_outside_tensorflow_py_library(code_defs, id_to_string): argument
|
H A D | grpc_debug_test_server.py | 358 def _code_def_to_traceback(self, code_def, id_to_string): argument
|
/aosp_15_r20/frameworks/wilhelm/tests/examples/ |
H A D | xaVideoDecoderCapabilities.cpp | 64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) in id_to_string() function
|