Home
last modified time | relevance | path

Searched defs:cInput (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DWorkloadDataValidation.cpp643 constexpr unsigned int cInput = 3u; variable
688 constexpr unsigned int cInput = 3u; variable
734 constexpr unsigned int cInput = 3u; variable
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DConv3dImpl.cpp83 for (unsigned int cInput = 0; cInput < inChannels; cInput++) in Convolve3d() local
H A DConvImpl.cpp133 … for (unsigned int cInput = 0; cInput < (depthwise ? 1 : inputChannels); cInput++) in Convolve() local
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DFuseBatchNorm.hpp89 for (unsigned int cInput = 0; cInput < inputChannels; ++cInput) in Run() local