|
TensorRT for RTX 1.6.1
|
Go to the source code of this file.
Classes | |
| class | nvonnxparser::IParserError |
| an object containing information about an error More... | |
| class | nvonnxparser::IParser |
| an object for parsing ONNX models into a TensorRT network definition More... | |
| struct | nvonnxparser::RefitRecord |
| One refittable-weight description emitted by IRefitterObserver. More... | |
| class | nvonnxparser::IRefitterObserver |
| Observer interface invoked by IParserRefitter once per refittable engine weight. More... | |
| class | nvonnxparser::IParserRefitter |
| An interface designed to refit weights from an ONNX model. More... | |
Namespaces | |
| namespace | nvonnxparser |
| The TensorRT ONNX parser API namespace. | |
| namespace | nvonnxparser::anonymous_namespace{NvOnnxParser.h} |
Macros | |
| #define | NV_ONNX_PARSER_MAJOR 0 |
| #define | NV_ONNX_PARSER_MINOR 2 |
| #define | NV_ONNX_PARSER_PATCH 0 |
Typedefs | |
| using | nvonnxparser::OnnxParserFlags = uint32_t |
| Represents one or more OnnxParserFlag values using binary OR operations, e.g., 1U << OnnxParserFlag::kNATIVE_INSTANCENORM. More... | |
Functions | |
| template<typename T > | |
| constexpr int32_t | nvonnxparser::EnumMax () noexcept=delete |
| template<> | |
| constexpr int32_t | nvonnxparser::EnumMax< ErrorCode > () noexcept |
Specialization. See nvonnxparser::EnumMax() for details. More... | |
| template<> | |
| constexpr int32_t | nvonnxparser::EnumMax< OnnxParserFlag > () noexcept |
Specialization. See nvonnxparser::EnumMax() for details. More... | |
| template<> | |
| constexpr int32_t | nvonnxparser::EnumMax< RefitTransformKind > () noexcept |
Specialization. See nvonnxparser::EnumMax() for details. More... | |
| TENSORRTAPI void * | createNvOnnxParser_INTERNAL (void *network, void *logger, int version) noexcept |
| TENSORRTAPI void * | createNvOnnxParserRefitter_INTERNAL (void *refitter, void *logger, int32_t version) noexcept |
| TENSORRTAPI int | getNvOnnxParserVersion () noexcept |
| IParser * | nvonnxparser::anonymous_namespace{NvOnnxParser.h}::createParser (nvinfer1::INetworkDefinition &network, nvinfer1::ILogger &logger) noexcept |
| Create a new parser object. More... | |
| IParserRefitter * | nvonnxparser::anonymous_namespace{NvOnnxParser.h}::createParserRefitter (nvinfer1::IRefitter &refitter, nvinfer1::ILogger &logger) noexcept |
| Create a new ONNX refitter object. More... | |
This is the API for the ONNX Parser
| #define NV_ONNX_PARSER_MAJOR 0 |
| #define NV_ONNX_PARSER_MINOR 2 |
| #define NV_ONNX_PARSER_PATCH 0 |
|
noexcept |
|
noexcept |
|
noexcept |
Copyright © 2024 NVIDIA Corporation
Privacy Policy |
Manage My Privacy |
Do Not Sell or Share My Data |
Terms of Service |
Accessibility |
Corporate Policies |
Product Security |
Contact