Uses of Class
org.apache.sysds.hops.UnaryOp
-
Packages that use UnaryOp Package Description org.apache.sysds.hops.rewrite org.apache.sysds.runtime.instructions.cp -
-
Uses of UnaryOp in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite that return UnaryOp Modifier and Type Method Description static UnaryOp
HopRewriteUtils. createUnary(Hop input, String type)
static UnaryOp
HopRewriteUtils. createUnary(Hop input, Types.OpOp1 type)
-
Uses of UnaryOp in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp with parameters of type UnaryOp Modifier and Type Method Description static LiteralOp
ScalarObjectFactory. createLiteralOp(ScalarObject so, UnaryOp cast)
-