Home
last modified time | relevance | path

Searched refs:debug_handle_cs_ptr_map (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_cs_debug_info_serialization.cpp133 auto debug_handle_cs_ptr_map = debug_info_recorder.stopRecording(); in TEST() local
136 cs_debug_info_pickler.pickle(debug_handle_cs_ptr_map, source_range_tags); in TEST()
141 for (const auto& it : debug_handle_cs_ptr_map) { in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_bytecode.cpp393 auto debug_handle_cs_ptr_map = debug_info_recorder.stopRecording(); in jitModuleToMobile() local
394 debug_handle_cs_ptr_map.insert( in jitModuleToMobile()
397 debug_handle_cs_ptr_map.begin(), debug_handle_cs_ptr_map.end())); in jitModuleToMobile()
H A Dexport_module.cpp739 BackendDebugInfoMapType debug_handle_cs_ptr_map( in writeByteCode() local
743 debug_handle_cs_ptr_map, source_range_tags_); in writeByteCode()