Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Making Upsample native ops #118

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Making Upsample native ops #118

wants to merge 16 commits into from

Conversation

andresnowak
Copy link
Collaborator

@andresnowak andresnowak commented May 28, 2024

This is a pr that is making the upsample ops native instead of using the index op and the operation for the mode.

  • nearest
    • forward
    • backward
    • test
    • torch test
  • linear
    • forward
    • backward
    • test
    • torch test
  • cubic
    • forward
    • backward
    • test
    • torch test
  • bilinear
    • forward
    • backward
    • test
    • torch test
  • bicubic
    • forward
    • backward
    • test
    • torch test
  • trilinear
    • forward
    • backward
    • test
    • torch test
  • yolov8

P.S. But maybe this isn't necessary, If you don't want this stijn you can close this pr.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants