Home
last modified time | relevance | path

Searched refs:start_micros (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Daccelerator_utilization_checker.h27 int64 start_micros;
55 int64 total_micros = stat.end_micros - stat.start_micros; in CheckInternal()
91 if (stats.start_micros == 0) { in BuildExecStats()
92 stats.start_micros = exec.all_start_micros(); in BuildExecStats()
94 stats.start_micros = in BuildExecStats()
95 std::min(stats.start_micros, exec.all_start_micros()); in BuildExecStats()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc189 int64 start_micros = exec.first; in AllocateTimeNodes() local
192 if (tnodes_[device].find(start_micros) == tnodes_[device].end()) { in AllocateTimeNodes()
194 tnodes_[device][start_micros].reset( in AllocateTimeNodes()
195 new TimeNode(p, gnode, start_micros, exec_micros)); in AllocateTimeNodes()
225 int64 start_micros = exec.first; in GenerateGraphTimeline() local
228 auto ctn = cprocess->second.find(start_micros); in GenerateGraphTimeline()
255 tnode->name() + "_flow", tnode->start_micros + tnode->exec_micros, in GenerateGraphTimeline()
258 tnode->name() + "_flow", next_tnode->start_micros, in GenerateGraphTimeline()
346 int64 start_time = tnode.second->start_micros; in AllocateLanes()
347 int64 end_time = tnode.second->start_micros + tnode.second->exec_micros; in AllocateLanes()
Dtfprof_timeline.h78 TimeNode(Process* process, GraphNode* node, int64 start_micros, in TimeNode() argument
82 start_micros(start_micros), in TimeNode()
91 int64 start_micros; variable
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_with_tracking_alloc_test.cc91 const int64 start_micros = Env::Default()->NowMicros(); in TEST() local
93 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TEST()
211 const int64 start_micros = Env::Default()->NowMicros(); in TestHWAccelerator() local
220 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TestHWAccelerator()
296 const int64 start_micros = Env::Default()->NowMicros(); in TEST() local
299 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc63 uint64 start_micros = tensorflow::Env::Default()->NowMicros(); in ExecuteOnStream() local
117 const double nanoseconds = (end_micros - start_micros) * 1000.0; in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager_test.cc117 int64 start_micros = tensorflow::Env::Default()->NowMicros(); in TEST_F() local
120 if ((end_micros - start_micros) >= 100000) { // 100 ms in TEST_F()
Dcpu_executable.cc153 uint64 start_micros = tensorflow::Env::Default()->NowMicros(); in ExecuteComputeFunction() local
195 const double nanoseconds = (end_micros - start_micros) * 1000.0; in ExecuteComputeFunction()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc45 start_micros = tensorflow::Env::Default()->NowMicros(); in ScopedLoggingTimer()
52 double secs = (end_micros - start_micros) / 1000000.0; in ~ScopedLoggingTimer()
Dutil.h101 uint64 start_micros; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc99 uint64 start_micros = tensorflow::Env::Default()->NowMicros(); in ExecuteThunks() local
173 const double nanoseconds = (end_micros - start_micros) * 1000.0; in ExecuteThunks()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h168 Microseconds start_micros = Microseconds(0); member
Dmaster_session.cc907 ph->StepDone(pss->start_micros, pss->end_micros, in ProcessStats()
1857 pss.start_micros = Env::Default()->NowMicros(); in DoRunWithLocalExecution()
1940 pss.start_micros = Env::Default()->NowMicros(); in DoRunCallable()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc76 const int64 start_micros = Env::Default()->NowMicros(); in TEST_F() local
78 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc91 int64 start_micros = ctx->env()->NowMicros(); in GetNextInternal() local
101 ((num_log_entries + 1) * kLogIntervalMicros) + start_micros) { in GetNextInternal()