| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ResizeCoordinateTransformation |
nvinfer.ResizeCoordinateTransformation.intern() |
static nvinfer.ResizeCoordinateTransformation |
nvinfer.ResizeCoordinateTransformation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.ResizeCoordinateTransformation[] |
nvinfer.ResizeCoordinateTransformation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ResizeCoordinateTransformation |
IResizeLayer.getCoordinateTransformation()
\brief Get coordinate transformation function.
|
nvinfer.ResizeCoordinateTransformation |
VResizeLayer.getCoordinateTransformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
IResizeLayer.setCoordinateTransformation(nvinfer.ResizeCoordinateTransformation coordTransform)
\brief Set coordinate transformation function.
|
void |
VResizeLayer.setCoordinateTransformation(nvinfer.ResizeCoordinateTransformation coordTransform) |
Copyright © 2024. All rights reserved.