We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a87fd commit 7e72516Copy full SHA for 7e72516
1 file changed
backends/test/suite/flow.py
@@ -54,7 +54,6 @@ def __str__(self):
54
return self.name
55
56
57
-<<<<<<< HEAD
58
def _register_flow(
59
import_fn: Callable[[], list[TestFlow]], backend_name: str
60
) -> list[TestFlow]:
@@ -63,10 +62,6 @@ def _register_flow(
63
62
except Exception as e:
64
logger.info(f"Skipping {backend_name} flow registration: {e}")
65
return []
66
-=======
67
-def all_flows() -> dict[str, TestFlow]: # noqa: C901
68
- flows = []
69
->>>>>>> af6810bfa4 (up)
70
71
72
def _load_xnnpack() -> list[TestFlow]:
0 commit comments