Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 25 of 216) sorted by relevance

123456789

/external/pytorch/torch/csrc/jit/runtime/interpreter/
Dframe.h17 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/
Dplacer_inspection_required_ops_utils.h100 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/
Dtraceback.h58 struct Frame { struct
66 std::vector<Frame> Frames() const; argument
/external/cronet/stable/base/profiler/
Dframe.h16 struct BASE_EXPORT Frame { struct
26 uintptr_t instruction_pointer;
29 raw_ptr<const ModuleCache::Module, DanglingUntriaged> module;
33 std::string function_name;
Dframe.cc9 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/
Dframe.h16 struct BASE_EXPORT Frame { struct
26 uintptr_t instruction_pointer;
29 raw_ptr<const ModuleCache::Module, DanglingUntriaged> module;
33 std::string function_name;
Dframe.cc9 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/
Dperfetto_sql_preprocessor.cc72 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/
Dunwind.h13 struct Frame { struct
27 TORCH_API std::vector<Frame> symbolize( argument
/external/perfetto/src/profiling/common/
Dcallstack_trie.h60 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/
DSkAnimatedImage.h131 struct Frame { struct
148 Frame(); argument
/external/skia/include/encode/
DSkEncoder.h28 struct SK_API Frame { struct
32 SkPixmap pixmap;
36 int duration;
/external/tensorflow/tensorflow/core/graph/
Dcontrol_flow.cc29 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/
Dframe.rs208 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/
DMemProf.h142 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/
Drow.h42 struct Frame { struct
60 std::vector<BacktraceFrameId> frames; argument
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DFrame.java29 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/
Dframe_test.cc117 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/
Dcollect_frame_cookies.cc35 struct Frame { struct
36 uint32_t id;
37 uint32_t pid;
38 uint32_t cookie;
/external/rust/android-crates-io/crates/h2/src/frame/
Dmod.rs80 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/
Dliteral_trie.rs303 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/
Dliteral_trie.rs303 struct Frame<'a> { struct
322 impl<'a> Frame<'a> { argument
/external/pigweed/pw_hdlc/
Ddecoder_test.cc31 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/
Ddemux.c43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
DFrame.java21 public class Frame { class
46 private Frame(long address, byte control, ByteBuffer payload) { in Frame() method in Frame

123456789