| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.OptProfileSelector |
nvinfer.OptProfileSelector.intern() |
static nvinfer.OptProfileSelector |
nvinfer.OptProfileSelector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.OptProfileSelector[] |
nvinfer.OptProfileSelector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dims32 |
VAlgorithmContext.getDimensions(int index,
nvinfer.OptProfileSelector select) |
Dims32 |
IAlgorithmContext.getDimensions(int index,
nvinfer.OptProfileSelector select)
\brief Get the minimum / optimum / maximum dimensions for input or output tensor.
|
Dims32 |
IOptimizationProfile.getDimensions(String inputName,
nvinfer.OptProfileSelector select)
\brief Get the minimum / optimum / maximum dimensions for a dynamic input tensor.
|
Dims32 |
VOptimizationProfile.getDimensions(String inputName,
nvinfer.OptProfileSelector select) |
Dims32 |
ICudaEngine.getProfileDimensions(int bindingIndex,
int profileIndex,
nvinfer.OptProfileSelector select)
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getProfileShape().
|
Dims32 |
VCudaEngine.getProfileDimensions(int bindingIndex,
int profileIndex,
nvinfer.OptProfileSelector select) |
Dims32 |
ICudaEngine.getProfileShape(String tensorName,
int profileIndex,
nvinfer.OptProfileSelector select)
\brief Get the minimum / optimum / maximum dimensions for an input tensor given its name under an optimization
profile.
|
Dims32 |
VCudaEngine.getProfileShape(String tensorName,
int profileIndex,
nvinfer.OptProfileSelector select) |
IntPointer |
ICudaEngine.getProfileShapeValues(int profileIndex,
int inputIndex,
nvinfer.OptProfileSelector select)
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getShapeValues(). Difference between Execution and shape
tensor is superficial since TensorRT 8.5.
|
IntPointer |
VCudaEngine.getProfileShapeValues(int profileIndex,
int inputIndex,
nvinfer.OptProfileSelector select) |
IntPointer |
IOptimizationProfile.getShapeValues(String inputName,
nvinfer.OptProfileSelector select)
\brief Get the minimum / optimum / maximum values for an input shape tensor.
|
IntPointer |
VOptimizationProfile.getShapeValues(String inputName,
nvinfer.OptProfileSelector select) |
boolean |
IOptimizationProfile.setDimensions(String inputName,
nvinfer.OptProfileSelector select,
Dims32 dims)
\brief Set the minimum / optimum / maximum dimensions for a dynamic input tensor.
|
boolean |
VOptimizationProfile.setDimensions(String inputName,
nvinfer.OptProfileSelector select,
Dims32 dims) |
boolean |
IOptimizationProfile.setShapeValues(String inputName,
nvinfer.OptProfileSelector select,
int[] values,
int nbValues) |
boolean |
VOptimizationProfile.setShapeValues(String inputName,
nvinfer.OptProfileSelector select,
int[] values,
int nbValues) |
boolean |
IOptimizationProfile.setShapeValues(String inputName,
nvinfer.OptProfileSelector select,
IntBuffer values,
int nbValues) |
boolean |
VOptimizationProfile.setShapeValues(String inputName,
nvinfer.OptProfileSelector select,
IntBuffer values,
int nbValues) |
boolean |
IOptimizationProfile.setShapeValues(String inputName,
nvinfer.OptProfileSelector select,
IntPointer values,
int nbValues)
\brief Set the minimum / optimum / maximum values for an input shape tensor.
|
boolean |
VOptimizationProfile.setShapeValues(String inputName,
nvinfer.OptProfileSelector select,
IntPointer values,
int nbValues) |
Copyright © 2024. All rights reserved.