ArmNN
 21.08
Constructor.cpp File Reference
#include "armnnOnnxParser/IOnnxParser.hpp"
#include <doctest/doctest.h>

Go to the source code of this file.

Functions

 TEST_SUITE ("OnnxParser_Constructor")
 

Function Documentation

◆ TEST_SUITE()

TEST_SUITE ( "OnnxParser_Constructor"  )

Definition at line 10 of file Constructor.cpp.

References IOnnxParser::Create().

11 {
12 TEST_CASE("Create")
13 {
15 }
16 
17 }
static IOnnxParserPtr Create()
Definition: OnnxParser.cpp:37
std::unique_ptr< IOnnxParser, void(*)(IOnnxParser *parser)> IOnnxParserPtr
Definition: IOnnxParser.hpp:21