This has been default to true for quite awhile and marked for removal:
https://github.com/pytorch/executorch/blob/main/exir/capture/_config.py#L41
Most usages across the repo also pass =True unnecessarily; the only in-tree usage of =False is in the QNN backend to mark a context bearing node. This can be replaced and the _use_edge_ops dropped completely.
This has been default to true for quite awhile and marked for removal:
https://github.com/pytorch/executorch/blob/main/exir/capture/_config.py#L41
Most usages across the repo also pass =True unnecessarily; the only in-tree usage of =False is in the QNN backend to mark a context bearing node. This can be replaced and the _use_edge_ops dropped completely.