Home
last modified time | relevance | path

Searched defs:traced_script_module (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/android/test_app/
H A Dmake_assets_custom.py18 traced_script_module = torch.jit.trace(model, example) variable
/aosp_15_r20/external/pytorch/ios/TestApp/custom_build/
H A Dcustom_build.py10 traced_script_module = torch.jit.trace(model, example) variable
/aosp_15_r20/external/pytorch/ios/TestApp/benchmark/
H A Dtrace_model.py10 traced_script_module = torch.jit.trace(model, example) variable
/aosp_15_r20/external/pytorch/test/mobile/custom_build/
H A Dprepare_model.py17 traced_script_module = torch.jit.trace(model, example) variable