Searched refs:GetMatmulAlgorithms (Results 1 – 4 of 4) sorted by relevance
149 port::StatusOr<std::vector<MatmulAlgorithm>> GetMatmulAlgorithms(
227 BlasLt::GetMatmulAlgorithms(const BlasLt::MatmulPlan& plan, in GetMatmulAlgorithms() function in stream_executor::cuda::BlasLt
188 blas_lt->GetMatmulAlgorithms(plan, preference, *max_algorithm_count)); in GetPlanAndAlgorithms()
765 return blas_lt->GetMatmulAlgorithms(plan_, preference); in GetAlgorithms()