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 96d7a1c commit 392312eCopy full SHA for 392312e
onnxscript/utils/model_proto_to_function_proto.py
@@ -48,7 +48,7 @@ def convert_model_proto_to_function_proto(
48
"""
49
model = _initializers_to_constants(
50
model
51
- ) # theres some work to do here...maybe contribute to open source?
+ ) # There's some work to do here...maybe contribute to open source?
52
model_ir = onnx_ir.serde.deserialize_model(model)
53
function_ir = onnx_ir.Function(
54
domain=domain, name=name, graph=model_ir.graph, attributes={}
0 commit comments