We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff7071 commit 7a74d42Copy full SHA for 7a74d42
examples/custom_op_expansion.py
@@ -1,5 +1,7 @@
1
# Copyright (c) Microsoft Corporation.
2
# Licensed under the MIT License.
3
+# ruff: noqa
4
+
5
"""A utility and an example showing how onnxscript functions can be used to define function expansions
6
and be used with the inliner to replace calls to the custom function with an expanded subgraph.
7
This is useful to perform certain classes of graph surgery easily.
0 commit comments