From a34163c9d9a5cc0416bcaea2ebf8383bda9d505c Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Thu, 24 Nov 2022 08:34:38 +0000 Subject: Move TOSA checker functions into separate module - Create module "compat" for tosa_checker backend - Move TOSA checker functions into new module - Update tests Change-Id: Ia07034515fe43b2061b8892535067d21315cc721 --- src/mlia/devices/tosa/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mlia/devices/tosa/handlers.py') diff --git a/src/mlia/devices/tosa/handlers.py b/src/mlia/devices/tosa/handlers.py index 5f015c4..fc82657 100644 --- a/src/mlia/devices/tosa/handlers.py +++ b/src/mlia/devices/tosa/handlers.py @@ -6,12 +6,12 @@ from __future__ import annotations import logging +from mlia.backend.tosa_checker.compat import TOSACompatibilityInfo from mlia.core.events import CollectedDataEvent from mlia.core.handlers import WorkflowEventsHandler from mlia.core.typing import PathOrFileLike from mlia.devices.tosa.events import TOSAAdvisorEventHandler from mlia.devices.tosa.events import TOSAAdvisorStartedEvent -from mlia.devices.tosa.operators import TOSACompatibilityInfo from mlia.devices.tosa.reporters import tosa_formatters logger = logging.getLogger(__name__) -- cgit v1.2.1