Home
last modified time | relevance | path

Searched refs:replace_all_batch_norm_modules_ (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dvision_models.py18 from functorch.experimental import replace_all_batch_norm_modules_
20 replace_all_batch_norm_modules_(model)
45 from functorch.experimental import replace_all_batch_norm_modules_
47 replace_all_batch_norm_modules_(model)
86 from functorch.experimental import replace_all_batch_norm_modules_
88 replace_all_batch_norm_modules_(model)
H A Daudio_text_models.py66 from functorch.experimental import replace_all_batch_norm_modules_
68 replace_all_batch_norm_modules_(model)
/aosp_15_r20/external/pytorch/functorch/docs/source/
H A Dbatch_norm.rst42 have a net that you want to change, you can run ``replace_all_batch_norm_modules_`` to update the
47 from functorch.experimental import replace_all_batch_norm_modules_
48 replace_all_batch_norm_modules_(net)
/aosp_15_r20/external/pytorch/docs/source/
H A Dfunc.batch_norm.rst68 ``replace_all_batch_norm_modules_`` to update the module in-place to not use running stats
72 from torch.func import replace_all_batch_norm_modules_
73 replace_all_batch_norm_modules_(net)
H A Dfunc.api.rst70 replace_all_batch_norm_modules_
/aosp_15_r20/external/pytorch/functorch/experimental/
H A D__init__.py4 from torch._functorch.batch_norm_replacement import replace_all_batch_norm_modules_
/aosp_15_r20/external/pytorch/torch/func/
H A D__init__.py12 from torch._functorch.batch_norm_replacement import replace_all_batch_norm_modules_
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dbatch_norm_replacement.py19 def replace_all_batch_norm_modules_(root: nn.Module) -> nn.Module: function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_eager_transforms.py41 from functorch.experimental import functionalize, replace_all_batch_norm_modules_
4258 replace_all_batch_norm_modules_(net)