@Namespace(value="nvonnxparser") public static enum nvonnxparser.OnnxParserFlag extends Enum<nvonnxparser.OnnxParserFlag>
and IParser::getFlags()| Enum Constant and Description |
|---|
kENABLE_UINT8_AND_ASYMMETRIC_QUANTIZATION_DLA
Enable UINT8 as a quantization data type and asymmetric quantization with non-zero zero-point values
in Quantize and Dequantize nodes.
|
kNATIVE_INSTANCENORM
Parse the ONNX model into the INetworkDefinition with the intention of using TensorRT's native layer
implementation over the plugin implementation for InstanceNormalization nodes.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
nvonnxparser.OnnxParserFlag |
intern() |
String |
toString() |
static nvonnxparser.OnnxParserFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvonnxparser.OnnxParserFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final nvonnxparser.OnnxParserFlag kNATIVE_INSTANCENORM
public static final nvonnxparser.OnnxParserFlag kENABLE_UINT8_AND_ASYMMETRIC_QUANTIZATION_DLA
public static nvonnxparser.OnnxParserFlag[] values()
for (nvonnxparser.OnnxParserFlag c : nvonnxparser.OnnxParserFlag.values()) System.out.println(c);
public static nvonnxparser.OnnxParserFlag 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 nvonnxparser.OnnxParserFlag intern()
public String toString()
toString in class Enum<nvonnxparser.OnnxParserFlag>Copyright © 2025. All rights reserved.