Searched defs:blockCols (Results 1 – 2 of 2) sorted by relevance
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/ |
| D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 69 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } in blockCols() function 115 …block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in sparse_matrix_block_impl() 274 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } in blockCols() function 298 … BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 317 … BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 431 Index blockCols() const { return m_blockCols.value(); } in blockCols() function
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/plugins/ |
| D | BlockMethods.h | 64 inline BlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() 71 inline const ConstBlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) … in block() 816 Index blockRows, Index blockCols) in block() 824 … Index blockRows, Index blockCols) const in block()
|