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 ec7dc9b commit a2286d3Copy full SHA for a2286d3
onnxscript/utils/model_proto_to_function_proto.py
@@ -39,7 +39,7 @@ def _initializers_to_constants(model: onnx.ModelProto) -> onnx.ModelProto:
39
40
41
def convert_model_proto_to_function_proto(
42
- model: onnx.ModelProto, domain, name
+ model: onnx.ModelProto, domain: str, name: str
43
) -> onnx.FunctionProto:
44
"""Converts an arbitrary ModelProto to a FunctionProto.
45
0 commit comments