ArmNN
 20.08
DeserializeMean.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "ParserFlatbuffersSerializeFixture.hpp"
#include "../Deserializer.hpp"
#include <string>
#include <iostream>

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 117 of file DeserializeMean.cpp.

References BOOST_AUTO_TEST_SUITE_END().

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