Uses of Class
org.apache.sysds.hops.FunctionOp
Packages that use FunctionOp
Package
Description
-
Uses of FunctionOp in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return types with arguments of type FunctionOp -
Uses of FunctionOp in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner with parameters of type FunctionOpModifier and TypeMethodDescriptionFederatedPlannerUtils.getParamMap(FunctionOp funcOp) Return parameter map containing the mapping from parameter name to input hop for all parameters of the function hop. -
Uses of FunctionOp in org.apache.sysds.hops.ipa
Methods in org.apache.sysds.hops.ipa that return types with arguments of type FunctionOpModifier and TypeMethodDescriptionFunctionCallGraph.getFunctionCalls(String fkey) Returns all function operators calling the given function.Methods in org.apache.sysds.hops.ipa with parameters of type FunctionOpModifier and TypeMethodDescriptionvoidFunctionCallGraph.removeFunctionCall(String fkey, FunctionOp fop, StatementBlock sb) Removes a single function call identified by target function name, and source function op and statement block.