Home
last modified time | relevance | path

Searched refs:kKeyTensor (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DHashtableLookup.h36 static constexpr int kKeyTensor = 1; variable
DHashtableLookup.cpp42 key_ = GetInput(operation, operands, kKeyTensor); in HashtableLookup()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1012 const RunTimeOperandInfo& keys = operands[ins[HashtableLookup::kKeyTensor]]; in executeOperation()
1115 const RunTimeOperandInfo& keys = operands[ins[HashtableLookup::kKeyTensor]]; in executeOperation()