Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/jit/
H A D_script.py1012 def call_prepare_scriptable_func_impl(obj, memo): function
1033 sub_module[k] = call_prepare_scriptable_func_impl(v, memo)
1038 new_obj_dict[name] = call_prepare_scriptable_func_impl(sub_module, memo)
1050 return call_prepare_scriptable_func_impl(obj, memo)
H A D_script.pyi185 def call_prepare_scriptable_func_impl(obj, memo): ...