Home
last modified time | relevance | path

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

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