Searched defs:Unrolling (Results 1 – 4 of 4) sorted by relevance
35 …Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompile… enumerator
49 Unrolling = Cost <= EIGEN_UNROLLING_LIMIT ? CompleteUnrolling : NoUnrolling enumerator
67 Unrolling = Cost <= UnrollingLimit ? CompleteUnrolling : NoUnrolling enumerator
130 …Unrolling = (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTrave… enumerator