Home
last modified time | relevance | path

Searched refs:stack_frames (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmanaged_stack_trace.h88 std::vector<StackFrame> stack_frames = in DefinitionLocationMsg() local
92 if (!stack_frames.empty()) { in DefinitionLocationMsg()
93 const StackFrame& last_frame = stack_frames[0]; in DefinitionLocationMsg()
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_stack.cc142 explicit StackTraceWrapper(absl::Span<const StackFrame> stack_frames) in StackTraceWrapper() argument
143 : stack_frames_cache_(std::vector<StackFrame>(stack_frames.begin(), in StackTraceWrapper()
144 stack_frames.end())) {} in StackTraceWrapper()
299 static std::string ToStringHelper(absl::Span<const StackFrame> stack_frames, in ToStringHelper() argument
303 stack_frames, "\n", [&](std::string* out, const StackFrame& frame) { in ToStringHelper()
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback_test.py62 def _verifyStackFrames(self, stack_frames): argument
73 frame for frame in stack_frames if frame[0] == _current_file_full_path])
215 host_name, stack_frames = reader.read_execution_stack_trace(execution)
217 self._verifyStackFrames(stack_frames)
526 _, stack_frames = reader.read_graph_op_creation_stack_trace(op_digest)
527 self._verifyStackFrames(stack_frames)
1156 _, stack_frames = reader.read_execution_stack_trace(execution)
1157 self._verifyStackFrames(stack_frames)
1179 _, stack_frames = reader.read_execution_stack_trace(execution)
1180 self._verifyStackFrames(stack_frames)
H A Ddumping_callback.py258 stack_frames = tf_stack.extract_stack()
261 for file_path, lineno, func, _ in stack_frames:
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dtracelogger.py33 stack_frames = inspect_stack[offset + i]
34 info = inspect.getframeinfo(stack_frames[0])
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py32 stack_frames = inspect_stack[offset + i]
33 info = inspect.getframeinfo(stack_frames[0])
/aosp_15_r20/art/tools/jvmti-agents/ti-alloc-sample/
H A Dti_alloc_sample.cc334 std::unique_ptr<jvmtiFrameInfo[]> stack_frames(new jvmtiFrameInfo[stack_depth_limit]); in logVMObjectAlloc() local
339 stack_frames.get(), in logVMObjectAlloc()
345 record += ";" + formatMethod(jvmti, jni, stack_frames[i].method); in logVMObjectAlloc()
/aosp_15_r20/external/autotest/server/hosts/
H A Dssh_host.py106 stack_frames = inspect.stack()
108 for frame in stack_frames[lowest_frames:highest_frames]:
111 del stack_frames
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dstatus.pb.h476 const ::tensorflow::StackTracePayload_StackFrame& stack_frames(int index) const; in Swap()
479 stack_frames() const; in Swap()
646 inline const ::tensorflow::StackTracePayload_StackFrame& StackTracePayload::stack_frames(int index)… in stack_frames() function
659 StackTracePayload::stack_frames() const { in stack_frames() function
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dstatus.proto21 repeated StackFrame stack_frames = 1; field
/aosp_15_r20/external/googleapis/google/devtools/clouddebugger/v2/
H A Ddebugger.proto172 // the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
191 // The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
H A Ddata.proto365 // The stack at breakpoint time, where stack_frames[0] represents the most
367 repeated StackFrame stack_frames = 7; field
/aosp_15_r20/external/google-cloud-java/java-debugger-client/proto-google-cloud-debugger-client-v2/src/main/proto/google/devtools/clouddebugger/v2/
H A Ddebugger.proto172 // the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
191 // The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
H A Ddata.proto365 // The stack at breakpoint time, where stack_frames[0] represents the most
367 repeated StackFrame stack_frames = 7; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/src/opencensus/proto/trace/v1/
Dtrace.proto380 StackFrames stack_frames = 1; field
387 // `stack_frames` and a value in `stack_trace_hash_id`.
/aosp_15_r20/external/googleapis/google/devtools/cloudtrace/v2/
H A Dtrace.proto348 StackFrames stack_frames = 1; field
/aosp_15_r20/external/google-cloud-java/java-trace/proto-google-cloud-trace-v2/src/main/proto/google/devtools/cloudtrace/v2/
H A Dtrace.proto348 StackFrames stack_frames = 1; field
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_third_party_chromium_descriptor/gen/
Dperfetto_protos_third_party_chromium_descriptor.bin1643 stack_frames ( 2.perfetto.protos.V8StackFrameR stackFrames"�
/aosp_15_r20/external/cronet/base/tracing/protos/
H A Dchrome_track_event.proto1104 repeated V8StackFrame stack_frames = 7; field
/aosp_15_r20/external/perfetto/protos/third_party/chromium/
H A Dchrome_track_event.proto1119 repeated V8StackFrame stack_frames = 7; field