Home
last modified time | relevance | path

Searched refs:ThenBlasGemm (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/rnn/
Dblas_gemm.cc55 ->ThenBlasGemm(trans[transa], trans[transb], m, n, k, alpha, a_ptr, in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc162 ->ThenBlasGemm( in DoGemmWithAlgorithm()
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.cc153 ->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 ()()
Dconv_ops_3d.cc270 ->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()
Dconv_grad_ops_3d.cc1203 ->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()
Dmatmul_op_impl.h440 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k,
588 ->ThenBlasGemm(blas_transpose_b, blas_transpose_a, n, m, k,
Dconv_grad_filter_ops.cc744 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in operator ()()
775 ->ThenBlasGemm(se::blas::Transpose::kNoTranspose, in operator ()()
Dconv_ops.cc697 ->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/
Dstream.h1273 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,
Dstream.cc3138 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/
Dcuda_dnn.cc4105 stream->ThenBlasGemm(blas::Transpose::kNoTranspose, in DoMatMul()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc3858 stream->ThenBlasGemm(blas::Transpose::kNoTranspose, in DoMatMul()