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

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( MultiInputsOutputs  ,
MultiInputsOutputsFixture   
)

Definition at line 86 of file TestMultiInputsOutputs.cpp.

References BOOST_AUTO_TEST_SUITE_END().

87 {
88  RunTest<1>({ { "input1", {12.0f} }, { "input2", { 13.0f } } },
89  { { "add1", { 25.0f } }, { "add2", { 25.0f } } });
90 }