Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h126 static const uint64 kCostDecay = 10; variable
144 (kCostDecay - 1) * cost_estimate_.load(std::memory_order_relaxed) / in UpdateCostEstimate()
145 kCostDecay + in UpdateCostEstimate()
146 (elapsed_cycles / kCostDecay), in UpdateCostEstimate()
Dop_kernel.cc126 const uint64 OpKernel::kCostDecay; member in tensorflow::OpKernel