public static enum MxnetLibrary.CustomOpPropCallbacks extends java.lang.Enum<MxnetLibrary.CustomOpPropCallbacks>
| Modifier and Type | Method and Description |
|---|---|
static MxnetLibrary.CustomOpPropCallbacks |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MxnetLibrary.CustomOpPropCallbacks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropDelete
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropListArguments
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropListOutputs
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropListAuxiliaryStates
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropInferShape
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropDeclareBackwardDependency
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropCreateOperator
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropInferType
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropInferStorageType
public static final MxnetLibrary.CustomOpPropCallbacks kCustomOpPropBackwardInferStorageType
public static MxnetLibrary.CustomOpPropCallbacks[] values()
for (MxnetLibrary.CustomOpPropCallbacks c : MxnetLibrary.CustomOpPropCallbacks.values()) System.out.println(c);
public static MxnetLibrary.CustomOpPropCallbacks 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 null