pytorch/test/forward_backward_compatibility
Joel Schlosser 77e73b9b7a Refactor NT offsets metadata to be a Tensor (#96909)
It's tedious work, but somebody's gotta do it.

Benefits:
* Enable access to offsets metadata from Python via private API (for validation, etc.)
* Consistency with nested sizes / strides metadata
* Needed for SymInt-ifying offsets metadata
* more TBD

Bonus:
* Remove `_tensor` suffixes from metadata / getter names
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96909
Approved by: https://github.com/drisspg
2023-03-21 18:51:35 +00:00
..
check_forward_backward_compatibility.py Refactor NT offsets metadata to be a Tensor (#96909) 2023-03-21 18:51:35 +00:00
dump_all_function_schemas.py