Add support for method level executorch backend config (#3266)
Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3266 There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: JacobSzwejbka, cccclai Differential Revision: D56499598 fbshipit-source-id: e02947597e4f898c7b4963b5922904f3b642a5e5
T
Tarun Karuturi committed
2ac7f2a84ddb3ad573af5488a03f5afa6d342318
Parent: cc2d3b5
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 5/9/2024, 10:13:43 PM