From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- 20.05/_neon_mem_copy_tests_8cpp.xhtml | 240 ++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 20.05/_neon_mem_copy_tests_8cpp.xhtml (limited to '20.05/_neon_mem_copy_tests_8cpp.xhtml') diff --git a/20.05/_neon_mem_copy_tests_8cpp.xhtml b/20.05/_neon_mem_copy_tests_8cpp.xhtml new file mode 100644 index 0000000000..81d09f1787 --- /dev/null +++ b/20.05/_neon_mem_copy_tests_8cpp.xhtml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/test/NeonMemCopyTests.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
NeonMemCopyTests.cpp File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

 BOOST_AUTO_TEST_CASE (CopyBetweenCpuAndNeon)
 
 BOOST_AUTO_TEST_CASE (CopyBetweenNeonAndCpu)
 
 BOOST_AUTO_TEST_CASE (CopyBetweenCpuAndNeonWithSubtensors)
 
 BOOST_AUTO_TEST_CASE (CopyBetweenNeonAndCpuWithSubtensors)
 
+

Function Documentation

+ +

◆ BOOST_AUTO_TEST_CASE() [1/4]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (CopyBetweenCpuAndNeon )
+
+ +

Definition at line 19 of file NeonMemCopyTests.cpp.

+ +

References CompareTensors(), LayerTestResult< T, n >::output, and LayerTestResult< T, n >::outputExpected.

+
20 {
22  MemCopyTest<armnn::RefWorkloadFactory, armnn::NeonWorkloadFactory, armnn::DataType::Float32>(false);
23  BOOST_TEST(CompareTensors(result.output, result.outputExpected));
24 }
boost::test_tools::predicate_result CompareTensors(const boost::multi_array< T, n > &a, const boost::multi_array< T, n > &b, bool compareBoolean=false)
+
boost::multi_array< T, n > outputExpected
+
boost::multi_array< T, n > output
+ +
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [2/4]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (CopyBetweenNeonAndCpu )
+
+ +

Definition at line 26 of file NeonMemCopyTests.cpp.

+ +

References CompareTensors(), LayerTestResult< T, n >::output, and LayerTestResult< T, n >::outputExpected.

+
27 {
29  MemCopyTest<armnn::NeonWorkloadFactory, armnn::RefWorkloadFactory, armnn::DataType::Float32>(false);
30  BOOST_TEST(CompareTensors(result.output, result.outputExpected));
31 }
boost::test_tools::predicate_result CompareTensors(const boost::multi_array< T, n > &a, const boost::multi_array< T, n > &b, bool compareBoolean=false)
+
boost::multi_array< T, n > outputExpected
+
boost::multi_array< T, n > output
+ +
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [3/4]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (CopyBetweenCpuAndNeonWithSubtensors )
+
+ +

Definition at line 33 of file NeonMemCopyTests.cpp.

+ +

References CompareTensors(), LayerTestResult< T, n >::output, and LayerTestResult< T, n >::outputExpected.

+
34 {
36  MemCopyTest<armnn::RefWorkloadFactory, armnn::NeonWorkloadFactory, armnn::DataType::Float32>(true);
37  BOOST_TEST(CompareTensors(result.output, result.outputExpected));
38 }
boost::test_tools::predicate_result CompareTensors(const boost::multi_array< T, n > &a, const boost::multi_array< T, n > &b, bool compareBoolean=false)
+
boost::multi_array< T, n > outputExpected
+
boost::multi_array< T, n > output
+ +
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [4/4]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (CopyBetweenNeonAndCpuWithSubtensors )
+
+ +

Definition at line 40 of file NeonMemCopyTests.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END(), CompareTensors(), LayerTestResult< T, n >::output, and LayerTestResult< T, n >::outputExpected.

+
41 {
43  MemCopyTest<armnn::NeonWorkloadFactory, armnn::RefWorkloadFactory, armnn::DataType::Float32>(true);
44  BOOST_TEST(CompareTensors(result.output, result.outputExpected));
45 }
boost::test_tools::predicate_result CompareTensors(const boost::multi_array< T, n > &a, const boost::multi_array< T, n > &b, bool compareBoolean=false)
+
boost::multi_array< T, n > outputExpected
+
boost::multi_array< T, n > output
+ +
+
+
+
+
+ + + + -- cgit v1.2.1