Package org.nd4j.graph
Class OpType
- java.lang.Object
-
- org.nd4j.graph.OpType
-
public final class OpType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteAGGREGATIONstatic byteBOOLEANstatic byteBROADCASTstatic byteBROADCAST_BOOLstatic byteCUSTOMstatic byteGRAPHstatic byteINDEX_REDUCEstatic byteLOGICstatic String[]namesstatic bytePAIRWISEstatic bytePAIRWISE_BOOLstatic byteRANDOMstatic byteREDUCE_3static byteREDUCE_BOOLstatic byteREDUCE_FLOATstatic byteREDUCE_LONGstatic byteREDUCE_SAMEstatic byteSCALARstatic byteSCALAR_BOOLstatic byteSHAPEstatic byteSUMMARYSTATSstatic byteTRANSFORM_ANYstatic byteTRANSFORM_BOOLstatic byteTRANSFORM_FLOATstatic byteTRANSFORM_SAMEstatic byteTRANSFORM_STRICTstatic byteVARIABLE
-
-
-
Field Detail
-
TRANSFORM_FLOAT
public static final byte TRANSFORM_FLOAT
- See Also:
- Constant Field Values
-
TRANSFORM_SAME
public static final byte TRANSFORM_SAME
- See Also:
- Constant Field Values
-
TRANSFORM_BOOL
public static final byte TRANSFORM_BOOL
- See Also:
- Constant Field Values
-
TRANSFORM_STRICT
public static final byte TRANSFORM_STRICT
- See Also:
- Constant Field Values
-
TRANSFORM_ANY
public static final byte TRANSFORM_ANY
- See Also:
- Constant Field Values
-
REDUCE_FLOAT
public static final byte REDUCE_FLOAT
- See Also:
- Constant Field Values
-
REDUCE_SAME
public static final byte REDUCE_SAME
- See Also:
- Constant Field Values
-
REDUCE_LONG
public static final byte REDUCE_LONG
- See Also:
- Constant Field Values
-
REDUCE_BOOL
public static final byte REDUCE_BOOL
- See Also:
- Constant Field Values
-
INDEX_REDUCE
public static final byte INDEX_REDUCE
- See Also:
- Constant Field Values
-
SCALAR
public static final byte SCALAR
- See Also:
- Constant Field Values
-
SCALAR_BOOL
public static final byte SCALAR_BOOL
- See Also:
- Constant Field Values
-
BROADCAST
public static final byte BROADCAST
- See Also:
- Constant Field Values
-
BROADCAST_BOOL
public static final byte BROADCAST_BOOL
- See Also:
- Constant Field Values
-
PAIRWISE
public static final byte PAIRWISE
- See Also:
- Constant Field Values
-
PAIRWISE_BOOL
public static final byte PAIRWISE_BOOL
- See Also:
- Constant Field Values
-
REDUCE_3
public static final byte REDUCE_3
- See Also:
- Constant Field Values
-
SUMMARYSTATS
public static final byte SUMMARYSTATS
- See Also:
- Constant Field Values
-
SHAPE
public static final byte SHAPE
- See Also:
- Constant Field Values
-
AGGREGATION
public static final byte AGGREGATION
- See Also:
- Constant Field Values
-
RANDOM
public static final byte RANDOM
- See Also:
- Constant Field Values
-
CUSTOM
public static final byte CUSTOM
- See Also:
- Constant Field Values
-
GRAPH
public static final byte GRAPH
- See Also:
- Constant Field Values
-
VARIABLE
public static final byte VARIABLE
- See Also:
- Constant Field Values
-
BOOLEAN
public static final byte BOOLEAN
- See Also:
- Constant Field Values
-
LOGIC
public static final byte LOGIC
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-