Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h132 return expensive_ && (cost_estimate_.load(std::memory_order_relaxed) > in IsExpensive()
143 cost_estimate_.store( in UpdateCostEstimate()
144 (kCostDecay - 1) * cost_estimate_.load(std::memory_order_relaxed) / in UpdateCostEstimate()
213 std::atomic_uint_fast64_t cost_estimate_; variable
Dop_kernel.cc109 cost_estimate_(OpKernel::kInitialCostEstimateCycles) { in OpKernel()