Home
last modified time | relevance | path

Searched refs:DoBlasRotg (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dblas.h370 virtual bool DoBlasRotg(Stream *stream, DeviceMemory<float> *a,
373 virtual bool DoBlasRotg(Stream *stream, DeviceMemory<double> *a,
376 virtual bool DoBlasRotg(Stream *stream, DeviceMemory<std::complex<float>> *a,
380 virtual bool DoBlasRotg(Stream *stream, DeviceMemory<std::complex<double>> *a,
1619 bool DoBlasRotg(Stream *stream, DeviceMemory<float> *a, \
1622 bool DoBlasRotg(Stream *stream, DeviceMemory<double> *a, \
1625 bool DoBlasRotg(Stream *stream, DeviceMemory<std::complex<float>> *a, \
1629 bool DoBlasRotg(Stream *stream, DeviceMemory<std::complex<double>> *a, \
Dstream.cc1816 return impl(this, &blas::BlasSupport::DoBlasRotg, a, b, c, s); in ThenBlasRotg()
1826 return impl(this, &blas::BlasSupport::DoBlasRotg, a, b, c, s); in ThenBlasRotg()
1839 return impl(this, &blas::BlasSupport::DoBlasRotg, a, b, c, s); in ThenBlasRotg()
1852 return impl(this, &blas::BlasSupport::DoBlasRotg, a, b, c, s); in ThenBlasRotg()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc667 bool ROCMBlas::DoBlasRotg(Stream *stream, DeviceMemory<float> *a, in DoBlasRotg() function in stream_executor::gpu::ROCMBlas
676 bool ROCMBlas::DoBlasRotg(Stream *stream, DeviceMemory<double> *a, in DoBlasRotg() function in stream_executor::gpu::ROCMBlas
685 bool ROCMBlas::DoBlasRotg(Stream *stream, DeviceMemory<std::complex<float>> *a, in DoBlasRotg() function in stream_executor::gpu::ROCMBlas
694 bool ROCMBlas::DoBlasRotg(Stream *stream, DeviceMemory<std::complex<double>> *a, in DoBlasRotg() function in stream_executor::gpu::ROCMBlas
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc804 bool CUDABlas::DoBlasRotg(Stream *stream, DeviceMemory<float> *a, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas
812 bool CUDABlas::DoBlasRotg(Stream *stream, DeviceMemory<double> *a, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas
820 bool CUDABlas::DoBlasRotg(Stream *stream, DeviceMemory<std::complex<float>> *a, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas
830 bool CUDABlas::DoBlasRotg(Stream *stream, DeviceMemory<std::complex<double>> *a, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas