Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DHashtableLookup.h41 static constexpr int kHitsTensor = 1; variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DHashtableLookup.cpp42 hits_ = GetOutput(operation, operands, kHitsTensor); in HashtableLookup()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp963 RunTimeOperandInfo& hits = operands[outs[HashtableLookup::kHitsTensor]]; in executeOperation()