/external/pytorch/torch/csrc/jit/runtime/interpreter/ |
D | frame.h | 17 struct Frame { struct 18 std::shared_ptr<CodeImpl> function; 21 size_t pc; 26 size_t base_pointer; 29 std::optional<size_t> id; 32 std::unique_ptr<at::RecordFunction> record_function; 35 ShapeSymbolTable symbols2dims;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | placer_inspection_required_ops_utils.h | 100 struct Frame { struct 101 Frame(const string& function, const Node* node) in Frame() argument 120 std::vector<Frame> frames_; argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | traceback.h | 58 struct Frame { struct 66 std::vector<Frame> Frames() const; argument
|
/external/cronet/stable/base/profiler/ |
D | frame.h | 16 struct BASE_EXPORT Frame { struct 26 uintptr_t instruction_pointer; 29 raw_ptr<const ModuleCache::Module, DanglingUntriaged> module; 33 std::string function_name;
|
D | frame.cc | 9 Frame::Frame(uintptr_t instruction_pointer, const ModuleCache::Module* module) in Frame() function in base::Frame 12 Frame::Frame(uintptr_t instruction_pointer, in Frame() function in base::Frame
|
/external/cronet/tot/base/profiler/ |
D | frame.h | 16 struct BASE_EXPORT Frame { struct 26 uintptr_t instruction_pointer; 29 raw_ptr<const ModuleCache::Module, DanglingUntriaged> module; 33 std::string function_name;
|
D | frame.cc | 9 Frame::Frame(uintptr_t instruction_pointer, const ModuleCache::Module* module) in Frame() function in base::Frame 12 Frame::Frame(uintptr_t instruction_pointer, in Frame() function in base::Frame
|
/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/ |
D | perfetto_sql_preprocessor.cc | 72 struct Frame { struct 73 struct Root {}; 74 struct Rewrite { 80 struct Append { 83 using Type = std::variant<Root, Rewrite, Append>; 84 struct ActiveMacro { 92 enum VariableHandling { kLookup, kLookupOrIgnore, kIgnore }; 94 explicit Frame(Type _type, in Frame() argument 109 Type type; 110 VariableHandling var_handling; [all …]
|
/external/pytorch/torch/csrc/profiler/unwind/ |
D | unwind.h | 13 struct Frame { struct 27 TORCH_API std::vector<Frame> symbolize( argument
|
/external/perfetto/src/profiling/common/ |
D | callstack_trie.h | 60 struct Frame { struct 61 Frame(Interned<Mapping> m, Interned<std::string> fn_name, uint64_t pc) in Frame() argument 67 bool operator<(const Frame& other) const { argument
|
/external/skia/include/android/ |
D | SkAnimatedImage.h | 131 struct Frame { struct 148 Frame(); argument
|
/external/skia/include/encode/ |
D | SkEncoder.h | 28 struct SK_API Frame { struct 32 SkPixmap pixmap; 36 int duration;
|
/external/tensorflow/tensorflow/core/graph/ |
D | control_flow.cc | 29 struct Frame { struct 30 string name; 33 Frame* parent = nullptr; 37 const Node* loop_cond = nullptr;
|
/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/ |
D | frame.rs | 208 pub struct Frame { struct 209 header: FrameHeader, argument 213 impl Frame { argument 312 pub fn message(data: Vec<u8>, opcode: OpCode, is_final: bool) -> Frame { in message() 320 pub fn pong(data: Vec<u8>) -> Frame { in pong() 332 pub fn ping(data: Vec<u8>) -> Frame { in ping() 344 pub fn close(msg: Option<CloseFrame>) -> Frame { in close() 371 impl fmt::Display for Frame { implementation
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
D | MemProf.h | 142 struct Frame { struct 146 // The symbol name for the function. Only populated in the Frame by the reader argument 155 bool IsInlineFrame; argument 157 Frame(const Frame &Other) { in Frame() argument 165 Frame(uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame() argument 204 static Frame deserialize(const unsigned char *Ptr) { in deserialize() argument 217 return sizeof(Frame::Function) + sizeof(Frame::LineOffset) + in serializedSize() argument 228 << " Inline: " << IsInlineFrame << "\n"; in printYAML() argument 234 inline FrameId hash() const { in hash() argument
|
/external/perfetto/src/trace_processor/importers/instruments/ |
D | row.h | 42 struct Frame { struct 60 std::vector<BacktraceFrameId> frames; argument
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Frame.java | 29 public class Frame{ class 55 public Frame(final int maxLocals, final int maxStack) { in Frame() method in Frame 63 public Frame(final LocalVariables locals, final OperandStack stack) { in Frame() method in Frame
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | frame_test.cc | 117 TEST(Frame, Serialization) { in TEST() argument 168 TEST(Frame, Parse) { in TEST() argument 221 TEST(Frame, ParsePadded) { in TEST() argument 240 TEST(Frame, UnknownIgnored) { in TEST() argument 251 TEST(Frame, ParseRejects) { in TEST() argument
|
/external/perfetto/src/trace_redaction/ |
D | collect_frame_cookies.cc | 35 struct Frame { struct 36 uint32_t id; 37 uint32_t pid; 38 uint32_t cookie;
|
/external/rust/android-crates-io/crates/h2/src/frame/ |
D | mod.rs | 80 pub enum Frame<T = Bytes> { enum 92 impl<T> Frame<T> { impl 113 impl<T> fmt::Debug for Frame<T> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/ |
D | literal_trie.rs | 303 struct Frame<'a> { struct 322 impl<'a> Frame<'a> { argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/nfa/thompson/ |
D | literal_trie.rs | 303 struct Frame<'a> { struct 322 impl<'a> Frame<'a> { argument
|
/external/pigweed/pw_hdlc/ |
D | decoder_test.cc | 31 TEST(Frame, Fields) { in TEST() argument 46 TEST(Frame, MultibyteAddress) { in TEST() argument 61 TEST(Frame, MultibyteAddressTooLong) { in TEST() argument 76 [](const Result<Frame>&) { FAIL(); }); in TEST()
|
/external/webp/src/demux/ |
D | demux.c | 43 typedef struct Frame { struct 53 struct Frame* next_; argument 54 } Frame; typedef
|
/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/ |
D | Frame.java | 21 public class Frame { class 46 private Frame(long address, byte control, ByteBuffer payload) { in Frame() method in Frame
|