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