Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DL2NormalizationTestImpl.cpp29 const armnn::TensorShape& inputOutputTensorShape, in L2NormalizationTestImpl()
709 const armnn::TensorShape inputOutputTensorShape = armnn::TensorShape({ 5, 2 }); in L2Normalization2dShapeTest() local
H A DBatchNormalizationTestImpl.cpp34 const armnn::TensorShape& inputOutputTensorShape, in BatchNormTestImpl()