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

Support of transposed convolutions through pixel padding #835

Merged
merged 33 commits into from
Jan 4, 2024

Commits on May 16, 2023

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

Commits on Jun 5, 2023

  1. Updating headers

    hleblevec committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dff63d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49d7a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 15, 2023

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

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    bad0613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db0e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb5f89e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. [PixelPaddingDeconv] Updating test to use the InferPixelPaddingDeconv…

    … transformation. Validating all tests including stitched IP rtlsim.
    hleblevec committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    73037cb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

  1. [MoveScalarMulPastConvTranspose] Creating new streamlining transforma…

    …tion to push scalar Mul nodes past ConvTranspose nodes, with associated unit test
    Hugo Le Blevec committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c024c39 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 25, 2023

  1. [InferPixelPaddingDeconv] Adding safety check to verify that groups=1…

    …, as depthwise deconvolution is not yet supported
    hleblevec committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b368ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merging dev

    hleblevec committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bdd8d4b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Updating InferPixelPaddingDeconv to just do the lowering and not the …

    …full conversion to HLS layers
    hleblevec committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    457400b View commit details
    Browse the repository at this point in the history
  2. Updating QONNX commit has

    hleblevec committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    aba05c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 13, 2023

  1. Rewriting the test script to account for the change in InferConvInpGe…

    …n. Adding support for FMPadding_Pixel in SetFolding
    hleblevec committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d454d60 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    892c73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5f078 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Dec 19, 2023

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

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    514e9b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b883a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8fbfd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c2f387 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    c8b80df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c741fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14929f4 View commit details
    Browse the repository at this point in the history