ArmNN
 20.02
Sub.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 (SimpleSub, SimpleSubFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( SimpleSub  ,
SimpleSubFixture   
)

Definition at line 98 of file Sub.cpp.

References BOOST_AUTO_TEST_SUITE_END().

99 {
100  RunTest<2, armnn::DataType::QAsymmU8>(
101  0,
102  {{"inputTensor1", { 4, 5, 6, 7 }},
103  {"inputTensor2", { 3, 2, 1, 0 }}},
104  {{"outputTensor", { 1, 3, 5, 7 }}});
105 }