parse
parse_sdfg(dace_program, config, optimization, is_topmost_code, *args, **kwargs)
Parse Dace program into an SDFG.
Attributes:
| Name | Type | Description |
|---|---|---|
dace_program |
the DaceProgram carrying reference to the original method/function |
|
config |
the DaceConfig configuration |
|
optimization |
the OptimizationConfig configuration |
|
is_topmost_code |
internal - use to label the code properly |