Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py715 add_python_attr_to_scripted_model(script_module, nn_module, name)
733 def add_python_attr_to_scripted_model(script_model, orig, attr): function