Uses of Enum Class
org.apache.sysds.common.Types.OpOpDnn
Packages that use Types.OpOpDnn
Package
Description
-
Uses of Types.OpOpDnn in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.OpOpDnnModifier and TypeMethodDescriptionstatic Types.OpOpDnnReturns the enum constant of this class with the specified name.static Types.OpOpDnn[]Types.OpOpDnn.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Types.OpOpDnn in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.OpOpDnnMethods in org.apache.sysds.hops with parameters of type Types.OpOpDnnConstructors in org.apache.sysds.hops with parameters of type Types.OpOpDnnModifierConstructorDescriptionDnnOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpDnn o, ArrayList<Hop> inp) Create a hop from the builtin expression -
Uses of Types.OpOpDnn in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.OpOpDnnModifier and TypeMethodDescriptionstatic booleanHopRewriteUtils.isDnn(Hop hop, Types.OpOpDnn type) static booleanHopRewriteUtils.isDnn(Hop hop, Types.OpOpDnn... types) -
Uses of Types.OpOpDnn in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.OpOpDnnConstructors in org.apache.sysds.lops with parameters of type Types.OpOpDnnModifierConstructorDescriptionDnnTransform(Lop input, Types.OpOpDnn op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k, double intermediateMemBudget) Constructor when we have one input.DnnTransform(Lop input1, Lop input2, Types.OpOpDnn op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) DnnTransform(Lop input1, Lop input2, Lop input3, Types.OpOpDnn op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k)