Home
last modified time | relevance | path

Searched defs:inputShape (Results 1 – 25 of 202) sorted by relevance

123456789

/external/armnn/src/armnnUtils/test/
DTensorUtilsTest.cpp19 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
32 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
45 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
58 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
71 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
84 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
97 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
110 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
123 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
131 armnn::TensorShape inputShape({ 2, 3, 4 }); variable
[all …]
/external/armnn/delegate/test/
DPooling2dTest.cpp25 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dFP32PaddingValidTest() local
51 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dInt8PaddingValidTest() local
80 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dFP32PaddingSameTest() local
106 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dInt8PaddingSameTest() local
135 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dFP32ReluTest() local
162 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dInt8ReluTest() local
191 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dFP32Relu6Test() local
218 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dInt8Relu6Test() local
247 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dUint8PaddingSameTest() local
276 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in MaxPool2dUint8ReluTest() local
[all …]
DQuantizationTest.cpp21 std::vector<int32_t> inputShape { 2, 4 }; in DequantizeUint8Test() local
48 std::vector<int32_t> inputShape { 2, 4 }; in DequantizeInt8Test() local
74 std::vector<int32_t> inputShape { 2, 5 }; in DequantizeInt16Test() local
101 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeFloat32Uint8Test() local
128 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeFloat32Int8Test() local
154 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeFloat32Int16Test() local
180 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeInt16Int16Test() local
206 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeInt16Int8Test() local
232 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeInt8Uint8Test() local
258 std::vector<int32_t> inputShape { 2, 4 }; in QuantizeUint8Int8Test() local
DMirrorPadTest.cpp21 std::vector<int32_t> inputShape { 3, 3 }; in MirrorPadSymmetric2dTest() local
63 std::vector<int32_t> inputShape { 3, 3 }; in MirrorPadReflect2dTest() local
105 std::vector<int32_t> inputShape { 2, 2, 2 }; in MirrorPadSymmetric3dTest() local
163 std::vector<int32_t> inputShape { 2, 2, 2 }; in MirrorPadReflect3dTest() local
221 std::vector<int32_t> inputShape { 3, 3 }; in MirrorPadSymmetricUint8Test() local
261 std::vector<int32_t> inputShape { 3, 3 }; in MirrorPadReflectInt8Test() local
DPooling3dTest.cpp28 std::vector<int32_t> inputShape = { 1, 2, 3, 4, 1 }; in MaxPool3dFP32PaddingValidTest() local
61 std::vector<int32_t> inputShape = { 1, 2, 3, 4, 1 }; in MaxPool3dFP32PaddingSameTest() local
94 std::vector<int32_t> inputShape = { 1, 2, 3, 4, 1 }; in MaxPool3dFP32H1Test() local
127 std::vector<int32_t> inputShape = { 1, 2, 3, 4, 1 }; in MaxPool3dFP32Test() local
160 std::vector<int32_t> inputShape = { 1, 2, 3, 4, 1 }; in AveragePool3dFP32PaddingValidTest() local
193 std::vector<int32_t> inputShape = { 4, 2, 3, 1, 1 }; in AveragePool3dFP32PaddingSameTest() local
226 std::vector<int32_t> inputShape = { 1, 2, 3, 4, 1 }; in AveragePool3dFP32H1Test() local
259 std::vector<int32_t> inputShape = { 4, 3, 2, 1, 1 }; in AveragePool3dFP32Test() local
DBatchSpaceTest.cpp21 std::vector<int32_t> inputShape { 4, 1, 1, 1 }; in BatchToSpaceNDFp32Test() local
43 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in BatchToSpaceNDFp32BatchOneTest() local
65 std::vector<int32_t> inputShape { 4, 1, 1, 3 }; in BatchToSpaceNDUint8Test() local
88 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in SpaceToBatchNDFp32Test() local
110 std::vector<int32_t> inputShape { 2, 2, 4, 1 }; in SpaceToBatchNDFp32PaddingTest() local
139 std::vector<int32_t> inputShape { 1, 2, 2, 3 }; in SpaceToBatchNDUint8Test() local
DReshapeTest.cpp25 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeSimpleTest() local
53 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeSimpleFloat16Test() local
79 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeReduceDimTest() local
105 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeFlattenTest() local
131 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeFlattenAllTest() local
157 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeInt8Test() local
185 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeUint8Test() local
213 std::vector<int32_t> inputShape { 1, 3, 4, 1 }; in ReshapeInt16Test() local
DSpaceDepthTest.cpp21 std::vector<int32_t> inputShape { 1, 2, 2, 4 }; in DepthToSpaceFp32Test() local
47 std::vector<int32_t> inputShape { 2, 1, 1, 4 }; in DepthToSpaceUint8Test() local
69 std::vector<int32_t> inputShape { 1, 2, 2, 2 }; in SpaceToDepthFp32Test() local
88 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in SpaceToDepthUint8Test() local
DPackTest.cpp21 std::vector<int32_t> inputShape { 3, 2, 3 }; in PackFp32Axis0Test() local
84 std::vector<int32_t> inputShape { 3, 2, 3 }; in PackFp32Axis1Test() local
148 std::vector<int32_t> inputShape { 3, 2, 3 }; in PackFp32Axis2Test() local
210 std::vector<int32_t> inputShape { 3, 2, 3 }; in PackFp32Axis3Test() local
280 std::vector<int32_t> inputShape { 3, 3 }; in PackFp32Inputs3Test() local
DFillTest.cpp22 std::vector<int32_t> inputShape { 2 }; in Fill2dTest() local
40 std::vector<int32_t> inputShape { 3 }; in Fill3dTest() local
67 std::vector<int32_t> inputShape { 4 }; in Fill4dTest() local
102 std::vector<int32_t> inputShape { 2 }; in FillInt32Test() local
/external/armnn/src/backends/backendsCommon/test/
DArgMinMaxEndToEndTestImpl.hpp39 void ArgMinMaxEndToEndImpl(const armnn::TensorShape& inputShape, in ArgMinMaxEndToEndImpl()
70 const armnn::TensorShape inputShape{ 1, 1, 1, 5 }; in ArgMaxEndToEndSimple() local
88 const armnn::TensorShape inputShape{ 1, 1, 1, 5 }; in ArgMinEndToEndSimple() local
106 const armnn::TensorShape inputShape{ 3, 2, 1, 4 }; in ArgMaxAxis0EndToEnd() local
131 const armnn::TensorShape inputShape{ 3, 2, 1, 4 }; in ArgMinAxis0EndToEnd() local
156 const armnn::TensorShape inputShape{ 1, 3, 2, 4 }; in ArgMaxAxis1EndToEnd() local
181 const armnn::TensorShape inputShape{ 1, 3, 2, 4 }; in ArgMinAxis1EndToEnd() local
206 const armnn::TensorShape inputShape{ 1, 3, 2, 4 }; in ArgMaxAxis2EndToEnd() local
232 const armnn::TensorShape inputShape{ 1, 3, 2, 4 }; in ArgMinAxis2EndToEnd() local
258 const armnn::TensorShape inputShape{ 1, 3, 2, 4 }; in ArgMaxAxis3EndToEnd() local
[all …]
DSplitterEndToEndTestImpl.hpp23 INetworkPtr CreateSplitterNetwork(const TensorShape& inputShape, in CreateSplitterNetwork()
83 const TensorShape& inputShape = { 4 }; in Splitter1dEndToEnd() local
111 const TensorShape& inputShape = { 4, 3 }; in Splitter2dDim0EndToEnd() local
146 const TensorShape& inputShape = { 4, 3 }; in Splitter2dDim1EndToEnd() local
184 const TensorShape& inputShape = { 2, 4, 3 }; in Splitter3dDim0EndToEnd() local
232 const TensorShape& inputShape = { 2, 4, 3 }; in Splitter3dDim1EndToEnd() local
280 const TensorShape& inputShape = { 2, 4, 3 }; in Splitter3dDim2EndToEnd() local
320 const TensorShape& inputShape = { 4, 3, 2, 2 }; in Splitter4dDim0EndToEnd() local
400 const TensorShape& inputShape = { 2, 6, 2, 2 }; in Splitter4dDim1EndToEnd() local
480 const TensorShape& inputShape = { 2, 3, 4, 2 }; in Splitter4dDim2EndToEnd() local
[all …]
DPooling2dEndToEndTestImpl.hpp21 armnn::INetworkPtr CreatePooling2dNetwork(const armnn::TensorShape& inputShape, in CreatePooling2dNetwork()
58 const TensorShape& inputShape = { 1, 3, 3, 1 }; in MaxPool2dEndToEnd() local
84 const TensorShape& inputShape = { 1, 3, 3, 1 }; in MaxPool2dEndToEndFloat16() local
107 const TensorShape& inputShape = { 1, 3, 3, 1 }; in AvgPool2dEndToEnd() local
148 const TensorShape& inputShape = { 1, 3, 3, 1 }; in AvgPool2dEndToEndFloat16() local
DSpaceToDepthEndToEndTestImpl.cpp25 armnn::INetworkPtr CreateSpaceToDepthNetwork(const armnn::TensorShape& inputShape, in CreateSpaceToDepthNetwork()
104 TensorShape inputShape{1, 2, 2, 1}; in SpaceToDepthNhwcEndToEndTest1() local
135 TensorShape inputShape{1, 2, 2, 1}; in SpaceToDepthNchwEndToEndTest1() local
166 TensorShape inputShape{1, 2, 2, 2}; in SpaceToDepthNhwcEndToEndTest2() local
197 TensorShape inputShape{1, 2, 2, 2}; in SpaceToDepthNchwEndToEndTest2() local
/external/armnn/src/backends/tosaCommon/test/
DOneToOneMappingTests.cpp18 std::vector<std::vector<int32_t>> inputShape = {{ 1, 2, 4, 2 }, { 1, 2, 4, 2 }}; variable
52 std::vector<std::vector<int32_t>> inputShape = {{ 1, 2, 4, 2 }, { 1, 2, 4, 2 }}; variable
192 std::vector<std::vector<int32_t>> inputShape = {{ 1, 5, 5, 1 }, { 1, 3, 3, 1 }, { 1 }}; variable
228 std::vector<std::vector<int32_t>> inputShape = {{ 1, 5, 5, 1 }}; variable
261 std::vector<std::vector<int32_t>> inputShape = {{ 2, 2 }}; variable
294 std::vector<std::vector<int32_t>> inputShape = {{ 2, 2 }}; variable
315 std::vector<std::vector<int32_t>> inputShape = {{ 1, 2, 4, 2 }, { 1, 2, 4, 2 }}; variable
349 std::vector<std::vector<int32_t>> inputShape = {{ 2, 2 }, { 2, 2 }}; variable
373 std::vector<std::vector<int32_t>> inputShape = {{ 1, 1, 4, 4 }}; variable
415 std::vector<std::vector<int32_t>> inputShape = {{ 1, 1, 4, 4 }}; variable
[all …]
/external/armnn/src/backends/backendsCommon/test/layerTests/
DBatchToSpaceNdTestImpl.hpp31 const unsigned int *inputShape, in BatchToSpaceNdHelper()
94 const unsigned int inputShape[] = {4, 2, 2, 1}; in BatchToSpaceNdNhwcTest1() local
142 const unsigned int inputShape[] = {4, 1, 1, 1}; in BatchToSpaceNdNhwcTest2() local
166 const unsigned int inputShape[] = {4, 1, 1, 3}; in BatchToSpaceNdNhwcTest3() local
187 const unsigned int inputShape[] = {8, 1, 3, 1}; in BatchToSpaceNdNhwcTest4() local
222 const unsigned int inputShape[] = {4, 2, 2, 1}; in BatchToSpaceNdNhwcTest5() local
242 const unsigned int inputShape[] = {4, 1, 1, 1}; in BatchToSpaceNdNhwcTest6() local
266 const unsigned int inputShape[] = {4, 1, 1, 3}; in BatchToSpaceNdNhwcTest7() local
287 const unsigned int inputShape[] = {4, 3, 1, 1}; in BatchToSpaceNdNchwTest1() local
320 const unsigned int inputShape[] = {4, 1, 1, 1}; in BatchToSpaceNdNchwTest2() local
[all …]
DMeanTestImpl.hpp23 const unsigned int* inputShape, in MeanTestHelper()
84 const unsigned int inputShape[] = { 3, 2 }; in MeanSimpleTest() local
100 const unsigned int inputShape[] = { 2, 3, 1, 2 }; in MeanSimpleAxisTest() local
116 const unsigned int inputShape[] = { 1, 1, 3, 2 }; in MeanKeepDimsTest() local
132 const unsigned int inputShape[] = { 2, 3, 1, 2 }; in MeanMultipleDimsTest() local
149 const unsigned int inputShape[] = { 4, 3, 2 }; in MeanVts1Test() local
167 const unsigned int inputShape[] = { 4, 3, 2 }; in MeanVts2Test() local
185 const unsigned int inputShape[] = { 1, 2, 2, 1 }; in MeanVts3Test() local
DSinTestImpl.cpp15 const unsigned int inputShape[] = { 2, 2 }; in Sin2dTest() local
46 const unsigned int inputShape[] = { 3, 1, 2 }; in Sin3dTest() local
79 const unsigned int inputShape[] = { 1, 2 }; in SinZeroTest() local
108 const unsigned int inputShape[] = { 1, 2 }; in SinNegativeTest() local
DNegTestImpl.cpp16 const unsigned int inputShape[] = { 2, 2 }; in Neg2dTest() local
47 const unsigned int inputShape[] = { 3, 1, 2 }; in Neg3dTest() local
78 const unsigned int inputShape[] = { 1, 2 }; in NegZeroTest() local
107 const unsigned int inputShape[] = { 1, 2 }; in NegNegativeTest() local
DRsqrtTestImpl.cpp16 const unsigned int inputShape[] = { 2, 2 }; in Rsqrt2dTest() local
47 const unsigned int inputShape[] = { 3, 1, 2 }; in Rsqrt3dTest() local
78 const unsigned int inputShape[] = { 1, 2 }; in RsqrtZeroTest() local
107 const unsigned int inputShape[] = { 1, 2 }; in RsqrtNegativeTest() local
DLogTestImpl.cpp15 const unsigned int inputShape[] = { 2, 2 }; in Log2dTest() local
46 const unsigned int inputShape[] = { 3, 1, 2 }; in Log3dTest() local
79 const unsigned int inputShape[] = { 1, 2 }; in LogZeroTest() local
108 const unsigned int inputShape[] = { 1, 2 }; in LogNegativeTest() local
DExpTestImpl.cpp15 const unsigned int inputShape[] = { 2, 2 }; in Exp2dTest() local
46 const unsigned int inputShape[] = { 3, 1, 2 }; in Exp3dTest() local
79 const unsigned int inputShape[] = { 1, 2 }; in ExpZeroTest() local
108 const unsigned int inputShape[] = { 1, 2 }; in ExpNegativeTest() local
DSqrtTestImpl.cpp16 const unsigned int inputShape[] = { 2, 2 }; in Sqrt2dTest() local
47 const unsigned int inputShape[] = { 3, 1, 2 }; in Sqrt3dTest() local
78 const unsigned int inputShape[] = { 1, 2 }; in SqrtZeroTest() local
107 const unsigned int inputShape[] = { 1, 2 }; in SqrtNegativeTest() local
DArgMinMaxTestImpl.cpp71 const armnn::TensorShape inputShape{ 1, 1, 1, 5 }; in ArgMaxSimpleTest() local
99 const armnn::TensorShape inputShape{ 1, 1, 1, 5 }; in ArgMinSimpleTest() local
127 const armnn::TensorShape inputShape{ 1, 3, 2, 4}; in ArgMinChannelTest() local
163 const armnn::TensorShape inputShape{ 1, 3, 2, 4}; in ArgMaxChannelTest() local
199 const armnn::TensorShape inputShape{ 1, 3, 2, 4}; in ArgMaxHeightTest() local
235 const armnn::TensorShape inputShape{ 1, 3, 2, 4}; in ArgMinWidthTest() local
/external/armnn/src/armnn/test/optimizations/
DReduceMultipleAxesTests.cpp19 TensorShape& inputShape, in CreateSimpleReduceNetwork()
123 TensorShape inputShape = {1, 3, 2, 4}; in ReduceSumWithTwoAxesKeepDimsTest() local
155 TensorShape inputShape = {1, 3, 2, 4}; in ReduceSumWithTwoAxesTest() local
187 TensorShape inputShape = {2, 2, 2, 2}; in ReduceSumWithThreeAxesKeepDimsTest() local
222 TensorShape inputShape = {2, 2, 2, 2}; in ReduceSumWithThreeAxesTest() local

123456789