Home
last modified time | relevance | path

Searched defs:script_mod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dload_torchscript_model.py7 script_mod = torch.jit.load(sys.argv[1]) variable
/aosp_15_r20/external/pytorch/test/package/package_a/
H A Dtest_module.py11 def __init__(self, script_mod): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py720 def _checkScriptable(self, orig_mod, script_mod, calib_data, check_save_load): argument