HomeSort by relevance Sort by last modified time
    Searched refs:all_end_rel_micros (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
profiling_test.py 34 all_end_rel_micros=4)
42 all_end_rel_micros=17)
50 all_end_rel_micros=4)
58 all_end_rel_micros=4)
profiling.py 62 return self.node_exec_stats.all_end_rel_micros
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli_test.py 89 all_end_rel_micros=4)
95 all_end_rel_micros=3)
125 all_end_rel_micros=3)
185 all_end_rel_micros=4)
192 all_end_rel_micros=5)
224 # Sort by exec time (i.e. all_end_rel_micros).
237 all_end_rel_micros=4)
244 all_end_rel_micros=5)
291 all_end_rel_micros=4)
298 all_end_rel_micros=5
    [all...]
profile_analyzer_cli.py 67 datum.node_exec_stats.all_end_rel_micros,
193 profile_datum.node_exec_stats.all_end_rel_micros):
218 return profile_datum.node_exec_stats.all_end_rel_micros
508 total_exec_time = sum(datum.node_exec_stats.all_end_rel_micros
  /external/tensorflow/tensorflow/core/profiler/lib/
profiler_session.cc 51 uint64 end_micros = ns->all_start_micros() + ns->all_end_rel_micros();
109 event->set_duration_ps(node.all_end_rel_micros() *
  /external/tensorflow/tensorflow/python/client/
timeline.py 409 lanes[l] = ns.all_start_micros + ns.all_end_rel_micros
413 lanes.append(ns.all_start_micros + ns.all_end_rel_micros)
426 duration = nodestats.all_end_rel_micros
492 end_time = node_stats.all_start_micros + node_stats.all_end_rel_micros
525 end_time = node_stats.all_start_micros + node_stats.all_end_rel_micros
  /external/tensorflow/tensorflow/core/grappler/costs/
measuring_cost_estimator.cc 98 node_stats.all_end_rel_micros() + node_stats.all_start_micros();
virtual_scheduler_test.cc     [all...]
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 177 const int64 curr_time = ns.all_end_rel_micros();
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler_test.py 72 all_end_rel_micros=4)
pprof_profiler.py 248 sample.value[1] += datum.node_exec_stats.all_end_rel_micros

Completed in 3561 milliseconds