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