Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DHashtableLookup.h38 static constexpr int kKeyTensor = 1; variable
DHashtableLookup.cpp38 key_ = GetInput(operation, operands, kKeyTensor); in HashtableLookup()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1061 const RunTimeOperandInfo& keys = mOperands[ins[HashtableLookup::kKeyTensor]]; in executeOperation()
1135 const RunTimeOperandInfo& keys = mOperands[ins[HashtableLookup::kKeyTensor]]; in executeOperation()