Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_0/
Dembedding_lookup.mod.py17 lookups = 3 variable
Dhashtable_lookup_quant8.mod.py17 lookups = 4 variable
Dhashtable_lookup_float.mod.py17 lookups = 4 variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dembedding_lookup_relaxed.mod.py17 lookups = 3 variable
Dhashtable_lookup_float_relaxed.mod.py17 lookups = 4 variable
/frameworks/ml/nn/common/
DCpuExecutor.cpp1050 const RunTimeOperandInfo& lookups = mOperands[ins[EmbeddingLookup::kLookupTensor]]; in executeOperation() local
1060 const RunTimeOperandInfo& lookups = mOperands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local
1134 const RunTimeOperandInfo& lookups = mOperands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local
DOperationsUtils.cpp503 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in embeddingLookupPrepare() local
525 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in hashtableLookupPrepare() local