| Package | Description |
|---|---|
| org.bytedeco.tensorrt.nvonnxparser |
| Modifier and Type | Method and Description |
|---|---|
SubGraphCollection_t |
SubGraphCollection_t.push_back(SubGraph_t value) |
SubGraphCollection_t |
SubGraphCollection_t.put(long i,
SubGraph_t value) |
SubGraphCollection_t |
SubGraphCollection_t.put(SubGraph_t... array) |
SubGraphCollection_t |
SubGraphCollection_t.put(SubGraph_t value) |
SubGraphCollection_t |
SubGraphCollection_t.put(SubGraphCollection_t x) |
| Modifier and Type | Method and Description |
|---|---|
SubGraphCollection_t |
SubGraphCollection_t.put(SubGraphCollection_t x) |
boolean |
IParser.supportsModel(Pointer serialized_onnx_model,
long serialized_onnx_model_size,
SubGraphCollection_t sub_graph_collection) |
boolean |
IParser.supportsModel(Pointer serialized_onnx_model,
long serialized_onnx_model_size,
SubGraphCollection_t sub_graph_collection,
BytePointer model_path) |
boolean |
IParser.supportsModel(Pointer serialized_onnx_model,
long serialized_onnx_model_size,
SubGraphCollection_t sub_graph_collection,
String model_path)
\brief Check whether TensorRT supports a particular ONNX model.
|
Copyright © 2024. All rights reserved.