Home
last modified time | relevance | path

Searched refs:backend_debug_info_map (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_bytecode.cpp391 BackendDebugInfoMapType backend_debug_info_map; in jitModuleToMobile() local
392 getBackendDebugInfoMap(module, backend_debug_info_map); in jitModuleToMobile()
395 backend_debug_info_map.begin(), backend_debug_info_map.end()); in jitModuleToMobile()
H A Dexport_module.cpp734 BackendDebugInfoMapType backend_debug_info_map; in writeByteCode() local
735 getBackendDebugInfoMap(module, backend_debug_info_map); in writeByteCode()