Searched defs:inputOutputShape (Results 1 – 4 of 4) sorted by relevance
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | BatchNormalizationTestImpl.cpp | 220 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormFloat32Test() local 268 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormFloat32NhwcTest() local 320 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormFloat16Test() local 368 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormFloat16NhwcTest() local 420 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormUint8Test() local 468 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormUint8NhwcTest() local 516 const armnn::TensorShape inputOutputShape{ 1, 2, 3, 2 }; in BatchNormInt16Test() local 564 const armnn::TensorShape inputOutputShape{ 1, 3, 2, 2 }; in BatchNormInt16NhwcTest() local
|
D | LogSoftmaxTestImpl.cpp | 76 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest1() local 114 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest2() local 152 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest3() local 190 const armnn::TensorShape inputOutputShape{1, 1, 2, 4}; in LogSoftmaxTest4() local
|
D | L2NormalizationTestImpl.cpp | 126 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2NormalizationEpsilonTestCommon() local 188 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization1dTestCommon() local 273 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization2dTestCommon() local 334 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization3dTestCommon() local 415 const armnn::TensorShape inputOutputShape = armnnUtils::GetTensorShape( in L2Normalization4dTestCommon() local
|
D | InstanceNormalizationTestImpl.cpp | 81 const armnn::TensorShape inputOutputShape{ 2, 2, 2, 2 }; in InstanceNormTest() local 166 const armnn::TensorShape inputOutputShape{ 2, 2, 2, 2 }; in InstanceNormTest2() local
|