/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/ |
H A D | backend_exception.h | 11 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 D | backend_debug_handler.cpp | 17 DebugHandleType debug_handle = unique_debug_handle_; in getNextDebugHandle() local
|
H A D | backend_detail.cpp | 54 DebugHandleType debug_handle = debug_info_recorder.getNextDebugHandle(n); in generate_debug_handles() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | debug_info.cpp | 147 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 D | profiler_edge.cpp | 46 std::vector<std::string>& jit_modules) { in KinetoEdgeCPUProfiler() 93 const int64_t debug_handle, in recordBackendEvent()
|
H A D | profiler_edge.h | 95 start_time_us, end_time_us, debug_handle, event_name, backend_name) \ argument
|
H A D | interpreter.cpp | 93 DebugHandle debug_handle = pc; in run() local
|
H A D | parse_bytecode.cpp | 161 int64_t debug_handle = debug_handles_list[j]; in parseInstructions() local
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_backend_compiler_lib.cpp | 51 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 D | event_tracer.h | 95 DebugHandle debug_handle; member 399 void set_chain_debug_handle(ChainID chain_id, DebugHandle debug_handle) { in set_chain_debug_handle()
|
H A D | event_tracer_hooks.h | 129 DebugHandle debug_handle) { in EventTracerProfileInstructionScope()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | callstack_debug_info_serialization.cpp | 89 int64_t debug_handle = it.first; in pickle() local 230 int64_t debug_handle = tup_elems[0].toInt(); in unpickle() local
|
H A D | export_bytecode.cpp | 229 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 D | scoped_service_binding_unittest.cc | 74 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 D | event_tracer_hooks.h | 61 DebugHandle debug_handle) {}; in EventTracerProfileInstructionScope()
|
/aosp_15_r20/external/executorch/runtime/executor/test/ |
H A D | test_backend_with_delegate_mapping.cpp | 32 long int debug_handle; member
|
H A D | test_backend_compiler_lib.cpp | 33 long int debug_handle; member
|
/aosp_15_r20/external/executorch/runtime/core/test/ |
H A D | event_tracer_test.cpp | 46 DebugHandle debug_handle = kUnsetDebugHandle) override { in start_profiling()
|
/aosp_15_r20/external/executorch/devtools/etdump/ |
H A D | etdump_flatcc.cpp | 205 DebugHandle debug_handle) { in start_profiling()
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_kineto.cpp | 546 const int64_t debug_handle, in reportBackendEventToActiveKinetoProfiler()
|