Skip to content

Commit d3c5f78

Browse files
cccclaifacebook-github-bot
authored andcommitted
Temp fix oss ci
Summary: This __init__.py was just added in D48006877 and not used anywhere. Will have a follow up diff to add it properly Reviewed By: tarun292 Differential Revision: D48181453 fbshipit-source-id: 06da2f23dea2a47074e891388e02296b8713ba25
1 parent 906cd6d commit d3c5f78

File tree

3 files changed

+4
-33
lines changed

3 files changed

+4
-33
lines changed

examples/export/export_and_delegate.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010

1111
import executorch.exir as exir
1212
import torch
13-
from executorch.backends.test.backend_with_compiler_demo import BackendWithCompilerDemo
14-
from executorch.backends.test.op_partitioner_demo import AddMulPartitionerDemo
1513
from executorch.exir.backend.backend_api import to_backend
14+
from executorch.exir.backend.test.backend_with_compiler_demo import (
15+
BackendWithCompilerDemo,
16+
)
17+
from executorch.exir.backend.test.op_partitioner_demo import AddMulPartitionerDemo
1618

1719
from ..models import MODEL_NAME_TO_MODEL
1820

exir/backend/TARGETS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ runtime.python_library(
7878
# it's supposed to be only used on server side and not for production on device.
7979
runtime.python_library(
8080
name = "backend_lib",
81-
srcs = [
82-
"__init__.py",
83-
],
8481
visibility = [
8582
"//executorch/...",
8683
"//executorch/test/...",

exir/backend/__init__.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)