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

Added MinMax algorithm for OpenVINO backend #1444

Merged
merged 33 commits into from
Jan 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix pylint
  • Loading branch information
l-bat committed Jan 18, 2023
commit 34fbe43e2b02af3de8b0e7f26d7cc5ec8d97d567
6 changes: 0 additions & 6 deletions tests/openvino/native/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
SYNTHETIC_MODELS = Registry('OV_SYNTHETIC_MODELS')


class OVReferenceModel:
def __init__(self, ov_model: ov.Model):
self.ov_model = ov_model
self.ref_graph_name = f'{self.__class__.__name__}.dot'


class OVReferenceModel(ABC):
def __init__(self):
self._rng = np.random.default_rng(seed=0)
Expand Down