Skip to content

Commit ec7dc9b

Browse files
authored
remove comment for now as its not relevant
intializers are assumed to be constants.
1 parent 392312e commit ec7dc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/utils/model_proto_to_function_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def convert_model_proto_to_function_proto(
4848
"""
4949
model = _initializers_to_constants(
5050
model
51-
) # There's some work to do here...maybe contribute to open source?
51+
)
5252
model_ir = onnx_ir.serde.deserialize_model(model)
5353
function_ir = onnx_ir.Function(
5454
domain=domain, name=name, graph=model_ir.graph, attributes={}

0 commit comments

Comments
 (0)