HomeSort by relevance Sort by last modified time
    Searched full:id_to_string (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
source_remote.py 71 id_to_string = call_traceback_proto.origin_id_to_string
73 id_to_string[value] = key if key is not None else ""
76 def _source_file_paths_outside_tensorflow_py_library(code_defs, id_to_string):
82 id_to_string: A proto map from integer ids to strings.
91 non_tf_files = (id_to_string[file_id] for file_id in file_ids)
154 call_traceback.graph_traceback.id_to_string))
grpc_debug_test_server.py 310 op_log_proto.id_to_string)
324 for stack, id_to_string in zip(
326 ret.append(self._code_def_to_traceback(stack, id_to_string))
361 def _code_def_to_traceback(self, code_def, id_to_string):
362 return [(id_to_string[trace.file_id],
364 id_to_string[trace.function_id]) for trace in code_def.traces]
  /external/tensorflow/tensorflow/core/profiler/
tfprof_log.proto 46 map<int64, string> id_to_string = 2;
65 map<int64, string> id_to_string = 4;
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 50 const std::map<int64, string>* id_to_string)
51 : trace_(trace), id_to_string_(id_to_string) {}
71 CallStack(const CodeDef& def, const std::map<int64, string>* id_to_string)
75 traces_.emplace_back(&t, id_to_string);
311 const std::map<int64, string>* id_to_string,
314 FromProto(node, profile, id_to_string);
360 const std::map<int64, string>* id_to_string) {
362 call_stack_.reset(new CallStack(code, id_to_string));
437 const std::map<int64, string>* id_to_string) {
441 call_stack_.reset(new CallStack(node.trace(), id_to_string));
    [all...]
tfprof_stats.cc 92 for (const auto& entry : profile.id_to_string()) {
242 for (const auto& entry : op_log->id_to_string()) {
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) function
89 return id_to_string(id2, table[i].id2_table, table[i].id2_numEntries);
  /external/tensorflow/tensorflow/python/profiler/
tfprof_logger.py 187 tmp_op_log.id_to_string[i] = s

Completed in 491 milliseconds