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 2d9c6b5 commit 6acdd02Copy full SHA for 6acdd02
examples/portable/scripts/export_and_delegate.py
@@ -17,11 +17,11 @@
17
from executorch.exir.backend.test.op_partitioner_demo import AddMulPartitionerDemo
18
from executorch.exir.capture._config import ExecutorchBackendConfig
19
20
+from executorch.extension.export_util import export_to_edge
21
+
22
from ...models import MODEL_NAME_TO_MODEL
23
from ...models.model_factory import EagerModelFactory
24
-from ..utils import export_to_edge
-
25
26
FORMAT = "[%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"
27
logging.basicConfig(level=logging.INFO, format=FORMAT)
0 commit comments