Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHashtableLookup.h36 static constexpr int kKeyTensor = 1; variable
H A DHashtableLookup.cpp38 key_ = GetInput(operation, operands, kKeyTensor); in HashtableLookup()
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp958 const RunTimeOperandInfo& keys = operands[ins[HashtableLookup::kKeyTensor]]; in executeOperation()