Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_library/
H A Dfake_class_registry.py139 fake_x = _find_fake_class_for_script_object(x).__obj_unflatten__(fake_flattened)
287 def _find_fake_class_for_script_object(x: torch.ScriptObject) -> Any: function
308 fake_class = _find_fake_class_for_script_object(x)