OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoBlasRotg
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/stream_executor/
blas.h
301
virtual bool
DoBlasRotg
(Stream *stream, DeviceMemory<float> *a,
304
virtual bool
DoBlasRotg
(Stream *stream, DeviceMemory<double> *a,
307
virtual bool
DoBlasRotg
(Stream *stream, DeviceMemory<std::complex<float>> *a,
311
virtual bool
DoBlasRotg
(Stream *stream, DeviceMemory<std::complex<double>> *a,
[
all
...]
stream.cc
[
all
...]
/external/tensorflow/tensorflow/stream_executor/rocm/
rocm_blas.cc
619
bool ROCMBlas::
DoBlasRotg
(Stream *stream, DeviceMemory<float> *a,
627
bool ROCMBlas::
DoBlasRotg
(Stream *stream, DeviceMemory<double> *a,
635
bool ROCMBlas::
DoBlasRotg
(Stream *stream, DeviceMemory<std::complex<float>> *a
[
all
...]
/external/tensorflow/tensorflow/stream_executor/cuda/
cuda_blas.cc
658
bool CUDABlas::
DoBlasRotg
(Stream *stream, DeviceMemory<float> *a,
666
bool CUDABlas::
DoBlasRotg
(Stream *stream, DeviceMemory<double> *a,
674
bool CUDABlas::
DoBlasRotg
(Stream *stream, DeviceMemory<std::complex<float>> *a,
684
bool CUDABlas::
DoBlasRotg
(Stream *stream, DeviceMemory<std::complex<double>> *a,
[
all
...]
Completed in 2268 milliseconds