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