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

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (ParseMeanNoReduce, SimpleMeanNoReduceFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( ParseMeanNoReduce  ,
SimpleMeanNoReduceFixture   
)

Definition at line 92 of file Mean.cpp.

References BOOST_AUTO_TEST_SUITE_END().

93 {
94  RunTest<2, armnn::DataType::Float32>(0, {{ "inputTensor", { 1.0f, 1.0f, 2.0f, 2.0f } } },
95  {{ "outputTensor", { 1.5f } } });
96 }