Home
last modified time | relevance | path

Searched defs:transB (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Drocm_sparse.cc183 hipsparseOperation_t transA, hipsparseOperation_t transB, int m, int n, in CsrmmImpl()
248 hipsparseOperation_t transA, hipsparseOperation_t transB, int m, int n, in CsrgemmNnz()
266 hipsparseOperation_t transA, hipsparseOperation_t transB, int m, int n, in CsrgemmImpl()
Dcuda_sparse.cc394 cusparseOperation_t transA, cusparseOperation_t transB, int m, int n, int k, in CsrmmImpl()
764 cusparseOperation_t transA, cusparseOperation_t transB, int m, int k, int n, in CsrgemmNnz()
782 cusparseOperation_t transA, cusparseOperation_t transB, int m, int k, int n, in CsrgemmImpl()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc834 const gpusparseOperation_t transB = CUSPARSE_OPERATION_TRANSPOSE; in Compute() local
875 const gpusparseOperation_t transB = CUSPARSE_OPERATION_TRANSPOSE; in Compute() local
886 const gpusparseOperation_t transB = HIPSPARSE_OPERATION_TRANSPOSE; in Compute() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1407 char transA, char transB, const bfloat16* alpha, in wrapper_libxsmm_spmdm_compute_generic_thread()
1418 char transB, const float* alpha, libxsmm_CSR_sparseslice* A_sparse, in wrapper_libxsmm_spmdm_compute_generic_thread()