Uses of Enum Class
org.apache.sysds.common.Types.ParamBuiltinOp
Packages that use Types.ParamBuiltinOp
Package
Description
-
Uses of Types.ParamBuiltinOp in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.ParamBuiltinOpModifier and TypeMethodDescriptionstatic Types.ParamBuiltinOpReturns the enum constant of this class with the specified name.static Types.ParamBuiltinOp[]Types.ParamBuiltinOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.ParamBuiltinOp in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.ParamBuiltinOpConstructors in org.apache.sysds.hops with parameters of type Types.ParamBuiltinOpModifierConstructorDescriptionParameterizedBuiltinOp(String l, Types.DataType dt, Types.ValueType vt, Types.ParamBuiltinOp op, LinkedHashMap<String, Hop> inputParameters) Creates a new HOP for a function call -
Uses of Types.ParamBuiltinOp in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.ParamBuiltinOpModifier and TypeMethodDescriptionstatic ParameterizedBuiltinOpHopRewriteUtils.createParameterizedBuiltinOp(Hop input, LinkedHashMap<String, Hop> args, Types.ParamBuiltinOp op) static booleanHopRewriteUtils.isParameterizedBuiltinOp(Hop hop, Types.ParamBuiltinOp type) static booleanHopRewriteUtils.isParameterizedBuiltinOp(Hop hop, Types.ParamBuiltinOp... types) static booleanHopRewriteUtils.isValidOp(Types.ParamBuiltinOp input, Types.ParamBuiltinOp... validTab) -
Uses of Types.ParamBuiltinOp in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.ParamBuiltinOpConstructors in org.apache.sysds.lops with parameters of type Types.ParamBuiltinOpModifierConstructorDescriptionParameterizedBuiltin(HashMap<String, Lop> paramLops, Types.ParamBuiltinOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et) ParameterizedBuiltin(HashMap<String, Lop> paramLops, Types.ParamBuiltinOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean bRmEmptyBC) ParameterizedBuiltin(HashMap<String, Lop> paramLops, Types.ParamBuiltinOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) -
Uses of Types.ParamBuiltinOp in org.apache.sysds.parser
Fields in org.apache.sysds.parser with type parameters of type Types.ParamBuiltinOpModifier and TypeFieldDescriptionstatic HashMap<Builtins,Types.ParamBuiltinOp> ParameterizedBuiltinFunctionExpression.pbHopMap