From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/_identity_8cpp.xhtml | 223 +++++++++++++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 Documentation/_identity_8cpp.xhtml (limited to 'Documentation/_identity_8cpp.xhtml') diff --git a/Documentation/_identity_8cpp.xhtml b/Documentation/_identity_8cpp.xhtml new file mode 100644 index 0000000000..0550f4c25b --- /dev/null +++ b/Documentation/_identity_8cpp.xhtml @@ -0,0 +1,223 @@ + + + + + + + + + + + + + +ArmNN: src/armnnTfParser/test/Identity.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Identity.cpp File Reference
+
+
+
#include <boost/test/unit_test.hpp>
+#include "armnnTfParser/ITfParser.hpp"
+#include "ParserPrototxtFixture.hpp"
+
+

Go to the source code of this file.

+ + + + + + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (IdentitySimple, IdentitySimpleFixture)
 
 BOOST_FIXTURE_TEST_CASE (ParseIdentity, IdentityFixture)
 
 BOOST_FIXTURE_TEST_CASE (IdentityChain, IdentityChainFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE() [1/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (IdentitySimple ,
IdentitySimpleFixture  
)
+
+ +

Definition at line 49 of file Identity.cpp.

+
50 {
51  RunTest<1>({ 1.0f, 2.0f, 3.0f, 4.0f }, { 1.0f, 2.0f, 3.0f, 4.0f });
52 }
+
+
+ +

◆ BOOST_FIXTURE_TEST_CASE() [2/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (ParseIdentity ,
IdentityFixture  
)
+
+ +

Definition at line 103 of file Identity.cpp.

+
104 {
105  RunTest<1>({ 1.0f, 2.0f, 3.0f, 4.0f }, { 2.0f, 4.0f, 6.0f, 8.0f });
106 }
+
+
+ +

◆ BOOST_FIXTURE_TEST_CASE() [3/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (IdentityChain ,
IdentityChainFixture  
)
+
+ +

Definition at line 156 of file Identity.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
157 {
158  RunTest<1>({ 1.0f, 2.0f, 3.0f, 4.0f }, { 1.0f, 2.0f, 3.0f, 4.0f });
159 }
+
+
+
+
+ + + + -- cgit v1.2.1