Package org.apache.sysds.runtime.einsum
Class EOpNodeUnary
java.lang.Object
org.apache.sysds.runtime.einsum.EOpNode
org.apache.sysds.runtime.einsum.EOpNodeUnary
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEOpNodeUnary(Character c1, Character c2, Integer dim1, Integer dim2, EOpNode child, EOpNodeUnary.EUnaryOperand eUnaryOperand) -
Method Summary
Modifier and TypeMethodDescriptioncomputeEOpNode(List<MatrixBlock> inputs, int numOfThreads, org.apache.commons.logging.Log LOG) reorderChildrenAndOptimize(EOpNode parent, Character outChar1, Character outChar2) toString()Methods inherited from class org.apache.sysds.runtime.einsum.EOpNode
getOutputString, recursivePrintString
-
Field Details
-
child
-
-
Constructor Details
-
EOpNodeUnary
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classEOpNode
-
toString
-
computeEOpNode
public MatrixBlock computeEOpNode(List<MatrixBlock> inputs, int numOfThreads, org.apache.commons.logging.Log LOG) - Specified by:
computeEOpNodein classEOpNode
-
reorderChildrenAndOptimize
- Specified by:
reorderChildrenAndOptimizein classEOpNode
-