20.02
|
#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 (RediscoveredDependencies, RediscoveredDependenciesFixture) | |
BOOST_AUTO_TEST_CASE (SimpleCycle) | |
BOOST_AUTO_TEST_CASE (SingleNodeCycle) | |
BOOST_AUTO_TEST_CASE (ComplexCycle) | |
BOOST_AUTO_TEST_CASE (InvalidInput) | |
BOOST_AUTO_TEST_CASE | ( | SimpleCycle | ) |
Definition at line 124 of file TestDependencies.cpp.
References ITfParser::Create().
BOOST_AUTO_TEST_CASE | ( | SingleNodeCycle | ) |
Definition at line 155 of file TestDependencies.cpp.
References ITfParser::Create().
BOOST_AUTO_TEST_CASE | ( | ComplexCycle | ) |
Definition at line 185 of file TestDependencies.cpp.
References ITfParser::Create().
BOOST_AUTO_TEST_CASE | ( | InvalidInput | ) |
Definition at line 277 of file TestDependencies.cpp.
References BOOST_AUTO_TEST_SUITE_END(), and ITfParser::Create().
BOOST_FIXTURE_TEST_CASE | ( | RediscoveredDependencies | , |
RediscoveredDependenciesFixture | |||
) |
Definition at line 117 of file TestDependencies.cpp.