Skip to content

Commit 1ab02ed

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Move ETDB to fb/ (#543)
Summary: Pull Request resolved: #543 ETDB is being replaced with Inspector for OSS. This diff moves the existing framework into fb/ Can be refactored/replaced in the future Reviewed By: tarun292 Differential Revision: D49787207 fbshipit-source-id: 3ea3e715baebc2f0a5d44bdd8c4466c55e1c613c
1 parent 0b96a7e commit 1ab02ed

File tree

6 files changed

+0
-1133
lines changed

6 files changed

+0
-1133
lines changed

sdk/TARGETS

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

sdk/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
parse_etrecord,
1111
)
1212

13-
from executorch.sdk.lib import debug_etrecord, debug_etrecord_path
14-
1513
__all__ = [
1614
"ETRecord",
1715
"generate_etrecord",
1816
"parse_etrecord",
19-
"debug_etrecord",
20-
"debug_etrecord_path",
2117
]

sdk/etdb/TARGETS

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,6 @@ load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
22

33
oncall("executorch")
44

5-
python_library(
6-
name = "row_schema",
7-
srcs = [
8-
"row_schema.py",
9-
],
10-
deps = [
11-
"//executorch/sdk/edir:base_schema",
12-
"//executorch/sdk/edir:et_schema",
13-
],
14-
)
15-
16-
python_library(
17-
name = "etdb",
18-
srcs = [
19-
"etdb.py",
20-
],
21-
deps = [
22-
"fbsource//third-party/pypi/tabulate:tabulate",
23-
":row_schema",
24-
"//executorch/sdk/edir:base_schema",
25-
"//executorch/sdk/edir:et_schema",
26-
],
27-
)
28-
295
python_library(
306
name = "inspector",
317
srcs = [

0 commit comments

Comments
 (0)