Skip to content

Commit 39de0bf

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Cleaning et_schema of InferenceRun for OSS (#565)
Summary: Pull Request resolved: #565 These are concepts that aren't useful in the OSS world. Associated tests were also moved - Moved out InferenceRun, OperatorGraphWithStats, ExportedETOperatorGraph for internal - Changed FXOperatorGraph to extending OperatorGraph instead of OperatorGraphWithStats - Tests for EDIR (to be renamed) moved to internal since they are heavily coupled with InferenceRun Reviewed By: tarun292 Differential Revision: D49839120 fbshipit-source-id: f20ba1f88f8461125b3bfd3f487c8f91d8169d7e
1 parent d3ff3ea commit 39de0bf

25 files changed

+20
-1511
lines changed

sdk/edir/TARGETS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ python_library(
1717
"et_schema.py",
1818
],
1919
deps = [
20-
"fbsource//third-party/pypi/numpy:numpy",
2120
":base_schema",
2221
"//caffe2:torch",
2322
"//executorch/exir:lib",
24-
"//executorch/exir:schema",
25-
"//executorch/exir/_serialize:lib",
26-
"//executorch/sdk/etdump:schema",
27-
"//executorch/sdk/etdump:serialize",
2823
],
2924
)

sdk/edir/et_schema.py

Lines changed: 2 additions & 589 deletions
Large diffs are not rendered by default.

sdk/edir/tests/TARGETS

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

0 commit comments

Comments
 (0)