Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/backends/
Dbackend_debug_handler.h127 int64_t getNextDebugHandle(const Node* node);
Dbackend_debug_handler.cpp10 int64_t BackendDebugInfoRecorder::getNextDebugHandle(const Node* node) { in getNextDebugHandle() function in torch::jit::BackendDebugInfoRecorder
Dbackend_detail.cpp54 DebugHandleType debug_handle = debug_info_recorder.getNextDebugHandle(n); in generate_debug_handles()
/external/pytorch/test/cpp/jit/
Dtest_cs_debug_info_serialization.cpp122 debug_info_recorder.getNextDebugHandle(n); in TEST()
/external/pytorch/torch/csrc/jit/serialization/
Dexport_bytecode.cpp229 int64_t debug_handle = debug_info_recorder.getNextDebugHandle(node); in compileGraphToMobileCode()