AUTHORS
LICENSE
README.md
setup.py
tests/test_backward.py
tests/test_benchmark.py
tests/test_concat.py
tests/test_concat_split.py
tests/test_customized_layer.py
tests/test_dependency_graph.py
tests/test_dependency_lenet.py
tests/test_flops.py
tests/test_fully_connected_layers.py
tests/test_hessian_importance.py
tests/test_importance_reduction.py
tests/test_interactive_pruner.py
tests/test_load.py
tests/test_multiple_inputs_and_outputs.py
tests/test_non_feature_dim_cat.py
tests/test_pruner.py
tests/test_pruning_fn.py
tests/test_regularization.py
tests/test_reshape.py
tests/test_score_normalization.py
tests/test_serialization.py
tests/test_single_channel_output.py
tests/test_split.py
tests/test_taylor_importance.py
tests/test_unwrapped_parameters.py
torch_pruning/__init__.py
torch_pruning/_helpers.py
torch_pruning/dependency.py
torch_pruning/ops.py
torch_pruning/serialization.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/importance.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/growing_reg_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/benchmark.py
torch_pruning/utils/op_counter.py
torch_pruning/utils/utils.py