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

[Squeeze] Introduce Squeeze and Unsqueeze hardware operators #1153

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Aug 7, 2024

  1. [Squeeze] Introduce Squeeze and Unsqueeze hardware operators

    This includes HWCustomOp and HLSBackend specializations of the operators
    aiming for full ONNX compliance. Adds infrastructure for converting the
    standard ONNX version of the operators to the FINN dialect, which mostly
    means transplanting the node into the FINN domain and setting a few type
    and shape attributes. Adds unit tests in Python, C++ and RTL simulation
    as well as a simple integration test starting from PyTorch model export.
    iksnagreb committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e56c89e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    2f13ab8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    a1b9d04 View commit details
    Browse the repository at this point in the history