We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83071f commit c9d871aCopy full SHA for c9d871a
backends/apple/metal/metal_backend.py
@@ -8,8 +8,8 @@
8
from typing import Any, Dict, final
9
10
from executorch.backends.aoti.aoti_backend import AotiBackend
11
-from executorch.exir.backend.backend_details import BackendDetails
12
from executorch.exir._warnings import experimental
+from executorch.exir.backend.backend_details import BackendDetails
13
14
15
@final
0 commit comments