Searched defs:CreateBlas (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ | ||
D | stream_executor_internal.h | 318 virtual blas::BlasSupport *CreateBlas() { return nullptr; } in CreateBlas() function |
/external/tensorflow/tensorflow/stream_executor/host/ | ||
D | host_gpu_executor.cc | 211 blas::BlasSupport *HostExecutor::CreateBlas() { in CreateBlas() function in stream_executor::host::HostExecutor |
/external/tensorflow/tensorflow/stream_executor/rocm/ | ||
D | rocm_gpu_executor.cc | 655 blas::BlasSupport* GpuExecutor::CreateBlas() { in CreateBlas() function in stream_executor::gpu::GpuExecutor |
/external/tensorflow/tensorflow/stream_executor/cuda/ | ||
D | cuda_gpu_executor.cc | 774 blas::BlasSupport* GpuExecutor::CreateBlas() { in CreateBlas() function in stream_executor::gpu::GpuExecutor |