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