Home
last modified time | relevance | path

Searched refs:normalize_module (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dnormalize.py11 normalize_module,
95 new_args_and_kwargs = normalize_module(
/aosp_15_r20/external/pytorch/torch/fx/
H A Dnode.py10 from torch.fx.operator_schemas import normalize_function, normalize_module, ArgsKwargsPair
707 … return normalize_module(root, self.target, self.args, self.kwargs) # type: ignore[arg-type]
H A Doperator_schemas.py369 def normalize_module( function
/aosp_15_r20/external/python/cpython2/Python/
D_warnings.c197 normalize_module(PyObject *filename) in normalize_module() function
311 module = normalize_module(filename); in warn_explicit()
/aosp_15_r20/external/python/cpython3/Python/
D_warnings.c445 normalize_module(PyObject *filename) in normalize_module() function
650 module = normalize_module(filename); in warn_explicit()
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx_experimental.py38 normalize_module,
1019 normalized_args2 = normalize_module(