Home
last modified time | relevance | path

Searched defs:inputDimension (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/layers/
H A DPreluLayer.cpp65 … unsigned int inputDimension = inputShape[armnn::numeric_cast<unsigned int>(inputShapeIndex)]; in InferOutputShapes() local
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DTensorUtils.cpp221 unsigned int GetUnsignedAxis(const unsigned int inputDimension, const int axis) in GetUnsignedAxis()