Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 8 of 8) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DDenseCoeffsBase.h64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner()
73 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner()
104 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const in coeffByOuterInner()
241 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const in packetByOuterInner()
349 coeffRefByOuterInner(Index outer, Index inner) in coeffRefByOuterInner()
DSwap.h55 void assignPacketByOuterInner(Index outer, Index inner) in assignPacketByOuterInner()
DStride.h77 inline Index outer() const { return m_outer.value(); } in outer() function
DAssignEvaluator.h200 outer = Index / DstXprType::InnerSizeAtCompileTime, enumerator
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h224 const Index outer = (it->first >> m_keyBitsOffset) + outerOffset; in ~RandomSetter() local
247 const Index outer = it->first & keyBitsMask; in ~RandomSetter() local
271 const Index outer = it->first & keyBitsMask; in ~RandomSetter() local
295 const Index outer = SetterRowMajor ? row : col; in operator() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/
DSparseBlock.h333 …parseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) in innerVector()
340 …Base<Derived>::ConstInnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) const in innerVector()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dsparse_block.cpp31 const Index outer = ref.outerSize(); in sparse_block() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h185 InnerIterator(const MappedSuperNodalMatrix& mat, Index outer) in InnerIterator()