Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DHashtableLookup.h37 static constexpr int kKeyTensor = 1; variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DHashtableLookup.cpp38 key_ = GetInput(operation, operands, kKeyTensor); in HashtableLookup()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp959 const RunTimeOperandInfo& keys = operands[ins[HashtableLookup::kKeyTensor]]; in executeOperation()