Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc189 void UpdateCostEstimate(const NodeItem& node, uint64 elapsed_cycles) { in UpdateCostEstimate() function in tensorflow::__anon6f8fc96b0111::ExecutorImpl::KernelStats
579 kernel_stats_->UpdateCostEstimate(item, timer.ElapsedCycles()); in ProcessSync()