Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DChannelShuffle.cpp31 constexpr uint32_t kNumGroups = 1; variable
84 int32_t numGroups = context->getInputValue<int32_t>(kNumGroups); in prepare()
93 int32_t numGroups = context->getInputValue<int32_t>(kNumGroups); in execute()