Home
last modified time | relevance | path

Searched defs:extract_weights (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dutils.py47 def extract_weights(mod: nn.Module) -> Tuple[Tuple[Tensor, ...], List[str]]: function
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dmake_functional.py96 def extract_weights( function
/aosp_15_r20/external/pytorch/torch/ao/ns/
H A D_numeric_suite_fx.py382 def extract_weights( function