Home
last modified time | relevance | path

Searched refs:RecordTime (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h111 void RecordTime(const Node* node, Microseconds time);
Dcostmodel.cc211 void CostModel::RecordTime(const Node* node, Microseconds time) { in RecordTime() function in tensorflow::CostModel
459 cost_model->RecordTime(n, TimeEstimateForNode(cost_model, n)); in EstimateComputationCosts()