pytorch/torch/_subclasses
Aaron Orenstein 1930698140 Fix fake tensor SymInt caching when there's a SymInt storage_offset (#131500)
Test Plan: Internal unit tests failed before and succeeded after.

Differential Revision: D60131273

Pull Request resolved: https://github.com/pytorch/pytorch/pull/131500
Approved by: https://github.com/clee2000
2024-07-23 23:37:04 +00:00
..
__init__.py
_fake_tensor_utils.py FakeTensor cache SymInt support (#127596) 2024-07-21 19:26:38 +00:00
fake_impls.py [BE][Easy] fix ruff rule needless-bool (SIM103) (#130206) 2024-07-14 08:17:52 +00:00
fake_tensor.py Fix fake tensor SymInt caching when there's a SymInt storage_offset (#131500) 2024-07-23 23:37:04 +00:00
fake_utils.py
functional_tensor.py Fix custom ops warning during export (#130623) 2024-07-12 21:34:29 +00:00
meta_utils.py FakeTensor cache SymInt support (#127596) 2024-07-21 19:26:38 +00:00
schema_check_mode.py