Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h175 blas::BlasSupport *CreateBlas() override;
Dhost_gpu_executor.cc211 blas::BlasSupport *HostExecutor::CreateBlas() { in CreateBlas() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h318 virtual blas::BlasSupport *CreateBlas() { return nullptr; } in CreateBlas() function
Dstream_executor_pimpl.cc455 blas_.reset(implementation_->CreateBlas()); in AsBlas()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h210 blas::BlasSupport* CreateBlas() override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc655 blas::BlasSupport* GpuExecutor::CreateBlas() { in CreateBlas() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc774 blas::BlasSupport* GpuExecutor::CreateBlas() { in CreateBlas() function in stream_executor::gpu::GpuExecutor