Peixuan Liu
Peixuan Liu
Differential Revision: D55903071
Address [this comment](https://github.com/pytorch/executorch/pull/3391/files#r1583558010). Tested the commands on mac locally and they worked. The script just generates etdump when working properly. I did "ls -l etdump.etdp" to check the timestamp.
Summary: This diff - "executorch/sdk", "executorch.sdk" -> "executorch/devtools", "executorch.devtools" string replacements - Replaced "sdk" to "devtools" in files where make sense - Run `buck run //executorch/devtools/fb/tests:generate_fixtures` - Rename dir fbcode/bolt/nn/executorch/*sdk*/...
Summary: ## Goal of this diff Demo how a backend can use the newly implemented function `torch::executor::event_tracer_log_output_delegate` to log intermediate outputs to etdump, and then parse and print them out....
Summary: This diff parses the logged intermediate outputs in etdump into Inspector objects. Design doc: https://docs.google.com/document/d/1qGHsgd-roqtxPz4CrUlqGrKaAtbaf9bArziMuwHD0So/edit Differential Revision: D59614926