MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / start_time_us

Method start_time_us

tensorflow/core/framework/run_handler.cc:519–519  ·  view source on GitHub ↗

Stores now time (in microseconds) since unix epoch when the handler is requested via RunHandlerPool::Get().

Source from the content-addressed store, hash-verified

517 // Stores now time (in microseconds) since unix epoch when the handler is
518 // requested via RunHandlerPool::Get().
519 uint64 start_time_us() const { return start_time_us_; }
520 int64 step_id() const { return step_id_; }
521 void ScheduleInterOpClosure(std::function<void()> fn);
522 void ScheduleIntraOpClosure(std::function<void()> fn);

Callers 2

LOCKS_EXCLUDEDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected