Home
last modified time | relevance | path

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

/external/armnn/src/armnn/test/optimizations/
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
DFoldPadIntoQuantizedAveragePooling2DTests.cpp24 const unsigned int paddedShape[] = {1, 4, 4, 3}; in FoldPadIntoQuantizedAvgPoolTest() local
DConvertConstDequantisationLayersToConstLayersTest.cpp121 const unsigned int paddedShape[] = {1, 6, 6, 3}; variable
/external/armnn/src/backends/reference/workloads/
DRefL2NormalizationWorkload.cpp75 const TensorShape& paddedShape = TensorShape(4, paddedShapeArray); in Execute() local