Home
last modified time | relevance | path

Searched refs:RecordMaxExecutionTime (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h151 void RecordMaxExecutionTime(const Node* node, Microseconds time);
Dcostmodel.cc336 void CostModel::RecordMaxExecutionTime(const Node* node, Microseconds time) { in RecordMaxExecutionTime() function in tensorflow::CostModel
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc373 cm->RecordMaxExecutionTime( in BuildCostModel()
376 cm->RecordMaxExecutionTime(node, in BuildCostModel()