| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ErrorCode |
nvinfer.ErrorCode.intern() |
static nvinfer.ErrorCode |
nvinfer.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.ErrorCode[] |
nvinfer.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ErrorCode |
IErrorRecorder.getErrorCode(int errorIdx)
\brief Returns the ErrorCode enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IErrorRecorder.reportError(nvinfer.ErrorCode val,
String desc)
\brief Report an error to the error recorder with the corresponding enum and description.
|
Copyright © 2024. All rights reserved.