HomeSort by relevance Sort by last modified time
    Searched refs:RecordTime (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
costmodel.h 103 void RecordTime(const Node* node, Microseconds time);
costmodel.cc 209 void CostModel::RecordTime(const Node* node, Microseconds time) {
457 cost_model->RecordTime(n, TimeEstimateForNode(cost_model, n));

Completed in 74 milliseconds