| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.SampleMode |
nvinfer.SampleMode.intern() |
static nvinfer.SampleMode |
nvinfer.SampleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.SampleMode[] |
nvinfer.SampleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.SampleMode |
VSliceLayer.getMode() |
nvinfer.SampleMode |
ISliceLayer.getMode()
\brief Get the slice mode.
|
nvinfer.SampleMode |
VGridSampleLayer.getSampleMode() |
nvinfer.SampleMode |
IGridSampleLayer.getSampleMode()
\brief Get the sample mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VSliceLayer.setMode(nvinfer.SampleMode mode) |
void |
ISliceLayer.setMode(nvinfer.SampleMode mode)
\brief Set the slice mode.
|
boolean |
VGridSampleLayer.setSampleMode(nvinfer.SampleMode mode) |
boolean |
IGridSampleLayer.setSampleMode(nvinfer.SampleMode mode)
\brief Set the sample mode.
|
Copyright © 2024. All rights reserved.