Home
last modified time | relevance | path

Searched refs:pruning_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dprune.py1023 def global_unstructured(parameters, pruning_method, importance_scores=None, **kwargs): argument
1112 method = pruning_method(**kwargs)
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_pruning.py654 params_to_prune, pruning_method=prune.L1Unstructured, amount=4
695 pruning_method=prune.L1Unstructured,