Uses of Class
org.apache.sysds.parser.FunctionStatement
-
Packages that use FunctionStatement Package Description org.apache.sysds.hops.fedplanner -
-
Uses of FunctionStatement in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner with parameters of type FunctionStatement Modifier and Type Method Description static void
FederatedPlannerUtils. mapFunctionOutputs(FunctionOp sbHop, FunctionStatement funcStatement, Map<String,Hop> transientWrites)
Saves the HOPs (TWrite) of the function return values for the variable name used when calling the function.
-