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

Eliminate "static inputs" for translations #682

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2020

  1. Remove NGRAPH_TF_EXECUTOR

    The executor is always IE/OV now, so remove NGRAPH_TF_EXECUTOR or other
    executor-specific handling for tests.
    Abhishek Kulkarni committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    6ab1848 View commit details
    Browse the repository at this point in the history
  2. Code format

    Abhishek Kulkarni committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    44be973 View commit details
    Browse the repository at this point in the history
  3. Eliminate static input constraints for several translations

    Abhishek Kulkarni committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    2da36d2 View commit details
    Browse the repository at this point in the history
  4. Code format

    Abhishek Kulkarni committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    0d01208 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Eliminate static inputs for Split and Slice

    Abhishek Kulkarni committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3a7bb44 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Code format

    Abhishek Kulkarni committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    5c4d45c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    497fc1d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into adk9/remove-static-inputs

    Abhishek Kulkarni committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    e048e79 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Merge branch 'master' into adk9/remove-static-inputs

    Abhishek Kulkarni committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d062487 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    51ddeea View commit details
    Browse the repository at this point in the history
  2. Fix more type mismatch issues and test failures

    Abhishek Kulkarni committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    904541d View commit details
    Browse the repository at this point in the history