Home
last modified time | relevance | path

Searched defs:script_model (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py723 def script_model_defines_attr(script_model, attr): argument
733 def add_python_attr_to_scripted_model(script_model, orig, attr): argument
/aosp_15_r20/external/pytorch/test/cpp/aoti_inference/
H A Dtest.cpp56 std::string script_model = "script_model_" + device + ".pt"; in test_aoti_script() local