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