SIGN IN SIGN UP

Adding logging for program outputs and delegates (#1276)

Summary:
Pull Request resolved: https://github.com/pytorch/executorch/pull/1276

This diff uses the newly added evalue logging API's for two things:
- Logging the args to the delegate call (we can't differentiate between inputs and outputs currently so we log everything, in the future we'd only like to log the outputs)
- Logging the program level outputs after inference is done.

This is essentially a no-op when the `ET_EVENT_TRACER_ENABLED` compilation flag is disabled.

Reviewed By: JacobSzwejbka

Differential Revision: D51534579

fbshipit-source-id: 45ffdb67e5967a95e7262283d6ff37264346c7b4
T
Tarun Karuturi committed
463b5d82998fc72fd8df0f976008ffd53bbad1a8
Parent: 1f584d7
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 11/27/2023, 4:33:05 AM