ArmNN
 20.02
TestConcat.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "armnnCaffeParser/ICaffeParser.hpp"
#include "ParserPrototxtFixture.hpp"

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (ParseConcat, ConcatFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( ParseConcat  ,
ConcatFixture   
)

Definition at line 55 of file TestConcat.cpp.

References BOOST_AUTO_TEST_SUITE_END().

56 {
57  RunTest<4>(
58  {
59  0, 1, 0, 0,
60  0, 0, 0, 0,
61  0, 0, 1, 0,
62  1, 0, 1, 1
63  },
64  {
65  1, 0,
66  1, 1,
67 
68  1, 0,
69  1, 1
70  });
71 }