Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py814 def _get_flat_args_with_check(self, args, kwargs): member in ExportedProgram
847 flat_args, received_spec = self._get_flat_args_with_check(args, kwargs)
897 flat_args, _ = self._get_flat_args_with_check(orig_args, orig_kwargs)