Searched refs:Select (Results 1 - 10 of 10) sorted by relevance

/frameworks/ml/nn/driver/cache/nnCache/
H A DnnCache.h34 typedef BlobCache::Select Select; typedef in class:android::NNCache
H A DnnCache_test.cpp55 ::testing::Values(NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::HALVE),
56 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::HALVE),
58 NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::FIT),
59 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::FIT),
61 NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::FIT_HALVE),
62 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::FIT_HALVE)));
/frameworks/native/services/sensorservice/
H A Dtraits.h67 struct Select { struct in namespace:android
71 struct Select<false, T, U> { struct in namespace:android
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h38 enum class Select { class in class:android::BlobCache
63 typedef std::pair<Select, Capacity> Policy;
65 static Policy defaultPolicy() { return Policy(Select::DEFAULT, Capacity::DEFAULT); }
327 const Select mPolicySelect;
340 // recently an entry was accessed, for the Select::LRU policy.
H A DBlobCache_test.cpp60 ::testing::Values(BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::HALVE),
61 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::HALVE),
63 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::FIT),
64 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::FIT),
66 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::FIT_HALVE),
67 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::FIT_HALVE)));
336 if (GetParam().first == BlobCache::Select::LRU) {
449 if (GetParam().first != BlobCache::Select::LRU)
526 ::testing::Values(BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::HALVE),
527 BlobCache::Policy(BlobCache::Select
[all...]
H A DBlobCache.cpp348 case Select::RANDOM:
350 case Select::LRU:
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h127 using Select = std::conditional_t<CondA, SelectA, SelectB>;
273 Select<ConstructibleCount<T, First>::value == 1, FirstType, RestType>;
430 using SelectConstructor = detail::Select<HasType<T>::value, Direct, Convert>;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp967 case Instruction::Select:
1117 case Instruction::Select:
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp965 case Instruction::Select:
1115 case Instruction::Select:
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp998 case Instruction::Select:
1148 case Instruction::Select:

Completed in 337 milliseconds