Commit 029441f
Expose build_function and build_graph in public API (#2913)
Add build_function and build_graph to onnxscript's top-level exports,
allowing downstream packages (e.g. mobius) to import them directly as
onnxscript.build_function / onnxscript.build_graph instead of reaching
into onnxscript._internal.builder.
Signed-off-by: G Ramalingam <grama@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e8d744f commit 029441f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments