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

Streamlining transformations for Split and Concat nodes #1189

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Sep 20, 2024

  1. [Fix] InferDuplicateStreamsLayer now properly handles forks of multip…

    …le-output nodes
    Michal Danilowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0383092 View commit details
    Browse the repository at this point in the history
  2. [Fix] MoveScalarLinearPastInvariants, MakeMaxPoolNHWC, MakeScaleResiz…

    …eNHWC transformations are checking whether the node to be moved is a fork node, in which case the MoveOpPastFork is called. MoveOpPastFork uses deepcopies of the original node.
    Michal Danilowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d13aa7e View commit details
    Browse the repository at this point in the history
  3. [Fix] InsertFIFO transform is fixed for the case of the last node in …

    …the graph being a fork node
    Michal Danilowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6223abe View commit details
    Browse the repository at this point in the history
  4. [Feature] Moving operations past Split added, MoveIdenticalOpPastJoin…

    …Op refactored and derived from by MoveTransposePastJoinAdd, MoveMulPastJoinAdd, MoveAddPastJoinAdd, MoveTransposePastJoinConcat, MoveAffinePastJoinConcat
    Michal Danilowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    39a2efe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51a9199 View commit details
    Browse the repository at this point in the history