Home
last modified time | relevance | path

Searched refs:NumRows (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp265 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
267 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp261 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
263 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md565 cout << "NumRows: " << a.dimension(0) << " NumCols: " << a.dimension(1) << endl;
566 => NumRows: 3 NumCols: 4
577 cout << "NumRows: " << a.dimension(0) << " NumCols: " << a.dimension(1) << endl;
578 => NumRows: 3 NumCols: 4
588 cout << "NumRows: " << a.dimension(0) << " NumCols: " << a.dimension(1) << endl;
589 => NumRows: 3 NumCols: 4