You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move sdk executor_runner to sdk/fb/runners folder to hide from OSS with hg mv
Summary:
Move sdk executor_runner to sdk/fb/runners folder to hide from OSS.
[1/n] in a series of diffs to consoldate/organize the various copies of executor_runner in the OSS executorch repo
Very simple change:
1. move `sdk/runners` folder under `sdk/fb/runners` using `hg mv`
2. biggrep for `executorch/sdk/runners`, replace with `executorch/sdk/fb/runners`
Differential Revision: D49929099
Here we provide an example about how to run the bundled program step by step. Most of the code are borrowed from "fbcode/executorch/sdk/runners/executor_runner.cpp" and please review that file if you need more info and context:
131
+
Here we provide an example about how to run the bundled program step by step. Most of the code are borrowed from "fbcode/executorch/sdk/fb/runners/executor_runner.cpp" and please review that file if you need more info and context:
132
132
133
133
```c++
134
134
// method_name is the name for the method we want to test
0 commit comments