We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc468e commit 3f6dff1Copy full SHA for 3f6dff1
1 file changed
arch/experimental/engine.py
@@ -1,13 +1,10 @@
1
-import sys
2
-import importlib
3
from contextlib import contextmanager
4
from typing import Any
5
6
_BACKEND_ENGINE = "numpy"
7
8
9
def backend():
10
- global _BACKEND_ENGINE
11
return _BACKEND_ENGINE
12
13
0 commit comments