From 96becb7e4f5f510344c3850278a706d63a564fc4 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Tue, 16 Jun 2020 12:41:49 +0100 Subject: Revert "IVGCVSW-3726 Upload ArmNN Doxygen files" This reverts commit de36e4a9c299028e792c3a5bd99ad0816d806077. Signed-off-by: Jan Eilers Change-Id: Idbf20c12ea07583ca552d7cc7fb517fbadc73fff --- Documentation/_constant_test_impl_8cpp.xhtml | 290 --------------------------- 1 file changed, 290 deletions(-) delete mode 100644 Documentation/_constant_test_impl_8cpp.xhtml (limited to 'Documentation/_constant_test_impl_8cpp.xhtml') diff --git a/Documentation/_constant_test_impl_8cpp.xhtml b/Documentation/_constant_test_impl_8cpp.xhtml deleted file mode 100644 index cf996dd0c3..0000000000 --- a/Documentation/_constant_test_impl_8cpp.xhtml +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/backendsCommon/test/layerTests/ConstantTestImpl.cpp File Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
ConstantTestImpl.cpp File Reference
-
-
- -

Go to the source code of this file.

- - - - - - - - - - - - -

-Functions

LayerTestResult< float, 4 > ConstantTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< int16_t, 4 > ConstantInt16SimpleQuantizationScaleNoOffsetTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< uint8_t, 4 > ConstantUint8SimpleQuantizationScaleNoOffsetTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< uint8_t, 4 > ConstantUint8CustomQuantizationScaleAndOffsetTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< int16_t, 4 > ConstantInt16CustomQuantizationScaleAndOffsetTest (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
-

Function Documentation

- -

◆ ConstantInt16CustomQuantizationScaleAndOffsetTest()

- -
-
- - - - - - - - - - - - - - - - - - -
LayerTestResult<int16_t, 4> ConstantInt16CustomQuantizationScaleAndOffsetTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
-
- -

Definition at line 153 of file ConstantTestImpl.cpp.

-
156 {
157  return ConstantTestImpl<armnn::DataType::QSymmS16>(workloadFactory, memoryManager, 2e-6f, 1);
158 }
-
-
- -

◆ ConstantInt16SimpleQuantizationScaleNoOffsetTest()

- -
-
- - - - - - - - - - - - - - - - - - -
LayerTestResult<int16_t, 4> ConstantInt16SimpleQuantizationScaleNoOffsetTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
-
- -

Definition at line 132 of file ConstantTestImpl.cpp.

-
135 {
136  return ConstantTestImpl<armnn::DataType::QSymmS16>(workloadFactory, memoryManager, 1.0f, 0);
137 }
-
-
- -

◆ ConstantTest()

- -
-
- - - - - - - - - - - - - - - - - - -
LayerTestResult<float, 4> ConstantTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
-
- -

Definition at line 125 of file ConstantTestImpl.cpp.

-
128 {
129  return ConstantTestImpl<armnn::DataType::Float32>(workloadFactory, memoryManager, 0.0f, 0);
130 }
-
-
- -

◆ ConstantUint8CustomQuantizationScaleAndOffsetTest()

- -
-
- - - - - - - - - - - - - - - - - - -
LayerTestResult<uint8_t, 4> ConstantUint8CustomQuantizationScaleAndOffsetTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
-
- -

Definition at line 146 of file ConstantTestImpl.cpp.

-
149 {
150  return ConstantTestImpl<armnn::DataType::QAsymmU8>(workloadFactory, memoryManager, 2e-6f, 1);
151 }
-
-
- -

◆ ConstantUint8SimpleQuantizationScaleNoOffsetTest()

- -
-
- - - - - - - - - - - - - - - - - - -
LayerTestResult<uint8_t, 4> ConstantUint8SimpleQuantizationScaleNoOffsetTest (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
-
- -

Definition at line 139 of file ConstantTestImpl.cpp.

-
142 {
143  return ConstantTestImpl<armnn::DataType::QAsymmU8>(workloadFactory, memoryManager, 1.0f, 0);
144 }
-
-
-
-
- - - - -- cgit v1.2.1