@Namespace(value="nvonnxparser") public static enum nvonnxparser.OnnxParserFlag extends Enum<nvonnxparser.OnnxParserFlag>
and IParser::getFlags()| Enum Constant and Description |
|---|
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 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 © 2024. All rights reserved.