Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dmetrics.h105 void UpdateGraphExecTime(const uint64 running_time_usecs);
Dmetrics.cc259 void UpdateGraphExecTime(const uint64 running_time_usecs) { in UpdateGraphExecTime() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc503 metrics::UpdateGraphExecTime(Env::Default()->NowMicros() - in ExecuteAsync()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc814 metrics::UpdateGraphExecTime(options_.env->NowMicros() - start_time_usecs); in RunInternal()