Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save PyTorch frontend state in object (#7023)
While the functional approach is pretty neat, we ended up having global state (default frontend, dtype) and it'll be more soon (caching of inferred types, see #6900). To not have to pass around the state, this moves the op conversion into a class with instances having the state.
- Loading branch information