Home
last modified time | relevance | path

Searched defs:debug_handles (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Ddebug_info.cpp178 const std::vector<int64_t>& debug_handles, in getModuleHierarchyInfo()
197 const std::vector<int64_t>& debug_handles, in getSourceDebugString()
205 const std::vector<int64_t>& debug_handles, in getSourceDebugModuleHierarchyInfo()
H A Dimport.cpp307 std::optional<c10::ivalue::TupleElements>&& debug_handles, in parseMethods()
453 std::optional<c10::ivalue::TupleElements> debug_handles; in deserialize() local
/aosp_15_r20/external/executorch/devtools/inspector/
H A D_inspector.py323 debug_handles: Optional[Union[int, Sequence[int]]] = None variable in Event