From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_normalization_test_impl_8cpp.xhtml | 287 ++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 20.02/_normalization_test_impl_8cpp.xhtml (limited to '20.02/_normalization_test_impl_8cpp.xhtml') diff --git a/20.02/_normalization_test_impl_8cpp.xhtml b/20.02/_normalization_test_impl_8cpp.xhtml new file mode 100644 index 0000000000..9b28ed18a2 --- /dev/null +++ b/20.02/_normalization_test_impl_8cpp.xhtml @@ -0,0 +1,287 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/layerTests/NormalizationTestImpl.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
NormalizationTestImpl.cpp File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

LayerTestResult< float, 4 > SimpleNormalizationAcrossTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< float, 4 > SimpleNormalizationWithinTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< float, 4 > SimpleNormalizationAcrossNhwcTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< float, 4 > CompareNormalizationTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager, armnn::IWorkloadFactory &refWorkloadFactory, armnn::NormalizationAlgorithmChannel normChannel, armnn::NormalizationAlgorithmMethod normMethod)
 
+

Function Documentation

+ +

◆ CompareNormalizationTest()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LayerTestResult<float,4> CompareNormalizationTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager,
armnn::IWorkloadFactoryrefWorkloadFactory,
armnn::NormalizationAlgorithmChannel normChannel,
armnn::NormalizationAlgorithmMethod normMethod 
)
+
+ +

Definition at line 385 of file NormalizationTestImpl.cpp.

+
391 {
392  return CompareNormalizationTestImpl(workloadFactory, memoryManager, refWorkloadFactory, normChannel, normMethod);
393 }
+
+
+ +

◆ SimpleNormalizationAcrossNhwcTest()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<float,4> SimpleNormalizationAcrossNhwcTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 376 of file NormalizationTestImpl.cpp.

+ +

References armnn::Across, and armnn::LocalBrightness.

+
379 {
382  return SimpleNormalizationNhwcTestImpl(workloadFactory, memoryManager, normChannel, normMethod);
383 }
Krichevsky 2012: Local Brightness Normalization.
+ +
+
+
+ +

◆ SimpleNormalizationAcrossTest()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<float,4> SimpleNormalizationAcrossTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 358 of file NormalizationTestImpl.cpp.

+ +

References armnn::Across, and armnn::LocalBrightness.

+
361 {
364  return SimpleNormalizationTestImpl(workloadFactory, memoryManager, normChannel, normMethod);
365 }
Krichevsky 2012: Local Brightness Normalization.
+ +
+
+
+ +

◆ SimpleNormalizationWithinTest()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<float,4> SimpleNormalizationWithinTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 367 of file NormalizationTestImpl.cpp.

+ +

References armnn::LocalBrightness, and armnn::Within.

+
370 {
373  return SimpleNormalizationTestImpl(workloadFactory, memoryManager, normChannel, normMethod);
374 }
+
Krichevsky 2012: Local Brightness Normalization.
+
+
+
+
+
+ + + + -- cgit v1.2.1