ArmNN
 21.02
DeserializeMean.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 (SimpleMean, SimpleMeanFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( SimpleMean  ,
SimpleMeanFixture   
)

Definition at line 116 of file DeserializeMean.cpp.

References BOOST_AUTO_TEST_SUITE_END().

117 {
118  RunTest<4, armnn::DataType::Float32>(
119  0,
120  {{"InputLayer", { 1.0f, 1.0f, 2.0f, 2.0f, 3.0f, 3.0f }}},
121  {{"OutputLayer", { 2.0f, 2.0f }}});
122 }