Package | Description |
---|---|
org.apache.sysds.hops.ipa |
Modifier and Type | Method and Description |
---|---|
List<FunctionOp> |
FunctionCallGraph.getFunctionCalls(String fkey)
Returns all function operators calling the given function.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionCallGraph.removeFunctionCall(String fkey,
FunctionOp fop,
StatementBlock sb)
Removes a single function call identified by target function name,
and source function op and statement block.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.