Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dnormalize.cc64 const size_t kNumGroups = sizeof(kGroups) / sizeof(kGroups[0]); variable
74 for (size_t i = 0; i < kNumGroups; i++) { in CreateTable()
/packages/modules/NeuralNetworks/common/cpu_operations/
DChannelShuffle.cpp54 int32_t numGroups = context->getInputValue<int32_t>(kNumGroups); in prepare()
63 int32_t numGroups = context->getInputValue<int32_t>(kNumGroups); in execute()
/packages/modules/NeuralNetworks/common/types/operations/include/
DChannelShuffle.h28 constexpr uint32_t kNumGroups = 1; variable