Home
last modified time | relevance | path

Searched refs:MaxSizeVector (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/util/
DMaxSizeVector.h31 class MaxSizeVector {
35 explicit MaxSizeVector(size_t n) in MaxSizeVector() function
44 MaxSizeVector(size_t n, const T& init) in MaxSizeVector() function
51 ~MaxSizeVector() { in ~MaxSizeVector()
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h125 MaxSizeVector<Thread*> threads_;
126 MaxSizeVector<Queue*> queues_;
127 MaxSizeVector<unsigned> coprimes_;
128 MaxSizeVector<EventCount::Waiter> waiters_;
DSimpleThreadPool.h138 MaxSizeVector<Thread*> threads_; // All threads
139 MaxSizeVector<Waiter*> waiters_; // Stack of waiting threads.
DEventCount.h53 EventCount(MaxSizeVector<Waiter>& waiters) : waiters_(waiters) { in EventCount()
202 MaxSizeVector<Waiter>& waiters_;
/external/eigen/unsupported/test/
Dcxx11_eventcount.cpp28 MaxSizeVector<EventCount::Waiter> waiters(1); in test_basic_eventcount()
85 MaxSizeVector<EventCount::Waiter> waiters(kThreads); in test_stress_eventcount()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h33 const MaxSizeVector<LhsScalar*>* blockAs;
51 MaxSizeVector<Notification*>* kernel_notifications;
52 const MaxSizeVector<Notification*>* lhs_notifications;
824 MaxSizeVector<LhsScalar *> blockAs(num_threads);
833 MaxSizeVector<RhsScalar *> blockBs(n_blocks);
839 MaxSizeVector<Notification*> lhs_notifications(num_threads, nullptr);
843 MaxSizeVector<Notification*> kernel_notifications(num_kernel_notifications,
DTensorReduction.h275 MaxSizeVector<typename Self::CoeffReturnType> shards(numblocks, reducer.initialize());
/external/eigen/unsupported/Eigen/CXX11/
DThreadPool49 #include "src/util/MaxSizeVector.h"
DTensor32 #include "src/util/MaxSizeVector.h"