Searched refs:GetAlgorithms (Results 1 – 6 of 6) sorted by relevance
48 plan_.GetAlgorithms(params.stream)); in ExecuteOnStream()
109 StatusOr<std::vector<MaybeFusedConvRunner>> GetAlgorithms( in GetAlgorithms() function712 GetAlgorithms(config, stream, cudnn_frontend_enabled, in PickBestAlgorithmNoCacheCuda()733 GetAlgorithms(config, stream, cudnn_frontend_enabled, in PickBestAlgorithmNoCacheCuda()
142 StatusOr<std::vector<se::cuda::BlasLt::MatmulAlgorithm>> GetAlgorithms(
287 plan.GetAlgorithms(stream)); in DoGemmAutotune()
759 MatmulPlan::GetAlgorithms(se::Stream* stream) const { in GetAlgorithms() function in xla::gpu::cublas_lt::MatmulPlan
609 auto algos = plan->GetAlgorithms(stream); in operator ()()