From fb14ebbd68e04876809145296af96f6f41857418 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 26 Nov 2020 11:08:12 +0000 Subject: IVGCVSW-5348 Update Doxygen Docu * Update Doxygen Documentation for 20.11 release Signed-off-by: James Ward Change-Id: Ib47edac7923a642a277b1169d1085e5622021dc0 --- 20.11/_onnx_parser_8cpp.xhtml | 243 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 20.11/_onnx_parser_8cpp.xhtml (limited to '20.11/_onnx_parser_8cpp.xhtml') diff --git a/20.11/_onnx_parser_8cpp.xhtml b/20.11/_onnx_parser_8cpp.xhtml new file mode 100644 index 0000000000..ca76412334 --- /dev/null +++ b/20.11/_onnx_parser_8cpp.xhtml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + +ArmNN: src/armnnOnnxParser/OnnxParser.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
OnnxParser.cpp File Reference
+
+
+
#include "OnnxParser.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 <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 47 of file OnnxParser.cpp.

+ +

Referenced by OnnxParser::CreateNetworkFromString().

+ +
+
+ +

◆ STR_LIST

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

Definition at line 51 of file OnnxParser.cpp.

+ +

Referenced by OnnxParser::CreateNetworkFromString().

+ +
+
+ +

◆ VALID_INPUTS

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

Definition at line 393 of file OnnxParser.cpp.

+ +

Referenced by OnnxParser::CreateNetworkFromString().

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