ArmNN
 20.05
TestSplit.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 (Split, SplitFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( Split  ,
SplitFixture   
)

Definition at line 42 of file TestSplit.cpp.

References BOOST_AUTO_TEST_SUITE_END().

43 {
44  RunTest<1>({ 1.0f }, { 2.0f });
45 }