Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/jit/
H A D_script.py1069 def create_script_list(obj, type_hint=None): function
1156 return create_script_list(obj)
H A D_script.pyi188 def create_script_list(obj, type_hint: Incomplete | None = ...): ...