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 5a5b835 commit 7cbb5edCopy full SHA for 7cbb5ed
backends/apple/mps/test/test_mps_utils.py
@@ -22,6 +22,10 @@
22
from executorch.exir.backend.backend_details import CompileSpec
23
from executorch.exir.capture._config import ExecutorchBackendConfig
24
from executorch.exir.tracer import Value
25
+from executorch.extension.pybindings.portable_lib import ( # @manual
26
+ _load_for_executorch_from_buffer,
27
+)
28
+from executorch.extension.pytree import tree_flatten
29
from executorch.sdk import BundledProgram
30
from executorch.sdk.bundled_program.config import MethodTestCase, MethodTestSuite
31
from executorch.sdk.bundled_program.serialize import (
0 commit comments