Home
last modified time | relevance | path

Searched defs:debug_handle (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_exception.h11 int64_t debug_handle) in BackendRuntimeException()
27 void pushDebugHandle(int64_t debug_handle) { in pushDebugHandle()
40 #define TORCH_DELEGATED_BACKEND_THROW(cond, msg, debug_handle) \ argument
48 #define TORCH_DELEGATED_BACKEND_RETHROW(e, debug_handle) \ argument
H A Dbackend_debug_handler.cpp17 DebugHandleType debug_handle = unique_debug_handle_; in getNextDebugHandle() local
H A Dbackend_detail.cpp54 DebugHandleType debug_handle = debug_info_recorder.getNextDebugHandle(n); in generate_debug_handles() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Ddebug_info.cpp147 int64_t debug_handle = tup_elems[kSourceRangeTagIndex].toInt(); in MobileDebugTable() local
166 const int64_t debug_handle, in getModuleHierarchyInfo()
185 const int64_t debug_handle, in getSourceDebugString()
210 auto debug_handle = *it; in getSourceDebugModuleHierarchyInfo() local
220 for (const auto debug_handle : debug_handles) { in getSourceDebugModuleHierarchyInfo() local
H A Dprofiler_edge.cpp46 std::vector<std::string>& jit_modules) { in KinetoEdgeCPUProfiler()
93 const int64_t debug_handle, in recordBackendEvent()
H A Dprofiler_edge.h95 start_time_us, end_time_us, debug_handle, event_name, backend_name) \ argument
H A Dinterpreter.cpp93 DebugHandle debug_handle = pc; in run() local
H A Dparse_bytecode.cpp161 int64_t debug_handle = debug_handles_list[j]; in parseInstructions() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_backend_compiler_lib.cpp51 int64_t debug_handle{-1}; in parseMethodHandle() local
121 auto debug_handle = val.toTupleRef().elements()[1].toInt(); in execute() local
/aosp_15_r20/external/executorch/runtime/core/
H A Devent_tracer.h95 DebugHandle debug_handle; member
399 void set_chain_debug_handle(ChainID chain_id, DebugHandle debug_handle) { in set_chain_debug_handle()
H A Devent_tracer_hooks.h129 DebugHandle debug_handle) { in EventTracerProfileInstructionScope()
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dcallstack_debug_info_serialization.cpp89 int64_t debug_handle = it.first; in pickle() local
230 int64_t debug_handle = tup_elems[0].toInt(); in unpickle() local
H A Dexport_bytecode.cpp229 int64_t debug_handle = debug_info_recorder.getNextDebugHandle(node); in compileGraphToMobileCode() local
252 BackendDebugInfoRecorder debug_handle; in convertJitFunctionToMobileFunction() local
/aosp_15_r20/external/cronet/base/fuchsia/
H A Dscoped_service_binding_unittest.cc74 fidl::InterfaceHandle<fuchsia::io::Directory> debug_handle; in TEST_F() local
174 fidl::InterfaceHandle<fuchsia::io::Directory> debug_handle; in TEST_F() local
/aosp_15_r20/external/pytorch/test/edge/
H A Devent_tracer_hooks.h61 DebugHandle debug_handle) {}; in EventTracerProfileInstructionScope()
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dtest_backend_with_delegate_mapping.cpp32 long int debug_handle; member
H A Dtest_backend_compiler_lib.cpp33 long int debug_handle; member
/aosp_15_r20/external/executorch/runtime/core/test/
H A Devent_tracer_test.cpp46 DebugHandle debug_handle = kUnsetDebugHandle) override { in start_profiling()
/aosp_15_r20/external/executorch/devtools/etdump/
H A Detdump_flatcc.cpp205 DebugHandle debug_handle) { in start_profiling()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.cpp546 const int64_t debug_handle, in reportBackendEventToActiveKinetoProfiler()