Skip to content

Commit

Permalink
Add missing space for schema not found error message in shape inferece
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Watanabe <take-cheeze@users.noreply.github.com>
  • Loading branch information
take-cheeze committed Aug 7, 2023
1 parent 2e0908d commit 22ae974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/shape_inference/implementation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class ShapeInferenceImplBase {
fail_type_inference(
"Cannot infer type and shape for node name ",
n.name(),
". No opset import for domain",
". No opset import for domain ",
n.domain(),
" optype ",
n.op_type());
Expand Down

0 comments on commit 22ae974

Please sign in to comment.