Searched defs:CreateBlas (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/stream_executor/ | ||
| D | stream_executor_internal.h | 274 virtual blas::BlasSupport *CreateBlas() { return nullptr; } in CreateBlas() function |
| /external/tensorflow/tensorflow/stream_executor/host/ | ||
| D | host_gpu_executor.cc | 212 blas::BlasSupport *HostExecutor::CreateBlas() { in CreateBlas() function in perftools::gputools::host::HostExecutor |
| /external/tensorflow/tensorflow/stream_executor/cuda/ | ||
| D | cuda_gpu_executor.cc | 671 blas::BlasSupport *CUDAExecutor::CreateBlas() { in CreateBlas() function in perftools::gputools::cuda::CUDAExecutor |