Searched refs:DoBlasDot (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | blas.h | 294 virtual bool DoBlasDot(Stream *stream, uint64 elem_count, 298 virtual bool DoBlasDot(Stream *stream, uint64 elem_count, 1569 bool DoBlasDot(Stream *stream, uint64 elem_count, \ 1573 bool DoBlasDot(Stream *stream, uint64 elem_count, \
|
D | stream.cc | 1625 return impl(this, &blas::BlasSupport::DoBlasDot, elem_count, x, incx, y, incy, in ThenBlasDot() 1638 return impl(this, &blas::BlasSupport::DoBlasDot, elem_count, x, incx, y, incy, in ThenBlasDot()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 544 bool ROCMBlas::DoBlasDot(Stream *stream, uint64 elem_count, in DoBlasDot() function in stream_executor::gpu::ROCMBlas 554 bool ROCMBlas::DoBlasDot(Stream *stream, uint64 elem_count, in DoBlasDot() function in stream_executor::gpu::ROCMBlas
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 679 bool CUDABlas::DoBlasDot(Stream *stream, uint64 elem_count, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas 688 bool CUDABlas::DoBlasDot(Stream *stream, uint64 elem_count, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas
|