Home
last modified time | relevance | path

Searched refs:GetBlasGemmAlgorithms (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc371 bool StreamExecutor::GetBlasGemmAlgorithms( in GetBlasGemmAlgorithms() function in stream_executor::StreamExecutor
377 return blas_support->GetBlasGemmAlgorithms(out_algorithms); in GetBlasGemmAlgorithms()
Dstream_executor_pimpl.h403 bool GetBlasGemmAlgorithms(std::vector<blas::AlgorithmType> *out_algorithms);
Dblas.h1018 virtual bool GetBlasGemmAlgorithms(
1934 bool GetBlasGemmAlgorithms(std::vector<blas::AlgorithmType> *out_algorithms) \
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc162 CHECK(stream->parent()->GetBlasGemmAlgorithms(&algorithms)); in DoGemmAutotune()
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc430 stream->parent()->GetBlasGemmAlgorithms(algorithms); in GetBlasGemmAlgorithm()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc1708 bool ROCMBlas::GetBlasGemmAlgorithms( in GetBlasGemmAlgorithms() function in stream_executor::gpu::ROCMBlas
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc1981 bool CUDABlas::GetBlasGemmAlgorithms( in GetBlasGemmAlgorithms() function in stream_executor::gpu::CUDABlas