Home
last modified time | relevance | path

Searched refs:EIGEN_STACK_ALLOCATION_LIMIT (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/
Dexceptions.cpp15 #define EIGEN_STACK_ALLOCATION_LIMIT 100000000 macro
Dbdcsvd.cpp14 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
Djacobisvd.cpp12 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
Dnomalloc.cpp12 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/Eigen/src/Core/
DStableNorm.h173 ) && (blockSize*sizeof(Scalar)*2<EIGEN_STACK_ALLOCATION_LIMIT) in stableNorm()
DDenseStorage.h32 #if EIGEN_STACK_ALLOCATION_LIMIT in check_static_allocation_size()
33 …EIGEN_STATIC_ASSERT(Size * sizeof(T) <= EIGEN_STACK_ALLOCATION_LIMIT, OBJECT_ALLOCATED_ON_STACK_IS… in check_static_allocation_size()
/external/eigen/Eigen/src/Core/util/
DMacros.h797 #ifndef EIGEN_STACK_ALLOCATION_LIMIT
799 #define EIGEN_STACK_ALLOCATION_LIMIT 131072 macro
DMemory.h638 … (sizeof(TYPE)*SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) ? EIGEN_ALIGNED_ALLOCA(sizeof(TYPE)*SIZE) \
640 …tack_memory_destructor)((BUFFER)==0 ? NAME : 0,SIZE,sizeof(TYPE)*SIZE>EIGEN_STACK_ALLOCATION_LIMIT)
/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_functor.h21 #define EIGEN_STACK_ALLOCATION_LIMIT 0 macro
/external/eigen/doc/
DPreprocessorDirectives.dox120 …- \b \c EIGEN_STACK_ALLOCATION_LIMIT - defines the maximum bytes for a buffer to be allocated on t…