/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_matmul_op.cc | 149 void MklBlasGemm(bool transa, bool transb, const int m, const int n, in MklBlasGemm() 180 void MklBlasGemm(bool transa, bool transb, const int m, const int n, in MklBlasGemm() 192 void MklBlasGemm(bool transa, bool transb, const int m, const int n, in MklBlasGemm() 208 void MklBlasGemm(bool transa, bool transb, const int m, const int n, in MklBlasGemm()
|
D | matmul_op.h | 65 MatmulParameters(bool transa, bool transb, uint64 m, uint64 n, uint64 k, in MatmulParameters()
|
D | cuda_solvers.cc | 327 cublasOperation_t transb, int m, int n, in GeamImpl()
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | blas_gemm.cc | 40 bool transb, uint64 m, uint64 n, uint64 k, in operator ()()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 1461 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1506 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1545 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1556 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1568 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1622 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1633 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1643 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1654 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1666 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() [all …]
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 1562 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1623 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1662 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1673 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1687 blas::Transpose transb, uint64 m, uint64 n, uint64 k, in DoBlasGemm() 1743 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1754 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1764 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1775 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() 1787 Stream *stream, blas::Transpose transa, blas::Transpose transb, uint64 m, in DoBlasGemmWithProfiling() [all …]
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.cc | 3498 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() 3516 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() 3532 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() 3548 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() 3569 Stream &Stream::ThenBlasGemm(blas::Transpose transa, blas::Transpose transb, in ThenBlasGemm() 3684 blas::Transpose transa, blas::Transpose transb, uint64 m, uint64 n, in ThenBlasGemmWithProfiling() 3704 blas::Transpose transa, blas::Transpose transb, uint64 m, uint64 n, in ThenBlasGemmWithProfiling() 3723 blas::Transpose transa, blas::Transpose transb, uint64 m, uint64 n, in ThenBlasGemmWithProfiling() 3743 blas::Transpose transa, blas::Transpose transb, uint64 m, uint64 n, in ThenBlasGemmWithProfiling() 3765 blas::Transpose transa, blas::Transpose transb, uint64 m, uint64 n, in ThenBlasGemmWithProfiling() [all …]
|
/external/cblas/testing/ |
D | c_sblas3.c | 18 enum CBLAS_TRANSPOSE transa, transb; in F77_sgemm() local
|
D | c_dblas3.c | 20 enum CBLAS_TRANSPOSE transa, transb; in F77_dgemm() local
|
D | c_zblas3.c | 21 enum CBLAS_TRANSPOSE transa, transb; in F77_zgemm() local
|
D | c_cblas3.c | 21 enum CBLAS_TRANSPOSE transa, transb; in F77_cgemm() local
|