org.apache.sysds.common (Apache SystemDS 3.4.0-SNAPSHOT API)
Enum to represent all builtin functions in the default name space.
InstructionType Opcodes Types.AggOpAggregation operations
Types.BlockTypeSerialization block types (empty, dense, sparse, ultra-sparse)
Types.CorrectionLocationTypeCorrection location when performing operations leveraging correcting rounding
Types.DataTypeData types that can contain different ValueTypes internally.
Types.DirectionType of aggregation direction
Types.ExecModeExecution mode for entire script.
Types.ExecTypeExecution type of individual operations.
Types.FileFormatFile formats supported
Types.OpOp1Operations that require 1 operand
Types.OpOp2Operations that require 2 operands
Types.OpOp3Operations that require 3 operands
Types.OpOp4Operations that require 4 operands
Types.OpOpDataData specific operations, related to reading and writing to and from memory
Types.OpOpDGData generation operations
Types.OpOpDnnDeep Neural Network specific operations
Types.OpOpNOperations that require a variable number of operands
Types.ParamBuiltinOpParameterized operations that require named variable arguments
Types.ReOrgOpOperations that perform internal reorganization of an allocation
Types.ReturnTypeType of builtin or user-defined function with regard to its number of return variables.
Types.ValueTypeValue types (int, double, string, boolean, unknown).