ArmNN
 20.05
Softmax.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "armnnTfParser/ITfParser.hpp"
#include "ParserPrototxtFixture.hpp"

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (ParseSoftmax, SoftmaxFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( ParseSoftmax  ,
SoftmaxFixture   
)

Definition at line 49 of file Softmax.cpp.

References BOOST_AUTO_TEST_SUITE_END().

50 {
51  RunTest<2>({ 0, 0, 10000, 0, 0, 0, 0 }, { 0, 0, 1, 0, 0, 0, 0 });
52 }