@Namespace(value="nvinfer1") public static enum nvinfer.CalibrationAlgoType extends Enum<nvinfer.CalibrationAlgoType>
| Enum Constant and Description |
|---|
kENTROPY_CALIBRATION |
kENTROPY_CALIBRATION_2 |
kLEGACY_CALIBRATION |
kMINMAX_CALIBRATION |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.CalibrationAlgoType |
intern() |
String |
toString() |
static nvinfer.CalibrationAlgoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.CalibrationAlgoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final nvinfer.CalibrationAlgoType kLEGACY_CALIBRATION
public static final nvinfer.CalibrationAlgoType kENTROPY_CALIBRATION
public static final nvinfer.CalibrationAlgoType kENTROPY_CALIBRATION_2
public static final nvinfer.CalibrationAlgoType kMINMAX_CALIBRATION
public static nvinfer.CalibrationAlgoType[] values()
for (nvinfer.CalibrationAlgoType c : nvinfer.CalibrationAlgoType.values()) System.out.println(c);
public static nvinfer.CalibrationAlgoType 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.CalibrationAlgoType intern()
public String toString()
toString in class Enum<nvinfer.CalibrationAlgoType>Copyright © 2024. All rights reserved.