Uses of Enum Class
org.apache.sysds.common.Types.OpOpData
Packages that use Types.OpOpData
Package
Description
-
Uses of Types.OpOpData in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.OpOpDataModifier and TypeMethodDescriptionstatic Types.OpOpDataReturns the enum constant of this class with the specified name.static Types.OpOpData[]Types.OpOpData.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.OpOpData in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.OpOpDataMethods in org.apache.sysds.hops with parameters of type Types.OpOpDataConstructors in org.apache.sysds.hops with parameters of type Types.OpOpDataModifierConstructorDescriptionDataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, String fname, long dim1, long dim2, long nnz, int blen) READ operation for Matrix w/ dim1, dim2.DataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, String fname, long dim1, long dim2, long nnz, MatrixObject.UpdateType update, int blen) DataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, HashMap<String, Hop> params) READ operation for Matrix / SQL operation for tensor This constructor supports expressions in parametersDataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, Hop in, HashMap<String, Hop> inputParameters) WRITE operation for Matrix This constructor supports expression in parametersDataOp(String l, Types.DataType dt, Types.ValueType vt, Hop in, Types.OpOpData dop, String fname) -
Uses of Types.OpOpData in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.OpOpDataModifier and TypeMethodDescriptionstatic DataOpHopRewriteUtils.createDataOp(String name, Hop in, Types.OpOpData type) static booleanHopRewriteUtils.isData(Hop hop, Types.OpOpData type) static booleanHopRewriteUtils.isData(Hop hop, Types.OpOpData... types) static booleanHopRewriteUtils.isData(Hop hop, Types.OpOpData type, Types.DataType dt) -
Uses of Types.OpOpData in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.OpOpDataConstructors in org.apache.sysds.lops with parameters of type Types.OpOpDataModifierConstructorDescriptionData(Types.OpOpData op, Lop input, HashMap<String, Lop> inputParametersLops, String name, String literal, Types.DataType dt, Types.ValueType vt, Types.FileFormat fmt) Constructor to setup read or write LOP In case of write:inputmust be provided.