public class nvonnxparser extends nvonnxparser
| Modifier and Type | Class and Description |
|---|---|
static class |
nvonnxparser.ErrorCode
\enum ErrorCode
\brief the type of parser error
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NV_ONNX_PARSER_MAJOR
\file NvOnnxParser.h
This is the API for the ONNX Parser
|
static int |
NV_ONNX_PARSER_MINOR |
static int |
NV_ONNX_PARSER_PATCH |
static int |
NV_ONNX_PARSER_VERSION |
| Constructor and Description |
|---|
nvonnxparser() |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
createNvOnnxParser_INTERNAL(Pointer network,
Pointer logger,
int version) |
static IParser |
createParser(INetworkDefinition network,
ILogger logger)
\brief Create a new parser object
|
static int |
ErrorCodeEnumMax()
\namespace nvonnxparser
\brief The TensorRT ONNX parser API namespace
|
static int |
getNvOnnxParserVersion() |
static int |
NV_ONNX_PARSER_VERSION() |
mappublic static final int NV_ONNX_PARSER_MAJOR
public static final int NV_ONNX_PARSER_MINOR
public static final int NV_ONNX_PARSER_PATCH
public static final int NV_ONNX_PARSER_VERSION
@MemberGetter public static int NV_ONNX_PARSER_VERSION()
@Namespace(value="nvonnxparser") @Name(value="EnumMax<nvonnxparser::ErrorCode>") public static int ErrorCodeEnumMax()
public static Pointer createNvOnnxParser_INTERNAL(Pointer network, Pointer logger, int version)
public static int getNvOnnxParserVersion()
@Namespace(value="nvonnxparser") public static IParser createParser(@ByRef INetworkDefinition network, @ByRef ILogger logger)
network - The network definition that the parser will write tologger - The logger to useIParserCopyright © 2022. All rights reserved.