/external/tensorflow/tensorflow/core/kernels/rnn/ |
D | blas_gemm.cc | 55 ->ThenBlasGemm(trans[transa], trans[transb], m, n, k, alpha, a_ptr, in operator ()()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gemm_thunk.cc | 162 ->ThenBlasGemm( in DoGemmWithAlgorithm()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_input_ops.cc | 153 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in operator ()() 186 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in operator ()()
|
D | conv_ops_3d.cc | 270 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, in launch() 297 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, in launch()
|
D | conv_grad_ops_3d.cc | 1203 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in Compute() 1233 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in Compute() 1694 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in Compute() 1722 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in Compute()
|
D | matmul_op_impl.h | 440 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k, 588 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k,
|
D | conv_grad_filter_ops.cc | 744 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in operator ()() 775 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in operator ()()
|
D | conv_ops.cc | 697 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n, in operator ()() 725 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n, in operator ()()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.h | 1273 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1279 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1284 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1289 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1297 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb,
|
D | stream.cc | 3138 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3157 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3174 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3191 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3212 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.cc | 4105 stream->ThenBlasGemm(blas::Transpose::kNoTranspose, in DoMatMul()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.cc | 3858 stream->ThenBlasGemm(blas::Transpose::kNoTranspose, in DoMatMul()
|