public static enum JsonSetParams.FphaType extends java.lang.Enum<JsonSetParams.FphaType> implements Rawable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRaw()
Get byte array.
|
static JsonSetParams.FphaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsonSetParams.FphaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final JsonSetParams.FphaType FP16
public static final JsonSetParams.FphaType BF16
public static final JsonSetParams.FphaType FP32
public static final JsonSetParams.FphaType FP64
public static JsonSetParams.FphaType[] values()
for (JsonSetParams.FphaType c : JsonSetParams.FphaType.values()) System.out.println(c);
public static JsonSetParams.FphaType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2026. All rights reserved.