Home
last modified time | relevance | path

Searched defs:lookups (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dembedding_lookup.mod.py17 lookups = 3 variable
H A Dhashtable_lookup_float.mod.py17 lookups = 4 variable
H A Dhashtable_lookup_quant8.mod.py17 lookups = 4 variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dembedding_lookup_v1_3.mod.py17 lookups = 3 variable
H A Dembedding_lookup_quant8_signed.mod.py17 lookups = 3 variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dembedding_lookup_relaxed.mod.py17 lookups = 3 variable
H A Dhashtable_lookup_float_relaxed.mod.py17 lookups = 4 variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dembedding_lookup_v1_2.mod.py17 lookups = 3 variable
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp465 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in embeddingLookupPrepare() local
484 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in hashtableLookupPrepare() local
H A DCpuExecutor.cpp944 const RunTimeOperandInfo& lookups = operands[ins[EmbeddingLookup::kLookupTensor]]; in executeOperation() local
957 const RunTimeOperandInfo& lookups = operands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local
/aosp12/bionic/libc/dns/include/
H A Dresolv_private.h171 char lookups[4]; member