From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/_onnx_parser_8cpp.xhtml | 245 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 21.02/_onnx_parser_8cpp.xhtml (limited to '21.02/_onnx_parser_8cpp.xhtml') diff --git a/21.02/_onnx_parser_8cpp.xhtml b/21.02/_onnx_parser_8cpp.xhtml new file mode 100644 index 0000000000..46fcedf411 --- /dev/null +++ b/21.02/_onnx_parser_8cpp.xhtml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + +ArmNN: src/armnnOnnxParser/OnnxParser.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
OnnxParser.cpp File Reference
+
+
+
#include "OnnxParser.hpp"
+#include "armnnOnnxParser/Version.hpp"
+#include <armnn/Descriptors.hpp>
+#include <armnn/utility/Assert.hpp>
+#include <armnn/utility/NumericCast.hpp>
+#include <VerificationHelpers.hpp>
+#include <fmt/format.h>
+#include <google/protobuf/text_format.h>
+#include <google/protobuf/io/zero_copy_stream_impl.h>
+#include <iostream>
+#include <numeric>
+
+

Go to the source code of this file.

+ + + + +

+Namespaces

 armnnOnnxParser
 
+ + + + + + + +

+Macros

#define CHECK_VALID_DATATYPE(NODE, TENSOR, ACTUAL, ...)   CheckValidDataType({__VA_ARGS__}, ACTUAL, #__VA_ARGS__, NODE, TENSOR, CHECK_LOCATION())
 
#define STR_LIST(...)   StrTypeListPair(#__VA_ARGS__, {__VA_ARGS__})
 
#define VALID_INPUTS(NODE, VALID_INPUTS)
 
+

Macro Definition Documentation

+ +

◆ CHECK_VALID_DATATYPE

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#define CHECK_VALID_DATATYPE( NODE,
 TENSOR,
 ACTUAL,
 ... 
)   CheckValidDataType({__VA_ARGS__}, ACTUAL, #__VA_ARGS__, NODE, TENSOR, CHECK_LOCATION())
+
+ +

Definition at line 95 of file OnnxParser.cpp.

+ +

Referenced by OnnxParserImpl::CreateNetworkFromString().

+ +
+
+ +

◆ STR_LIST

+ +
+
+ + + + + + + + +
#define STR_LIST( ...)   StrTypeListPair(#__VA_ARGS__, {__VA_ARGS__})
+
+ +

Definition at line 99 of file OnnxParser.cpp.

+ +

Referenced by OnnxParserImpl::CreateNetworkFromString().

+ +
+
+ +

◆ VALID_INPUTS

+ +
+
+ + + + + + + + + + + + + + + + + + +
#define VALID_INPUTS( NODE,
 VALID_INPUTS 
)
+
+Value:
OnnxParserImpl::ValidateInputs(NODE, \
#define VALID_INPUTS(NODE, VALID_INPUTS)
Definition: OnnxParser.cpp:447
+
#define CHECK_LOCATION()
Definition: Exceptions.hpp:197
+
+

Definition at line 447 of file OnnxParser.cpp.

+ +

Referenced by OnnxParserImpl::CreateNetworkFromString().

+ +
+
+
+
+ + + + -- cgit v1.2.1