ArmNN
 21.02
DeserializeConstant.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "ParserFlatbuffersSerializeFixture.hpp"
#include <armnnDeserializer/IDeserializer.hpp>
#include <string>

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (SimpleConstantAddQuantisedAsymm8, SimpleConstantAddFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( SimpleConstantAddQuantisedAsymm8  ,
SimpleConstantAddFixture   
)

Definition at line 143 of file DeserializeConstant.cpp.

References BOOST_AUTO_TEST_SUITE_END().

144 {
145  RunTest<2, armnn::DataType::QAsymmU8>(
146  0,
147  { 1, 2, 3, 4, 5, 6 },
148  { 2, 4, 6, 8, 10, 12 });
149 }