Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmatrix_solve_op.cc133 const int64 nrhs = rhs.dim_size(ndims - 1); in ComputeAsync() local
Dcuda_solvers.cc427 cublasOperation_t trans, int n, int nrhs, in GetrsImpl()
737 cublasHandle_t cublas_handle, cublasOperation_t trans, int n, int nrhs, in GetrsBatchedImpl()
/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/googletest/googlemock/test/
Dgmock-matchers_test.cc6139 size_t nrhs = GetParam().second; in TEST_P() local