Package org.apache.sysds.runtime.einsum
Class EOpNode
java.lang.Object
org.apache.sysds.runtime.einsum.EOpNode
- Direct Known Subclasses:
EOpNodeBinary,EOpNodeData,EOpNodeFuse,EOpNodeUnary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MatrixBlockcomputeEOpNode(List<MatrixBlock> inputs, int numOfThreads, org.apache.commons.logging.Log LOG) String[]abstract EOpNodereorderChildrenAndOptimize(EOpNode parent, Character outChar1, Character outChar2)
-
Field Details
-
c1
-
c2
-
dim1
-
dim2
-
-
Constructor Details
-
EOpNode
-
-
Method Details
-
getOutputString
-
getChildren
-
recursivePrintString
-
computeEOpNode
public abstract MatrixBlock computeEOpNode(List<MatrixBlock> inputs, int numOfThreads, org.apache.commons.logging.Log LOG) -
reorderChildrenAndOptimize
-