Home
last modified time | relevance | path

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

/external/armnn/src/backends/reference/workloads/
DConvImpl.cpp133 … for (unsigned int cInput = 0; cInput < (depthwise ? 1 : inputChannels); cInput++) in Convolve() local
145 cInput = cOutput / depthMultiplier; in Convolve()
159 cInput; in Convolve()
164 cInput * filterWidth * filterHeight + in Convolve()
192 cInput; in Convolve()
197 inputWidth * inputHeight * cInput + in Convolve()
DConv3dImpl.cpp83 for (unsigned int cInput = 0; cInput < inChannels; cInput++) in Convolve3d() local
94 cInput * outChannels + in Convolve3d()
123 cInput; in Convolve3d()
130 … inputDepth * inputHeight * inputWidth * cInput + in Convolve3d()
/external/armnn/src/armnn/optimizations/
DFuseBatchNorm.hpp89 for (unsigned int cInput = 0; cInput < inputChannels; ++cInput) in Run() local
103 cInput = cOut / depthMultiplier; in Run()
112 cInput; in Run()
117 cInput * weightsWidth * weightsHeight + in Run()
/external/armnn/src/backends/backendsCommon/test/
DWorkloadDataValidation.cpp643 constexpr unsigned int cInput = 3u; variable
648 constexpr unsigned int cOutput = cInput;
652 const TensorShape inputShape { nInput, cInput, hInput, wInput };
654 const TensorShape weightShape{ cOutput, cInput, hInput, wInput };
688 constexpr unsigned int cInput = 3u; variable
693 constexpr unsigned int cOutput = cInput;
697 const TensorShape inputShape { nInput, cInput, hInput, wInput };
699 const TensorShape weightShape{ cOutput, cInput, hInput, wInput };
734 constexpr unsigned int cInput = 3u; variable
739 constexpr unsigned int cOutput = cInput;
[all …]