Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Daccelerator_utilization_checker.h28 int64 start_micros;
56 int64 total_micros = stat.end_micros - stat.start_micros; in CheckInternal()
92 if (stats.start_micros == 0) { in BuildExecStats()
93 stats.start_micros = exec.all_start_micros(); in BuildExecStats()
95 stats.start_micros = in BuildExecStats()
96 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()
348 int64 start_time = tnode.second->start_micros; in AllocateLanes()
349 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()
202 const int64 start_micros = Env::Default()->NowMicros(); in TestHWAccelerator() local
211 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TestHWAccelerator()
287 const int64 start_micros = Env::Default()->NowMicros(); in TEST() local
290 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable_base.cc75 uint64 start_micros = tensorflow::Env::Default()->NowMicros(); in ExecuteAsyncOnStream() local
141 const double nanoseconds = (end_micros - start_micros) * 1000.0; in ExecuteAsyncOnStream()
/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.cc165 uint64 start_micros = tensorflow::Env::Default()->NowMicros(); in ExecuteComputeFunction() local
211 const double nanoseconds = (end_micros - start_micros) * 1000.0; in ExecuteComputeFunction()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h166 Microseconds start_micros = Microseconds(0); member
Dmaster_session.cc964 ph->StepDone(pss->start_micros, pss->end_micros, in ProcessStats()
1949 pss.start_micros = Env::Default()->NowMicros(); in DoRunWithLocalExecution()
2039 pss.start_micros = Env::Default()->NowMicros(); in DoRunCallable()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc160 uint64 start_micros = tensorflow::Env::Default()->NowMicros(); in ExecuteThunks() local
243 const double nanoseconds = (end_micros - start_micros) * 1000.0; in ExecuteThunks()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc82 const int64 start_micros = Env::Default()->NowMicros(); in TEST_F() local
84 const int64 run_duration_micros = Env::Default()->NowMicros() - start_micros; in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc167 int64 start_micros = EnvTime::NowMicros(); in GetNextInternal() local
175 ((num_log_entries + 1) * kLogIntervalMicros) + start_micros) { in GetNextInternal()