Home
last modified time | relevance | path

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

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