We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604527b commit b4be4dfCopy full SHA for b4be4df
onnx_diagnostic/export/onnx_plug.py
@@ -154,7 +154,7 @@ def __init__(
154
self.function_proto = function_proto
155
self.n_inputs = n_inputs
156
self.n_outputs = n_outputs
157
- self.name = name or eager_fn.__qualname__.replace("<local>", "L").replace(
+ self.name = name or eager_fn.__qualname__.replace("<locals>", "L").replace(
158
"<lambda>", "l"
159
).replace(".", "_")
160
self.kwargs = kwargs
0 commit comments