Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtopk_op.cc219 const int64 final_cost = (total_cost >= static_cast<double>(kint64max)) in Compute() local
224 final_cost, SortIndices); in Compute()