| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ResizeRoundMode |
nvinfer.ResizeRoundMode.intern() |
static nvinfer.ResizeRoundMode |
nvinfer.ResizeRoundMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.ResizeRoundMode[] |
nvinfer.ResizeRoundMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ResizeRoundMode |
IResizeLayer.getNearestRounding()
\brief Get rounding mode for nearest neighbor resize.
|
nvinfer.ResizeRoundMode |
VResizeLayer.getNearestRounding() |
| Modifier and Type | Method and Description |
|---|---|
void |
IResizeLayer.setNearestRounding(nvinfer.ResizeRoundMode value)
\brief Set rounding mode for nearest neighbor resize.
|
void |
VResizeLayer.setNearestRounding(nvinfer.ResizeRoundMode value) |
Copyright © 2024. All rights reserved.