/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | blas_gemm.cc | 55 ->ThenBlasGemm(trans[transa], trans[transb], m, n, k, alpha, a_ptr, in operator ()()
|
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | adjust_hsv_in_yiq_op_gpu.cu.cc | 75 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n, in operator ()()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_3d.cc | 258 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, in launch() 285 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, in launch()
|
D | batch_matmul_op_impl.h | 372 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k, 465 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k,
|
D | conv_grad_ops_3d.cc | 1189 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in Compute() 1218 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in Compute() 1582 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in Compute() 1609 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in Compute()
|
D | conv_ops.cc | 629 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n, in operator ()() 657 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n, in operator ()()
|
D | conv_grad_filter_ops.cc | 637 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in operator ()() 668 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in operator ()()
|
D | conv_grad_input_ops.cc | 767 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in operator ()() 800 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k, in operator ()()
|
D | matmul_op.cc | 411 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k, in launch()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gemm_thunk.cc | 74 ->ThenBlasGemm( in DoGemm()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.h | 1250 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1256 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1261 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1266 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, 1274 TF_EXPORT Stream &ThenBlasGemm(blas::Transpose transa, blas::Transpose transb,
|
D | stream.cc | 3498 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3516 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3532 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3548 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() function in stream_executor::Stream 3569 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 | 3572 stream->ThenBlasGemm(blas::Transpose::kNoTranspose, in DoMatMul()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.cc | 3332 stream->ThenBlasGemm(blas::Transpose::kNoTranspose, in DoMatMul()
|