Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Handle Resize-13 with optional ROI operand #235

Merged
merged 4 commits into from
Mar 24, 2021

Conversation

weimingzha0
Copy link
Collaborator

ONNX Resize-13 supports an optional operand: ROI.
This patch enables HALO to accept the new format when the ROI operand is unused.

It mitigates the issue in #231

This patch handles a special case of  Resize-13: the ROI operand is
null.
If the optional ROI operand is not null, it will assert.
@weimingzha0 weimingzha0 requested a review from dj176050 March 16, 2021 21:09
@weimingzha0 weimingzha0 enabled auto-merge (rebase) March 24, 2021 06:34
@weimingzha0 weimingzha0 merged commit 505b9d4 into alibaba:master Mar 24, 2021
@weimingzha0 weimingzha0 deleted the resize branch March 24, 2021 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants