Home
last modified time | relevance | path

Searched refs:BackendDebugInfoMapType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_debug_handler.h114 using BackendDebugInfoMapType = variable
131 BackendDebugInfoMapType stopRecording();
136 BackendDebugInfoMapType handles_to_inlined_callstack_ptrs_;
H A Dbackend_debug_info.h30 std::optional<BackendDebugInfoMapType>& getDebugInfoMap() { in getDebugInfoMap()
34 void setDebugInfoMap(BackendDebugInfoMapType&& debug_info_map) { in setDebugInfoMap()
39 std::optional<BackendDebugInfoMapType> debug_info_map_;
H A Dbackend_debug_handler.cpp27 BackendDebugInfoMapType BackendDebugInfoRecorder::stopRecording() { in stopRecording()
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_bytecode.cpp331 BackendDebugInfoMapType& debug_map) { in getBackendDebugInfoMap()
391 BackendDebugInfoMapType backend_debug_info_map; in jitModuleToMobile()
H A Dexport_module.cpp376 BackendDebugInfoMapType& debug_map) { in getBackendDebugInfoMap()
734 BackendDebugInfoMapType backend_debug_info_map; in writeByteCode()
739 BackendDebugInfoMapType debug_handle_cs_ptr_map( in writeByteCode()