Home
last modified time | relevance | path

Searched defs:FakeScriptObject (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dlift_constants_pass.py40 self, key: Union[torch.Tensor, torch.ScriptObject, FakeScriptObject] argument
54 self, key: Union[torch.Tensor, torch.ScriptObject, FakeScriptObject], value: Any argument
105 key: Union[torch.Tensor, torch.ScriptObject, FakeScriptObject], argument
/aosp_15_r20/external/pytorch/torch/export/
H A D_trace.py350 constants: Dict[str, Union[torch.Tensor, FakeScriptObject, torch.ScriptObject]], argument
388 constants: Dict[str, Union[torch.Tensor, FakeScriptObject, torch.ScriptObject]], argument
840 constants: Dict[str, Union[torch.Tensor, FakeScriptObject, torch.ScriptObject]], argument
861 constants: Dict[str, Union[torch.Tensor, FakeScriptObject, torch.ScriptObject]], argument
H A Dexported_program.py673 Dict[str, Union[torch.Tensor, FakeScriptObject, torch._C.ScriptObject]] argument
/aosp_15_r20/external/pytorch/torch/_library/
H A Dfake_class_registry.py12 class FakeScriptObject: class
24 self_fake_obj: FakeScriptObject,