Uses of Enum Class
org.apache.sysds.common.Types.OpOpN
Packages that use Types.OpOpN
Package
Description
-
Uses of Types.OpOpN in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.OpOpNModifier and TypeMethodDescriptionstatic Types.OpOpNReturns the enum constant of this class with the specified name.static Types.OpOpN[]Types.OpOpN.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.OpOpN in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.OpOpNConstructors in org.apache.sysds.hops with parameters of type Types.OpOpNModifierConstructorDescriptionNaryOp(String name, Types.DataType dataType, Types.ValueType valueType, Types.OpOpN op, Hop... inputs) NaryOp constructor. -
Uses of Types.OpOpN in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.OpOpNModifier and TypeMethodDescriptionstatic NaryOpHopRewriteUtils.createNary(Types.OpOpN op, Hop... inputs) static booleanHopRewriteUtils.isNary(Hop hop, Types.OpOpN type) static booleanHopRewriteUtils.isNary(Hop hop, Types.OpOpN... types) -
Uses of Types.OpOpN in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.OpOpNConstructors in org.apache.sysds.lops with parameters of type Types.OpOpNModifierConstructorDescriptionNary(Types.OpOpN operationType, Types.DataType dt, Types.ValueType vt, Lop[] inputLops, Types.ExecType et)