ArmNN
 22.08
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 
7 
8 #include <doctest/doctest.h>
9 
10 TEST_SUITE("OnnxParser_Constructor")
11 {
12 TEST_CASE("Create")
13 {
15 }
16 
17 }
static IOnnxParserPtr Create()
Definition: OnnxParser.cpp:38
std::unique_ptr< IOnnxParser, void(*)(IOnnxParser *parser)> IOnnxParserPtr
Definition: IOnnxParser.hpp:21
TEST_SUITE("OnnxParser_Constructor")
Definition: Constructor.cpp:10