Package org.nd4j.graph
Class ExecutionMode
- java.lang.Object
-
- org.nd4j.graph.ExecutionMode
-
public final class ExecutionMode extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteAUTOstatic String[]namesstatic byteSEQUENTIALstatic byteSTRICT
-
-
-
Field Detail
-
SEQUENTIAL
public static final byte SEQUENTIAL
- See Also:
- Constant Field Values
-
STRICT
public static final byte STRICT
- See Also:
- Constant Field Values
-
AUTO
public static final byte AUTO
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-