Home
last modified time | relevance | path

Searched defs:nrhs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_solve_op_test.py56 def testSolve(self, n, nrhs, batch_dims, rhs_batch_dims, adjoint): argument
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_solve_op.cc133 const int64 nrhs = rhs.dim_size(ndims - 1); in ComputeAsync() local
/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h240 Index nrhs = Index(X.cols()); in solveInPlace() local
DSparseLU.h731 Index nrhs = X.cols(); in solveInPlace() local
/external/tensorflow/tensorflow/core/util/
Dcuda_solvers.cc485 cublasOperation_t trans, int n, int nrhs, in GetrsImpl()
795 cublasHandle_t cublas_handle, cublasOperation_t trans, int n, int nrhs, in GetrsBatchedImpl()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc6296 size_t nrhs = GetParam().second; in TEST() local