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/_quantize_test_impl_8hpp.xhtml | 295 +++++++++++++++++++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 20.02/_quantize_test_impl_8hpp.xhtml (limited to '20.02/_quantize_test_impl_8hpp.xhtml') diff --git a/20.02/_quantize_test_impl_8hpp.xhtml b/20.02/_quantize_test_impl_8hpp.xhtml new file mode 100644 index 0000000000..1a7f3b593c --- /dev/null +++ b/20.02/_quantize_test_impl_8hpp.xhtml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/layerTests/QuantizeTestImpl.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QuantizeTestImpl.hpp File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + + + + + +

+Functions

LayerTestResult< uint8_t, 4 > QuantizeSimpleUint8Test (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< uint8_t, 4 > QuantizeClampUint8Test (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< int8_t, 4 > QuantizeClampAsymmInt8Test (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< int8_t, 4 > QuantizeClampInt8Test (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
LayerTestResult< int16_t, 4 > QuantizeClampInt16Test (armnn::IWorkloadFactory &workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &memoryManager)
 
+

Function Documentation

+ +

◆ QuantizeClampAsymmInt8Test()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<int8_t, 4> QuantizeClampAsymmInt8Test (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 142 of file QuantizeTestImpl.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
145 {
146  return QuantizeClampTest<armnn::DataType::QAsymmS8>(workloadFactory, memoryManager);
147 }
+
+
+ +

◆ QuantizeClampInt16Test()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<int16_t, 4> QuantizeClampInt16Test (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 156 of file QuantizeTestImpl.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
159 {
160  return QuantizeClampTest<armnn::DataType::QSymmS16>(workloadFactory, memoryManager);
161 }
+
+
+ +

◆ QuantizeClampInt8Test()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<int8_t, 4> QuantizeClampInt8Test (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 149 of file QuantizeTestImpl.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
152 {
153  return QuantizeClampTest<armnn::DataType::QSymmS8>(workloadFactory, memoryManager);
154 }
+
+
+ +

◆ QuantizeClampUint8Test()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<uint8_t, 4> QuantizeClampUint8Test (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 135 of file QuantizeTestImpl.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
138 {
139  return QuantizeClampTest<armnn::DataType::QAsymmU8>(workloadFactory, memoryManager);
140 }
+
+
+ +

◆ QuantizeSimpleUint8Test()

+ +
+
+ + + + + + + + + + + + + + + + + + +
LayerTestResult<uint8_t, 4> QuantizeSimpleUint8Test (armnn::IWorkloadFactoryworkloadFactory,
const armnn::IBackendInternal::IMemoryManagerSharedPtrmemoryManager 
)
+
+ +

Definition at line 128 of file QuantizeTestImpl.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
131 {
132  return QuantizeSimpleTest<armnn::DataType::QAsymmU8>(workloadFactory, memoryManager);
133 }
+
+
+
+
+ + + + -- cgit v1.2.1