Searched refs:DebugInfoTuple (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/torch/csrc/jit/mobile/ |
D | debug_info.h | 43 const ska::flat_hash_map<int64_t, DebugInfoTuple>& getCallStackPtrMap() in getCallStackPtrMap() 52 ska::flat_hash_map<int64_t, DebugInfoTuple> callstack_ptr_map_;
|
D | debug_info.cpp | 23 const DebugInfoTuple& source_callstack, in getStackTraceWithModuleHierarchy() 84 const std::vector<DebugInfoTuple>& source_callstacks, in getStackTraceWithModuleHierarchy() 207 std::vector<DebugInfoTuple> debug_infos; in getSourceDebugModuleHierarchyInfo()
|
/external/pytorch/torch/csrc/jit/serialization/ |
D | callstack_debug_info_serialization.h | 51 const std::unordered_map<int64_t, DebugInfoTuple>& callstack_ptrs, 79 ska::flat_hash_map<int64_t, DebugInfoTuple> unpickle(
|
D | callstack_debug_info_serialization.cpp | 85 const std::unordered_map<int64_t, DebugInfoTuple>& callstack_ptrs, in pickle() 210 ska::flat_hash_map<int64_t, DebugInfoTuple> CallStackDebugInfoUnpickler:: 222 ska::flat_hash_map<int64_t, DebugInfoTuple> callstack_ptrs; in unpickle()
|
/external/pytorch/test/cpp/jit/ |
D | test_cs_debug_info_serialization.cpp | 28 const DebugInfoTuple& pre_serialize, in validate_debug_info() 29 const DebugInfoTuple& post_serialize) { in validate_debug_info()
|
/external/pytorch/torch/csrc/jit/backends/ |
D | backend_debug_handler.h | 115 std::unordered_map<torch::jit::DebugHandleType, DebugInfoTuple>;
|
/external/pytorch/torch/csrc/jit/ir/ |
D | scope.h | 213 using DebugInfoTuple = variable
|