HomeSort by relevance Sort by last modified time
    Searched defs:SupportsBlas (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 267 virtual bool SupportsBlas() const { return false; }
270 // If SupportsBlas() is false, this will always return null.
272 // If SupportsBlas() is true, this may return null, for example, if the BLAS
stream_executor_pimpl.cc 283 bool StreamExecutor::SupportsBlas() const {
284 return implementation_->SupportsBlas();
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 205 bool HostExecutor::SupportsBlas() const {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 822 bool CUDAExecutor::SupportsBlas() const { return true; }
    [all...]

Completed in 604 milliseconds