Package org.apache.sysds.common
Interface Types
-
public interface Types
Common type information for the entire SystemDS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Types.AggOp
Aggregation operationsstatic class
Types.BlockType
Serialization block types (empty, dense, sparse, ultra-sparse)static class
Types.CorrectionLocationType
Correction location when performing operations leveraging correcting roundingstatic class
Types.DataType
Data types that can contain different ValueTypes internally.static class
Types.Direction
Type of aggregation directionstatic class
Types.ExecMode
Execution mode for entire script.static class
Types.ExecType
Execution type of individual operations.static class
Types.FileFormat
File formats supportedstatic interface
Types.FunctionBlock
Common type for both function statement blocks and function program blocksstatic class
Types.OpOp1
Operations that require 1 operandstatic class
Types.OpOp2
Operations that require 2 operandsstatic class
Types.OpOp3
Operations that require 3 operandsstatic class
Types.OpOp4
Operations that require 4 operandsstatic class
Types.OpOpData
Data specific operations, related to reading and writing to and from memorystatic class
Types.OpOpDG
Data generation operationsstatic class
Types.OpOpDnn
Deep Neural Network specific operationsstatic class
Types.OpOpN
Operations that require a variable number of operandsstatic class
Types.ParamBuiltinOp
Parameterized operations that require named variable argumentsstatic class
Types.ReOrgOp
Operations that perform internal reorganization of an allocationstatic class
Types.ReturnType
Type of builtin or user-defined function with regard to its number of return variables.static class
Types.ValueType
Value types (int, double, string, boolean, unknown).
-