Searched refs:pooling (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Pooling.cpp | 25 namespace pooling { namespace 94 return pooling::validate(OperationType::AVERAGE_POOL_2D, context); in __anonee487b170102() 97 return pooling::validate(OperationType::L2_POOL_2D, context); in __anonee487b170202() 100 return pooling::validate(OperationType::MAX_POOL_2D, context); in __anonee487b170302()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 42 namespace pooling { namespace 382 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(AVERAGE_POOL_2D, pooling::prepare, 383 pooling::executeAveragePool, .allowZeroSizedInput = true); 384 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(L2_POOL_2D, pooling::prepare, pooling::executeL2Pool, 386 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(MAX_POOL_2D, pooling::prepare, pooling::executeMaxPool,
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | Pooling.h | 22 namespace android::nn::pooling {
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 448 * Performs a 2-D average pooling operation. 1319 * Performs an 2-D L2 pooling operation. 1808 * Performs an 2-D max pooling operation. 5349 * output size by average pooling sampling points from bilinear interpolation. 5357 * distributed in the pooling bin and their values are calculated by bilinear 5418 * output size by max-pooling. 5426 * regions of interest and pooling bins.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|