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

FC + elementwise_add (Residual connection) #40834

Closed
wants to merge 50 commits into from

Commits on Feb 25, 2022

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

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    3e96cf3 View commit details
    Browse the repository at this point in the history
  2. declare fc_eltwise_add pass

    Silv3S committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    9e4cbaa View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    04f376c View commit details
    Browse the repository at this point in the history
  2. first compilable draft

    Silv3S committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e12f39e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0b1b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. unittest feedback tools

    Silv3S committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    5616fd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Fuse pass tester

    Silv3S committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    df721dd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 8, 2022

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

Commits on Mar 9, 2022

  1. register pass

    Silv3S committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    da2486e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Add bias node

    Silv3S committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d654065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a825073 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

    Silv3S committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6085296 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    9752b48 View commit details
    Browse the repository at this point in the history
  2. Add elementwise_input scale

    Silv3S committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d4334a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Residual MVP

    Silv3S committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    62bf136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c30373 View commit details
    Browse the repository at this point in the history
  3. Add new FC attrs

    Silv3S committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    960ce54 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add more test cases

    Silv3S committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7c25aea View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Add missing op attrs

    Silv3S committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    829a50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd80b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0673cfe View commit details
    Browse the repository at this point in the history
  4. reuse existing fcpattern

    Silv3S committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c039ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. improve code style

    Silv3S committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    5d9a8d5 View commit details
    Browse the repository at this point in the history
  2. remove unused arguments

    Silv3S committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f88c5a6 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Silv3S committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    eacfbce View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    Silv3S committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c10c603 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. remove int8 related code

    Silv3S committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    33fd226 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

    Silv3S committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    da2ecf2 View commit details
    Browse the repository at this point in the history
  3. style check

    Silv3S committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f3bc7fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22a7ae7 View commit details
    Browse the repository at this point in the history
  5. Remove input from base op

    Silv3S committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8b074b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Set attribute during fuse

    Silv3S committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4e9931f View commit details
    Browse the repository at this point in the history
  2. ut timeout

    Silv3S committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    fb92131 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. download and test model

    Silv3S committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4bd6e57 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. DRY

    Silv3S committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d67f551 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    12a7068 View commit details
    Browse the repository at this point in the history
  2. apply feedback from review

    Silv3S committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7fd091f View commit details
    Browse the repository at this point in the history
  3. Style check

    Silv3S committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    2b16224 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Silv3S committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    902da8a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. cosmetic changes

    Silv3S committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    0313fed View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

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

Commits on Apr 13, 2022

  1. VIT-OCR accuracy check

    Silv3S committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    acc5db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4625c View commit details
    Browse the repository at this point in the history
  3. trigger CI

    Silv3S committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    be67374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd4f21d View commit details
    Browse the repository at this point in the history