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 --- ...nn_tf_parser_2test_2_fully_connected_8cpp.xhtml | 258 +++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 20.02/armnn_tf_parser_2test_2_fully_connected_8cpp.xhtml (limited to '20.02/armnn_tf_parser_2test_2_fully_connected_8cpp.xhtml') diff --git a/20.02/armnn_tf_parser_2test_2_fully_connected_8cpp.xhtml b/20.02/armnn_tf_parser_2test_2_fully_connected_8cpp.xhtml new file mode 100644 index 0000000000..fb1680fb1d --- /dev/null +++ b/20.02/armnn_tf_parser_2test_2_fully_connected_8cpp.xhtml @@ -0,0 +1,258 @@ + + + + + + + + + + + + + +ArmNN: src/armnnTfParser/test/FullyConnected.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
FullyConnected.cpp File Reference
+
+
+
#include <boost/test/unit_test.hpp>
+#include "armnnTfParser/ITfParser.hpp"
+#include "ParserPrototxtFixture.hpp"
+#include "Runtime.hpp"
+#include "Network.hpp"
+#include "Graph.hpp"
+
+

Go to the source code of this file.

+ + + + + + + + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (FullyConnected, FullyConnectedFixture)
 
 BOOST_FIXTURE_TEST_CASE (MatMulUsedInTwoFc, MatMulUsedInTwoFcFixture)
 
 BOOST_FIXTURE_TEST_CASE (MatMulUsedInTwoFcStaggered, MatMulUsedInTwoFcStaggeredFixture)
 
 BOOST_FIXTURE_TEST_CASE (MatMul, MatMulFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE() [1/4]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (FullyConnected ,
FullyConnectedFixture  
)
+
+ +

Definition at line 142 of file FullyConnected.cpp.

+
143 {
144  RunTest<1>({ 3 }, { 7 });
145 }
+
+
+ +

◆ BOOST_FIXTURE_TEST_CASE() [2/4]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (MatMulUsedInTwoFc ,
MatMulUsedInTwoFcFixture  
)
+
+ +

Definition at line 324 of file FullyConnected.cpp.

+
325 {
326  RunTest<1>({ 3 }, { 32 });
327  // Ideally we would check here that the armnn network has 5 layers:
328  // Input, 2 x FullyConnected (biased), Add and Output.
329  // This would make sure the parser hasn't incorrectly added some unconnected layers corresponding to the MatMul.
330 }
+
+
+ +

◆ BOOST_FIXTURE_TEST_CASE() [3/4]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (MatMulUsedInTwoFcStaggered ,
MatMulUsedInTwoFcStaggeredFixture  
)
+
+ +

Definition at line 479 of file FullyConnected.cpp.

+
480 {
481  RunTest<1>({ 2 }, { 75 });
482  // Ideally we would check here that the armnn network has 5 layers:
483  // Input, FullyConnected (biased), FullyConnected (non biased), Add and Output.
484 }
+
+
+ +

◆ BOOST_FIXTURE_TEST_CASE() [4/4]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (MatMul ,
MatMulFixture  
)
+
+ +

Definition at line 574 of file FullyConnected.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
575 {
576  RunTest<1>({ 2 }, { 34 });
577 }
+
+
+
+
+ + + + -- cgit v1.2.1