pytorch
644c3cfa - [ao][sparsity] add option for tensor_fqn to sparsity API

Commit
2 years ago
[ao][sparsity] add option for tensor_fqn to sparsity API Summary: updated sparsity api to accept tensor_fqn as primary specification method, i.e. [{'tensor_fqn': 'linear.weight'}] Pruning API also updated due to knock on changes. left old api for accepting module_fqns but changed 'fqn' to 'module_fqn' for clarity (this will break BC) updated variables in code to use module rather than layer updated state dict to use tensor_fqn rather than 'fqn' or 'module_fqn' Test Plan: python test/test_ao_sparsity.py Reviewers: Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/79113 Approved by: https://github.com/z-a-f
Author
Committer
Parents
Loading