ArmNN
 21.02
DepthConv.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "armnnOnnxParser/IOnnxParser.hpp"
#include "ParserPrototxtFixture.hpp"

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (ValidDepthConvTest, SimpleDepthConv2DFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( ValidDepthConvTest  ,
SimpleDepthConv2DFixture   
)

Definition at line 156 of file DepthConv.cpp.

References BOOST_AUTO_TEST_SUITE_END().

157 {
158  RunTest<4>({{"Input", { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}}},
159  {{"Output", { 10, 52, 126 }}});
160 }