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 7fdbe76 commit 4c60237Copy full SHA for 4c60237
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