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

[POC][OV] Support OpenVINO as Keras 3 backend #19727

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on May 17, 2024

  1. [POC][OV] Support OpenVINO as Keras 3 backend

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed May 17, 2024
    Configuration menu
    Copy the full SHA
    76d4c1a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    af254e9 View commit details
    Browse the repository at this point in the history
  2. Mark all unsupported ops from numpy space

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3e0772f View commit details
    Browse the repository at this point in the history
  3. Mark unsupported ops in core, image, and linalg spaces

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c2c1808 View commit details
    Browse the repository at this point in the history
  4. Mark unsupported ops in math, nn, random, and rnn spaces

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d26c22c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix sorting imports

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9e29a73 View commit details
    Browse the repository at this point in the history
  2. Format imports

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    716a0bb View commit details
    Browse the repository at this point in the history
  3. Fix sorting imports

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c097126 View commit details
    Browse the repository at this point in the history
  4. Fix sorting imports

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    65fe256 View commit details
    Browse the repository at this point in the history
  5. Fix inference

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fe29eb9 View commit details
    Browse the repository at this point in the history
  6. Remove openvino specific code in common part

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f57847b View commit details
    Browse the repository at this point in the history
  7. Fix typo

    rkazants committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8fb2dc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Clean-up code

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3d8b41a View commit details
    Browse the repository at this point in the history
  2. Recover imports

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    08b74dc View commit details
    Browse the repository at this point in the history
  3. Sort imports properly

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    52408b7 View commit details
    Browse the repository at this point in the history
  4. Format source code

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f41b454 View commit details
    Browse the repository at this point in the history
  5. Format the rest of source code

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    42364c2 View commit details
    Browse the repository at this point in the history
  6. Continue format adjustment

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    954ed1f View commit details
    Browse the repository at this point in the history
  7. Add OpenVINO dependency

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    facde41 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. Fix inference using OV backend

    Signed-off-by: Kazantsev, Roman <[email protected]>
    rkazants committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fa6b461 View commit details
    Browse the repository at this point in the history