Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc261 auto selected_result_no_scratch = filtered_results_no_scratch.begin(); in BestCudnnConvAlgorithm() local
269 selected_result_no_scratch = in BestCudnnConvAlgorithm()
276 if (selected_result_no_scratch != filtered_results_no_scratch.end()) { in BestCudnnConvAlgorithm()
278 {selected_result_no_scratch->conv().algorithm(), in BestCudnnConvAlgorithm()
279 selected_result_no_scratch->conv().tensor_ops_enabled()}); in BestCudnnConvAlgorithm()