Skip to content

Commit 9256233

Browse files
committed
todo
Signed-off-by: Justin Chu <[email protected]>
1 parent ab09107 commit 9256233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/onnx_ir/_shape_type_inference/_engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def _infer_node(self, node: ir.Node, model: ir.Model) -> None:
9191
result = inferrer.infer(node)
9292

9393
if result.status == _common.InferenceStatus.INVALID_NODE:
94+
# TODO: Print the node information
9495
raise InferenceError(f"Invalid node: {result.msg}")
9596

9697
if result.status == _common.InferenceStatus.MISSING_INFO:

0 commit comments

Comments
 (0)