Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFoldPadTests.cpp22 const unsigned int paddedShape[] = {1, 6, 6, 3}; variable
104 const unsigned int paddedShape[] = {1, 6, 6, 3}; variable
190 const unsigned int paddedShape[] = {1, 4, 4, 3}; variable
275 const unsigned int paddedShape[] = {1, 4, 4, 3}; variable
346 const unsigned int paddedShape[] = {1, 4, 4, 3}; variable
416 const unsigned int paddedShape[] = {1, 4, 4, 3}; variable
481 const unsigned int paddedShape[] = {1, 4, 4, 3}; variable
546 const unsigned int paddedShape[] = {1, 6, 6, 2}; variable
645 const unsigned int paddedShape[] = {1, 6, 6, 3}; variable
769 const unsigned int paddedShape[] = {1, 6, 6, 3}; variable
H A DFoldPadIntoQuantizedAveragePooling2DTests.cpp24 const unsigned int paddedShape[] = {1, 4, 4, 3}; in FoldPadIntoQuantizedAvgPoolTest() local
H A DConvertConstDequantisationLayersToConstLayersTest.cpp121 const unsigned int paddedShape[] = {1, 6, 6, 3}; variable
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefL2NormalizationWorkload.cpp75 const TensorShape& paddedShape = TensorShape(4, paddedShapeArray); in Execute() local