Searched defs:nrhs (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | matrix_solve_op_test.py | 56 def testSolve(self, n, nrhs, batch_dims, rhs_batch_dims, adjoint): argument
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | matrix_solve_op.cc | 133 const int64 nrhs = rhs.dim_size(ndims - 1); in ComputeAsync() local
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 240 Index nrhs = Index(X.cols()); in solveInPlace() local
|
D | SparseLU.h | 731 Index nrhs = X.cols(); in solveInPlace() local
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_solvers.cc | 485 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/ |
D | gmock-matchers_test.cc | 6296 size_t nrhs = GetParam().second; in TEST() local
|