pytorch
443db9b5 - Introduce Z3 types and utility functions for constraint generation (#80084)

Commit
2 years ago
Introduce Z3 types and utility functions for constraint generation (#80084) Create Z3 types. In particular, dynamic dimensions, dynamic tensor type and tensor types up to size 4. Note that for Z3 decidability reasons, we are using uninterpreted functions for tensor types, which means we must explicitly define tensor constructors with a concrete size (for now, upto size 4). We defer lifting this requirement to future work. Pull Request resolved: https://github.com/pytorch/pytorch/pull/80084 Approved by: https://github.com/anijain2305
Author
Committer
Parents
Loading