Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_module.cpp452 bool save_mobile_debug_info) { in serialize()
659 const bool save_mobile_debug_info) { in writeByteCode()
835 bool save_mobile_debug_info, in ExportModule()
856 bool save_mobile_debug_info, in ExportModule()
912 bool save_mobile_debug_info, in save_jit_module_to_write_func()
924 bool save_mobile_debug_info, in ExportModule()
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule_save.cpp18 bool save_mobile_debug_info, in _save_for_mobile()
32 bool save_mobile_debug_info, in _save_for_mobile()
/aosp_15_r20/external/pytorch/test/mobile/
H A Dtest_lite_script_module.py23 self, m, save_mobile_debug_info=True, also_test_file=False argument