Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc113 CHECK(stream->parent()->GetBlasGemmAlgorithms(&algorithms)); in DoUncachedGemmAutotune()
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc331 bool StreamExecutor::GetBlasGemmAlgorithms( in GetBlasGemmAlgorithms() function in stream_executor::StreamExecutor
337 return blas_support->GetBlasGemmAlgorithms(out_algorithms); in GetBlasGemmAlgorithms()
Dstream_executor_pimpl.h396 bool GetBlasGemmAlgorithms(std::vector<blas::AlgorithmType> *out_algorithms);
Dblas.h1087 virtual bool GetBlasGemmAlgorithms(
2070 bool GetBlasGemmAlgorithms(std::vector<blas::AlgorithmType> *out_algorithms) \
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc1843 bool ROCMBlas::GetBlasGemmAlgorithms( in GetBlasGemmAlgorithms() function in stream_executor::gpu::ROCMBlas
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc2192 bool CUDABlas::GetBlasGemmAlgorithms( in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas