Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dcontainer.py21 from torch._jit_internal import _copy_to_script_wrapper
138 @_copy_to_script_wrapper
160 @_copy_to_script_wrapper
234 @_copy_to_script_wrapper
240 @_copy_to_script_wrapper
329 @_copy_to_script_wrapper
350 @_copy_to_script_wrapper
354 @_copy_to_script_wrapper
399 @_copy_to_script_wrapper
500 @_copy_to_script_wrapper
[all …]
/aosp_15_r20/external/pytorch/torch/
H A D_jit_internal.py893 def _copy_to_script_wrapper(fn): function