Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/backends/
Dbackend_debug_info.h34 void setDebugInfoMap(BackendDebugInfoMapType&& debug_info_map) { in setDebugInfoMap() argument
35 debug_info_map_ = std::move(debug_info_map); in setDebugInfoMap()
Dbackend_detail.cpp397 auto debug_info_map = debug_info_recorder.stopRecording(); in codegen_backend_module() local
401 backend_debug_info->setDebugInfoMap(std::move(debug_info_map)); in codegen_backend_module()