LICENSE
README.md
setup.py
tests/test_customized_layer.py
tests/test_dependency_graph.py
tests/test_dependency_lenet.py
tests/test_fully_connected_layers.py
tests/test_importance.py
tests/test_interactive_pruner.py
tests/test_multiple_inputs_and_outputs.py
tests/test_pruner.py
tests/test_pruning_fn.py
tests/test_reshape.py
tests/test_unwrapped_parameters.py
torch_pruning/__init__.py
torch_pruning/_helpers.py
torch_pruning/dependency.py
torch_pruning/importance.py
torch_pruning/ops.py
torch_pruning.egg-info/PKG-INFO
torch_pruning.egg-info/SOURCES.txt
torch_pruning.egg-info/dependency_links.txt
torch_pruning.egg-info/requires.txt
torch_pruning.egg-info/top_level.txt
torch_pruning/pruner/__init__.py
torch_pruning/pruner/function.py
torch_pruning/pruner/algorithms/__init__.py
torch_pruning/pruner/algorithms/batchnorm_scale_pruner.py
torch_pruning/pruner/algorithms/group_norm_pruner.py
torch_pruning/pruner/algorithms/magnitude_based_pruner.py
torch_pruning/pruner/algorithms/metapruner.py
torch_pruning/pruner/algorithms/scheduler.py
torch_pruning/utils/__init__.py
torch_pruning/utils/op_counter.py
torch_pruning/utils/utils.py