Home
last modified time | relevance | path

Searched defs:lookups (Results 1 – 10 of 10) 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_3/
Dembedding_lookup_v1_3.mod.py17 lookups = 3 variable
Dembedding_lookup_quant8_signed.mod.py17 lookups = 3 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/runtime/test/specs/V1_2/
Dembedding_lookup_v1_2.mod.py17 lookups = 3 variable
/frameworks/ml/nn/common/
DOperationsUtils.cpp467 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in embeddingLookupPrepare() local
486 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); in hashtableLookupPrepare() local
DCpuExecutor.cpp1000 const RunTimeOperandInfo& lookups = operands[ins[EmbeddingLookup::kLookupTensor]]; in executeOperation() local
1013 const RunTimeOperandInfo& lookups = operands[ins[HashtableLookup::kLookupTensor]]; in executeOperation() local