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

Cleanup shape inference implementation #5596

Merged
merged 16 commits into from
Oct 5, 2023
Merged

Commits on Sep 14, 2023

  1. Shape inference implementation cleanup

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c1b91c9 View commit details
    Browse the repository at this point in the history
  2. Remove bind methods out of class

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    84738d3 View commit details
    Browse the repository at this point in the history
  3. Use pascal-case identifiers

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    febc3a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Handle undefined ops

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2bbd663 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Handle experimental ops

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2f87307 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Cleanup handling of experimental op

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3b19da2 View commit details
    Browse the repository at this point in the history
  2. Cleanup exception handling in node-processing

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3243529 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Undo unknown op error

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ed36aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caddcb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Address cpplint warnings

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1c55850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d61e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46207af View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 5, 2023

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

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3bb2a02 View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
    gramalingam committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cdb29e9 View commit details
    Browse the repository at this point in the history