ArmNN
 21.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 }