Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc115 absl::optional<se::blas::AlgorithmType> first_algorithm; in DoUncachedGemmAutotune() local
172 if (!first_algorithm) { in DoUncachedGemmAutotune()
177 first_algorithm.emplace(algorithm); in DoUncachedGemmAutotune()
191 *first_algorithm); in DoUncachedGemmAutotune()
Dgpu_conv_algorithm_picker.cc426 AlgorithmDesc first_algorithm; in PickBestAlgorithmNoCacheCuda() local
535 LOG(ERROR) << "Unable to compare " << AlgorithmToString(first_algorithm) in PickBestAlgorithmNoCacheCuda()
549 << AlgorithmToString(first_algorithm) << " vs " in PickBestAlgorithmNoCacheCuda()
559 reference_conv->set_algorithm(first_algorithm.algo_id()); in PickBestAlgorithmNoCacheCuda()
561 first_algorithm.tensor_ops_enabled()); in PickBestAlgorithmNoCacheCuda()
571 first_algorithm = alg; in PickBestAlgorithmNoCacheCuda()