ArmNN
 20.11
TransposeConv.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "ParserFlatbuffersFixture.hpp"
#include "../TfLiteParser.hpp"

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (ParseSimpleTransposeConv, SimpleTransposeConvFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( ParseSimpleTransposeConv  ,
SimpleTransposeConvFixture   
)

Definition at line 119 of file TransposeConv.cpp.

References BOOST_AUTO_TEST_SUITE_END().

120 {
121  RunTest<4, armnn::DataType::QAsymmU8>(
122  0,
123  {
124  1, 2,
125  3, 4
126  },
127  {
128  0, 1, 2,
129  2, 11, 12,
130  6, 20, 16
131  });
132 }