Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dembedding_lookup.mod.py17 lookups = 3 variable
Dhashtable_lookup_float.mod.py17 lookups = 4 variable
Dhashtable_lookup_quant8.mod.py17 lookups = 4 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dembedding_lookup_v1_3.mod.py17 lookups = 3 variable
Dembedding_lookup_quant8_signed.mod.py17 lookups = 3 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dembedding_lookup_v1_2.mod.py17 lookups = 3 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dembedding_lookup_relaxed.mod.py17 lookups = 3 variable
Dhashtable_lookup_float_relaxed.mod.py17 lookups = 4 variable
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp374 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in embeddingLookupPrepare() local
393 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in hashtableLookupPrepare() local
DCpuExecutor.cpp945 const RunTimeOperandInfo& lookups = operands[ins[EmbeddingLookup::kLookupTensor]]; in executeOperation() local
958 const RunTimeOperandInfo& lookups = operands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local