Searched refs:kNoAlgorithm (Results 1 – 2 of 2) sorted by relevance
262 using se::blas::kNoAlgorithm; in launch()291 AlgorithmConfig algorithm_config(kNoAlgorithm); in launch()364 if (algorithm_config.algorithm() != kNoAlgorithm && in launch()394 algorithm_config.algorithm() == kNoAlgorithm || in launch()
116 constexpr AlgorithmType kNoAlgorithm = -4; variable