/external/tensorflow/tensorflow/stream_executor/ |
D | blas.h | 1365 virtual bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, 1370 virtual bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, 1375 virtual bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, 1382 virtual bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, 2272 bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, \ 2277 bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, \ 2282 bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, \ 2289 bool DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, \
|
D | stream.cc | 3843 return impl(this, &blas::BlasSupport::DoBlasSyr2k, uplo, trans, n, k, alpha, in ThenBlasSyr2k() 3860 return impl(this, &blas::BlasSupport::DoBlasSyr2k, uplo, trans, n, k, alpha, in ThenBlasSyr2k() 3880 return impl(this, &blas::BlasSupport::DoBlasSyr2k, uplo, trans, n, k, alpha, in ThenBlasSyr2k() 3900 return impl(this, &blas::BlasSupport::DoBlasSyr2k, uplo, trans, n, k, alpha, in ThenBlasSyr2k()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 2409 bool ROCMBlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasSyr2k() function in stream_executor::gpu::ROCMBlas 2420 bool ROCMBlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasSyr2k() function in stream_executor::gpu::ROCMBlas 2431 bool ROCMBlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasSyr2k() function in stream_executor::gpu::ROCMBlas 2445 bool ROCMBlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasSyr2k() function in stream_executor::gpu::ROCMBlas
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 2909 bool CUDABlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas 2920 bool CUDABlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas 2931 bool CUDABlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas 2947 bool CUDABlas::DoBlasSyr2k(Stream *stream, blas::UpperLower uplo, in DoBlasInternalImpl() function in stream_executor::gpu::CUDABlas
|