Home
last modified time | relevance | path

Searched refs:kTopKScalar (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DTopK_V2.cpp62 context->getInputValue<int32_t>(kTopKScalar), in executeTyped()
71 const int32_t k = context->getInputValue<int32_t>(kTopKScalar); in prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DTopK_V2.h26 constexpr uint32_t kTopKScalar = 1; variable