ArmNN
 20.11
DeserializeLogSoftmax.cpp File Reference
#include "ParserFlatbuffersSerializeFixture.hpp"
#include "../Deserializer.hpp"
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (LogSoftmaxFloat32, LogSoftmaxFloat32Fixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( LogSoftmaxFloat32  ,
LogSoftmaxFloat32Fixture   
)

Definition at line 114 of file DeserializeLogSoftmax.cpp.

References BOOST_AUTO_TEST_SUITE_END().

115 {
116  RunTest<4, armnn::DataType::Float32>(
117  0,
118  {
119  0.f, -6.f, 2.f, 4.f,
120  3.f, -2.f, 10.f, 1.f
121  },
122  {
123  -4.14297f, -10.14297f, -2.14297f, -0.14297f,
124  -7.00104f, -12.00104f, -0.00105f, -9.00104f
125  });
126 }