Package org.apache.sysds.runtime.util
Class AutoDiff
java.lang.Object
org.apache.sysds.runtime.util.AutoDiff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructHopsNR(LineageItem item, Map<Long, Hop> operands, Hop mo, ArrayList<String> names) static ListObjectgetBackward(MatrixObject mo, ArrayList<Data> lineage, ExecutionContext adec) parseNComputeAutoDiffFromLineage(MatrixObject mo, String mainTrace, ArrayList<String> names, ExecutionContext ec)
-
Constructor Details
-
AutoDiff
public AutoDiff()
-
-
Method Details
-
getBackward
public static ListObject getBackward(MatrixObject mo, ArrayList<Data> lineage, ExecutionContext adec) -
parseNComputeAutoDiffFromLineage
public static List<Data> parseNComputeAutoDiffFromLineage(MatrixObject mo, String mainTrace, ArrayList<String> names, ExecutionContext ec) -
constructHopsNR
-