Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc446 static Microseconds TimeEstimateForNode(CostModel* cost_model, Node* n) { in TimeEstimateForNode() function
459 cost_model->RecordTime(n, TimeEstimateForNode(cost_model, n)); in EstimateComputationCosts()