| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.QuantizationFlag |
nvinfer.QuantizationFlag.intern() |
static nvinfer.QuantizationFlag |
nvinfer.QuantizationFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.QuantizationFlag[] |
nvinfer.QuantizationFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBuilderConfig.clearQuantizationFlag(nvinfer.QuantizationFlag flag)
\brief clear a quantization flag.
|
void |
VBuilderConfig.clearQuantizationFlag(nvinfer.QuantizationFlag flag) |
boolean |
IBuilderConfig.getQuantizationFlag(nvinfer.QuantizationFlag flag)
\brief Returns true if the quantization flag is set.
|
boolean |
VBuilderConfig.getQuantizationFlag(nvinfer.QuantizationFlag flag) |
void |
IBuilderConfig.setQuantizationFlag(nvinfer.QuantizationFlag flag)
\brief Set a single quantization flag.
|
void |
VBuilderConfig.setQuantizationFlag(nvinfer.QuantizationFlag flag) |
Copyright © 2024. All rights reserved.