Package org.apache.sysds.common
Interface Types
-
public interface TypesCommon type information for the entire SystemDS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTypes.AggOpAggregation operationsstatic classTypes.BlockTypeSerialization block types (empty, dense, sparse, ultra-sparse)static classTypes.CorrectionLocationTypeCorrection location when performing operations leveraging correcting roundingstatic classTypes.DataTypeData types that can contain different ValueTypes internally.static classTypes.DirectionType of aggregation directionstatic classTypes.ExecModeExecution mode for entire script.static classTypes.ExecTypeExecution type of individual operations.static classTypes.FileFormatFile formats supportedstatic interfaceTypes.FunctionBlockCommon type for both function statement blocks and function program blocksstatic classTypes.OpOp1Operations that require 1 operandstatic classTypes.OpOp2Operations that require 2 operandsstatic classTypes.OpOp3Operations that require 3 operandsstatic classTypes.OpOp4Operations that require 4 operandsstatic classTypes.OpOpDataData specific operations, related to reading and writing to and from memorystatic classTypes.OpOpDGData generation operationsstatic classTypes.OpOpDnnDeep Neural Network specific operationsstatic classTypes.OpOpNOperations that require a variable number of operandsstatic classTypes.ParamBuiltinOpParameterized operations that require named variable argumentsstatic classTypes.ReOrgOpOperations that perform internal reorganization of an allocationstatic classTypes.ReturnTypeType of builtin or user-defined function with regard to its number of return variables.static classTypes.ValueTypeValue types (int, double, string, boolean, unknown).
-