ArmNN
 21.02
TestDropout.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 (ParseDropout, DropoutFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( ParseDropout  ,
DropoutFixture   
)

Definition at line 40 of file TestDropout.cpp.

References BOOST_AUTO_TEST_SUITE_END().

41 {
42  RunTest<4>(
43  {
44  1, 2,
45  3, 4,
46  },
47  {
48  2, 4,
49  6, 8
50  });
51 }