Searched refs:cost_estimate_ (Results 1 – 2 of 2) sorted by relevance
132 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
109 cost_estimate_(OpKernel::kInitialCostEstimateCycles) { in OpKernel()