| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.BoundingBoxFormat |
nvinfer.BoundingBoxFormat.intern() |
static nvinfer.BoundingBoxFormat |
nvinfer.BoundingBoxFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.BoundingBoxFormat[] |
nvinfer.BoundingBoxFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.BoundingBoxFormat |
INMSLayer.getBoundingBoxFormat()
\brief Get the bounding box format parameter for the layer.
|
nvinfer.BoundingBoxFormat |
VNMSLayer.getBoundingBoxFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
INMSLayer.setBoundingBoxFormat(nvinfer.BoundingBoxFormat fmt)
\brief Set the bounding box format parameter for the layer.
|
void |
VNMSLayer.setBoundingBoxFormat(nvinfer.BoundingBoxFormat fmt) |
Copyright © 2024. All rights reserved.