Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DBatchNormalizationTestImpl.cpp226 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormFloat32Test() local
274 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormFloat32NhwcTest() local
326 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormFloat16Test() local
374 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormFloat16NhwcTest() local
426 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormUint8Test() local
474 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormUint8NhwcTest() local
522 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormInt16Test() local
570 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormInt16NhwcTest() local
H A DLogSoftmaxTestImpl.cpp83 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest1() local
121 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest2() local
159 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest3() local
197 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest4() local
H A DL2NormalizationTestImpl.cpp130 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2NormalizationEpsilonTestCommon() local
192 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization1dTestCommon() local
277 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization2dTestCommon() local
338 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization3dTestCommon() local
419 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization4dTestCommon() local
H A DInstanceNormalizationTestImpl.cpp81 const armnn::TensorShape inputOutputShape{ 2, 2, 2, 2 }; in InstanceNormTest() local
166 const armnn::TensorShape inputOutputShape{ 2, 2, 2, 2 }; in InstanceNormTest2() local