@Namespace(value="nvinfer1") public static enum nvinfer.QuantizationFlag extends Enum<nvinfer.QuantizationFlag>
IBuilderConfig::setQuantizationFlag(), IBuilderConfig::getQuantizationFlag()
Enum Constant and Description |
---|
kCALIBRATE_BEFORE_FUSION
Deprecated.
Run int8 calibration pass before layer fusion.
|
Modifier and Type | Field and Description |
---|---|
int |
value
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
nvinfer.QuantizationFlag |
intern()
Deprecated.
|
String |
toString()
Deprecated.
|
static nvinfer.QuantizationFlag |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static nvinfer.QuantizationFlag[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final nvinfer.QuantizationFlag kCALIBRATE_BEFORE_FUSION
public static nvinfer.QuantizationFlag[] values()
for (nvinfer.QuantizationFlag c : nvinfer.QuantizationFlag.values()) System.out.println(c);
public static nvinfer.QuantizationFlag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic nvinfer.QuantizationFlag intern()
public String toString()
toString
in class Enum<nvinfer.QuantizationFlag>
Copyright © 2024. All rights reserved.