Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/armnn/delegate/test/
H A 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 …]
H A 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
H A 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
H A 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
H A 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
H A 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
H A DConvolution2dTest.cpp25 std::vector<int32_t> inputShape { 1, 5, 5, 1 }; in Conv2DWithBiasesFp32Test() local
79 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in Conv2DWithBiasesInt8Test() local
122 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in Conv2DWithBiasesReluUint8Test() local
180 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in Conv2DWithBiasesRelu6Uint8Test() local
229 std::vector<int32_t> inputShape { 1,4,4,2 }; in Conv2DPerChannelInt8Test() local
376 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in TransposeConvInt8Test() local
409 std::vector<int32_t> inputShape { 1, 2, 2, 1 }; in TransposeConvFp32Test() local
/aosp_15_r20/external/armnn/src/armnnUtils/test/
H A 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 …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DActivation.cpp54 bool reluFloat(const T* inputData, const Shape& inputShape, T* outputData, in reluFloat()
72 bool relu1Float(const T* inputData, const Shape& inputShape, T* outputData, in relu1Float()
82 bool relu6Float(const T* inputData, const Shape& inputShape, T* outputData, in relu6Float()
91 bool tanhFloat16(const _Float16* inputData, const Shape& inputShape, _Float16* outputData, in tanhFloat16()
101 bool tanhFloat32(const float* inputData, const Shape& inputShape, float* outputData, in tanhFloat32()
112 bool logisticFloat(const T* inputData, const Shape& inputShape, T* outputData, in logisticFloat()
127 inline bool reluXQuant8(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in reluXQuant8()
143 bool reluQuant8(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in reluQuant8()
149 bool relu1Quant8(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in relu1Quant8()
155 bool relu6Quant8(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in relu6Quant8()
[all …]
DPooling.cpp83 Shape inputShape = context->getInputShape(kInputTensor); in initialize() local
143 bool averagePoolNhwc(const float* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc()
153 bool averagePoolNhwc(const _Float16* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc()
166 bool averagePoolNhwc(const uint8_t* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc()
176 bool averagePoolNhwc(const int8_t* inputData, const Shape& inputShape, const PoolingParam& param, in averagePoolNhwc()
189 bool l2PoolNhwc(const float* inputData, const Shape& inputShape, const PoolingParam& param, in l2PoolNhwc()
199 bool l2PoolNhwc(const _Float16* inputData, const Shape& inputShape, const PoolingParam& param, in l2PoolNhwc()
211 bool maxPoolNhwc(const float* inputData, const Shape& inputShape, const PoolingParam& param, in maxPoolNhwc()
221 bool maxPoolNhwc(const uint8_t* inputData, const Shape& inputShape, const PoolingParam& param, in maxPoolNhwc()
231 bool maxPoolNhwc(const int8_t* inputData, const Shape& inputShape, const PoolingParam& param, in maxPoolNhwc()
[all …]
DSplit.cpp31 bool splitGeneric(const Scalar* inputData, const Shape& inputShape, int32_t axis, in splitGeneric()
57 bool splitFloat16(const _Float16* inputData, const Shape& inputShape, int32_t axis, in splitFloat16()
64 bool splitFloat32(const float* inputData, const Shape& inputShape, int32_t axis, in splitFloat32()
71 bool splitQuant8(const uint8_t* inputData, const Shape& inputShape, int32_t axis, in splitQuant8()
78 bool splitQuant8Signed(const int8_t* inputData, const Shape& inputShape, int32_t axis, in splitQuant8Signed()
85 bool splitInt32(const int32_t* inputData, const Shape& inputShape, int32_t axis, in splitInt32()
DReshape.cpp40 bool copyData(const void* inputData, const Shape& inputShape, void* outputData, in copyData()
49 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in depthToSpaceGeneric()
70 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in spaceToDepthGeneric()
91 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T padValue, in padGeneric()
204 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in batchToSpaceGeneric()
229 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in spaceToBatchGeneric()
DL2Normalization.cpp46 inline bool l2normFloat32Impl(const float* inputData, const Shape& inputShape, int32_t axis, in l2normFloat32Impl()
74 inline bool l2normQuant8Impl(const uint8_t* inputData, const Shape& inputShape, int32_t axis, in l2normQuant8Impl()
106 inline bool l2normQuant8SignedImpl(const int8_t* inputData, const Shape& inputShape, int32_t axis, in l2normQuant8SignedImpl()
137 bool l2normFloat32(const float* inputData, const Shape& inputShape, int32_t axis, float* outputData, in l2normFloat32()
153 bool l2normFloat16(const _Float16* inputData, const Shape& inputShape, int32_t axis, in l2normFloat16()
166 bool l2normQuant8(const uint8_t* inputData, const Shape& inputShape, int32_t axis, in l2normQuant8()
182 bool l2normQuant8Signed(const int8_t* inputData, const Shape& inputShape, int32_t axis, in l2normQuant8Signed()
/aosp_15_r20/external/armnn/src/backends/tosaCommon/test/
H A 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 …]
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A 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 …]
H A DStridedSliceTestImpl.cpp85 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSlice4dTest() local
124 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSlice4dReverseTest() local
163 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceSimpleStrideTest() local
204 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceSimpleRangeMaskTest() local
249 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceShrinkAxisMaskTest() local
290 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceShrinkAxisMaskBitPosition0Test() local
331 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceShrinkAxisMaskBitPosition1Test() local
372 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceShrinkAxisMaskBitPosition2Test() local
413 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceShrinkAxisMaskBitPosition3Test() local
458 unsigned int inputShape[] = {3, 2, 3, 1}; in StridedSliceShrinkAxisMaskBitPosition0And1Test() local
[all …]
H A 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
H A DSoftmaxTestImpl.cpp32 const armnn::TensorShape inputShape{ 1, 8, 1 }; member
43 const armnn::TensorShape inputShape{ 1, 8, 1, 1 }; member
64 const armnn::TensorShape& inputShape, in SimpleSoftmaxBaseTestImpl()
127 const armnn::TensorShape inputShape{ 2, 4 }; in SimpleSoftmaxTestImpl() local
157 armnn::TensorShape inputShape; in SimpleSoftmaxTestImpl() local
211 const armnn::TensorShape& inputShape, in Simple3dSoftmaxTestImpl()
226 const armnn::TensorShape& inputShape, in Simple4dSoftmaxTestImpl()
251 unsigned int inputShape[] = { batchSize, channels }; in CompareSoftmaxTestImpl() local
353 armnn::TensorShape inputShape; in Simple3dAxisSoftmaxTest() local
459 armnn::TensorShape inputShape; in Simple4dAxisSoftmaxTest() local
H A 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
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A 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 …]
H A 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 …]
H A DWorkloadDataValidation.cpp24 TensorShape inputShape { 1, 3, 2, 2 }; variable
62 unsigned int inputShape[] = {2, 3, 4}; // <- Invalid - input tensor has to be 4D. variable
83 unsigned int inputShape[] = {2, 3, 4, 5}; // <- Invalid - input tensor has to be 5D. variable
114 unsigned int inputShape[] = { inputNum, inputChannels, inputHeight, inputWidth }; variable
148 unsigned int inputShape[] = { inputNum, inputChannels, inputHeight, inputWidth }; variable
190 unsigned int inputShape[] = {inputNum, inputChannels, inputHeight, inputWidth}; variable
236 unsigned int inputShape[] = {inputNum, inputChannels, inputHeight, inputWidth}; variable
293 unsigned int inputShape[] = {inputNum, inputChannels, inputHeight, inputWidth}; variable
476 unsigned int inputShape[] = { 1, 1, 2, 3 }; variable
652 const TensorShape inputShape { nInput, cInput, hInput, wInput }; variable
[all …]
/aosp_15_r20/external/armnn/src/armnn/test/
H A DOptimizerTests.cpp423 void CreateConvolution2dGraph(Graph &graph, const unsigned int* inputShape, in CreateConvolution2dGraph()
461 const unsigned int inputShape[] = { 1, 3, 8, 16 }; variable
472 const unsigned int inputShape[] = { 1, 8, 16, 3 }; variable
480 void CreateDepthwiseConvolution2dGraph(Graph &graph, const unsigned int* inputShape, in CreateDepthwiseConvolution2dGraph()
516 const unsigned int inputShape[] = { 1, 2, 3, 3 }; variable
527 const unsigned int inputShape[] = { 1, 3, 3, 2 }; variable
535 void CreatePooling2dGraph(Graph& graph, const unsigned int* inputShape, const unsigned int* output… in CreatePooling2dGraph()
566 const unsigned int inputShape[] = { 5, 3, 52, 60 }; variable
576 const unsigned int inputShape[] = { 5, 52, 60, 3 }; variable
584 const unsigned int* inputShape, in CreateResizeBilinearGraph()
[all …]
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefCreateWorkloadTests.cpp296 TensorShape inputShape; in RefCreateBatchNormalizationWorkloadTest() local
324 TensorShape inputShape; variable
411 …TensorShape inputShape = (dataLayout == DataLayout::NCHW) ? std::initializer_list<unsigned int>({… in RefCreateConvolution2dWorkloadTest() local
440 …TensorShape inputShape = (dataLayout == DataLayout::NCHW) ? std::initializer_list<unsigned int>({… variable
458 …TensorShape inputShape = (dataLayout == DataLayout::NCHW) ? std::initializer_list<unsigned int>({… in RefCreateDepthwiseConvolutionWorkloadTest() local
544 TensorShape inputShape; in RefCreateNormalizationWorkloadTest() local
601 TensorShape inputShape; in RefCreatePooling2dWorkloadTest() local
840 TensorShape inputShape; in RefCreateResizeBilinearTest() local
927 TensorShape inputShape; in RefCreateL2NormalizationTest() local
1103 static void RefCreatePreluWorkloadTest(const armnn::TensorShape& inputShape, in RefCreatePreluWorkloadTest()
[all …]
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFoldPadTests.cpp21 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
103 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
189 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
274 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
345 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
415 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
480 const unsigned int inputShape[] = {1, 2, 2, 3}; variable
545 const unsigned int inputShape[] = {1, 4, 4, 2}; variable
644 const unsigned int inputShape[] = {1, 4, 4, 3}; // NHWCin variable
768 const unsigned int inputShape[] = {1, 4, 4, 3}; // NHWCin variable

12345678910>>...13