ArmNN
 21.02
DeserializeAbs.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 (SimpleAbsTest, SimpleAbsFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( SimpleAbsTest  ,
SimpleAbsFixture   
)

Definition at line 111 of file DeserializeAbs.cpp.

References BOOST_AUTO_TEST_SUITE_END().

112  {
113  RunTest<4, armnn::DataType::Float32>(
114  0,
115  {{"InputLayer", { -100.0f, -50.5f, -25.9999f, -0.5f , 0.0f, 1.5555f, 25.5f, 100.0f }}},
116  {{"OutputLayer", { 100.0f, 50.5f, 25.9999f, 0.5f , 0.0f, 1.5555f, 25.5f, 100.0f }}});
117  }