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

[TF FE] Fix centernet and correct FloorDiv translator for signed integer type #22684

Merged
merged 31 commits into from Feb 14, 2024

Commits on Feb 7, 2024

  1. fix centernet

    pavel-esir committed Feb 7, 2024
    Copy the full SHA
    7c7936b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad11f4c View commit details
    Browse the repository at this point in the history
  3. add transformation tests

    pavel-esir committed Feb 7, 2024
    Copy the full SHA
    5bdff7f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    58d493d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    44adf98 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Copy the full SHA
    c12f0c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b0d6fc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Copy the full SHA
    f6e7eb4 View commit details
    Browse the repository at this point in the history
  2. Update comment in src/common/transformations/src/transformations/fp16…

    …_compression/mark_subgraphs_to_keep_in_mixed_precision.cpp
    pavel-esir committed Feb 9, 2024
    Copy the full SHA
    539ab3d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    45f6af3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    95ac470 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix tests

    pavel-esir committed Feb 12, 2024
    Copy the full SHA
    821b73f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b5e2cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    14c64f0 View commit details
    Browse the repository at this point in the history
  4. fix for ARM

    pavel-esir committed Feb 12, 2024
    Copy the full SHA
    b5c036b View commit details
    Browse the repository at this point in the history
  5. xfail for arm

    pavel-esir committed Feb 12, 2024
    Copy the full SHA
    510962f View commit details
    Browse the repository at this point in the history
  6. cosmetic corrections

    pavel-esir committed Feb 12, 2024
    Copy the full SHA
    f6bab91 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Copy the full SHA
    379d297 View commit details
    Browse the repository at this point in the history
  2. style_fix

    pavel-esir committed Feb 13, 2024
    Copy the full SHA
    5c1c17b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Copy the full SHA
    a75f71c View commit details
    Browse the repository at this point in the history
  2. namespace typo fix

    pavel-esir committed Feb 14, 2024
    Copy the full SHA
    931c3a4 View commit details
    Browse the repository at this point in the history
  3. Revert "namespace typo fix"

    This reverts commit 931c3a4.
    pavel-esir committed Feb 14, 2024
    Copy the full SHA
    c96333d View commit details
    Browse the repository at this point in the history
  4. Revert "revert FE changes: solution with a pass"

    This reverts commit a75f71c.
    pavel-esir committed Feb 14, 2024
    Copy the full SHA
    2eb52c9 View commit details
    Browse the repository at this point in the history
  5. Revert "style_fix"

    This reverts commit 5c1c17b.
    pavel-esir committed Feb 14, 2024
    Copy the full SHA
    75b9a98 View commit details
    Browse the repository at this point in the history
  6. final solution

    pavel-esir committed Feb 14, 2024
    Copy the full SHA
    02e8fdf View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3f6cedd View commit details
    Browse the repository at this point in the history
  8. xfail arm 2nd attempt

    pavel-esir committed Feb 14, 2024
    Copy the full SHA
    5c36ae4 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
    pavel-esir and rkazants committed Feb 14, 2024
    Copy the full SHA
    75766fd View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    362b4cf View commit details
    Browse the repository at this point in the history
  11. xfail for all arm platforms

    Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
    pavel-esir and rkazants committed Feb 14, 2024
    Copy the full SHA
    edef731 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e114877 View commit details
    Browse the repository at this point in the history