Home
last modified time | relevance | path

Searched refs:start_time_us (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc49 uint64 start_time_us() const { return start_time_us_; } in start_time_us() function in tensorflow::RunHandler::Impl
155 double elapsed = (now - handler->start_time_us()) / 1000.0; in ReleaseHandler()
235 (now - sorted_active_handlers_[i]->start_time_us()) / 1000.0, " ms."); in RecomputePoolStatsLocked()
/external/tensorflow/tensorflow/core/protobuf/
Dreplay_log.proto18 double start_time_us = 31; field
/external/perfetto/src/profiling/memory/
Dunwinding.cc355 auto start_time_us = base::GetWallTimeNs() / 1000; in HandleBuffer() local
358 ((base::GetWallTimeNs() / 1000) - start_time_us).count()); in HandleBuffer()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc260 const int64 start_time_us = Env::Default()->NowMicros(); in RunInferenceByHexagonControlWrapper() local
274 << (end_time_us - start_time_us) / EXECUTION_REPEAT_COUNT << "us"; in RunInferenceByHexagonControlWrapper()