Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.h51 const int64 estimated_total_cost = output->size() * cost_per_unit; in ConcatCPUImpl() local
56 std::min<int64>(num_threads, estimated_total_cost / 16384)); in ConcatCPUImpl()