Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas_lt.h149 port::StatusOr<std::vector<MatmulAlgorithm>> GetMatmulAlgorithms(
Dcuda_blas_lt.cc227 BlasLt::GetMatmulAlgorithms(const BlasLt::MatmulPlan& plan, in GetMatmulAlgorithms() function in stream_executor::cuda::BlasLt
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_util.cc188 blas_lt->GetMatmulAlgorithms(plan, preference, *max_algorithm_count)); in GetPlanAndAlgorithms()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmatmul_utils.cc765 return blas_lt->GetMatmulAlgorithms(plan_, preference); in GetAlgorithms()