ArmNN
 21.02
Constructor.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include <boost/test/unit_test.hpp>
8 
9 BOOST_AUTO_TEST_SUITE(OnnxParser)
10 
12 {
14 }
15 
BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)
BOOST_AUTO_TEST_CASE(Create)
Definition: Constructor.cpp:11
BOOST_AUTO_TEST_SUITE_END()
static IOnnxParserPtr Create()
Definition: OnnxParser.cpp:36
std::unique_ptr< IOnnxParser, void(*)(IOnnxParser *parser)> IOnnxParserPtr
Definition: IOnnxParser.hpp:21