Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc197 ((kCostDecay - 1) * prev_estimate + elapsed_cycles) / kCostDecay; in UpdateCostEstimate()
208 static constexpr uint64 kCostDecay = 10; member in tensorflow::__anonce8950920111::ExecutorImpl::KernelStats