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

Added optimization process for Resize with undefined dimensions #523

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

PINTO0309
Copy link
Owner

@PINTO0309 PINTO0309 commented Sep 29, 2023

1. Content and background

  • Resize
    • Added optimization process for Resize with undefined dimensions.
    • Valid only if the input tensor is fixed in NHWC.
    • Axis transposition correction by JSON in this pattern is no longer necessary.
      onnx Before tflite After tflite
      image image image
    image

2. Summary of corrections

3. Before/After (If there is an operating log that can be used as a reference)

4. Issue number (only if there is a related issue)

@PINTO0309 PINTO0309 merged commit 24ed12b into main Sep 29, 2023
3 checks passed
@PINTO0309 PINTO0309 deleted the feat/simple_resize branch September 29, 2023 23:59
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.

None yet

1 participant