Home
last modified time | relevance | path

Searched refs:DebugInfoTuple (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/torch/csrc/jit/mobile/
Ddebug_info.h43 const ska::flat_hash_map<int64_t, DebugInfoTuple>& getCallStackPtrMap() in getCallStackPtrMap()
52 ska::flat_hash_map<int64_t, DebugInfoTuple> callstack_ptr_map_;
Ddebug_info.cpp23 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/
Dcallstack_debug_info_serialization.h51 const std::unordered_map<int64_t, DebugInfoTuple>& callstack_ptrs,
79 ska::flat_hash_map<int64_t, DebugInfoTuple> unpickle(
Dcallstack_debug_info_serialization.cpp85 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/
Dtest_cs_debug_info_serialization.cpp28 const DebugInfoTuple& pre_serialize, in validate_debug_info()
29 const DebugInfoTuple& post_serialize) { in validate_debug_info()
/external/pytorch/torch/csrc/jit/backends/
Dbackend_debug_handler.h115 std::unordered_map<torch::jit::DebugHandleType, DebugInfoTuple>;
/external/pytorch/torch/csrc/jit/ir/
Dscope.h213 using DebugInfoTuple = variable