ArmNN
 21.02
TestMultiInputsOutputs.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 (MultiInputsOutputs, MultiInputsOutputsFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( MultiInputsOutputs  ,
MultiInputsOutputsFixture   
)

Definition at line 48 of file TestMultiInputsOutputs.cpp.

References BOOST_AUTO_TEST_SUITE_END().

49 {
50  RunTest<1>({ { "input1",{ 12.0f } },{ "input2",{ 13.0f } } },
51  { { "add1",{ 25.0f } },{ "add2",{ 25.0f } } });
52 }