Home
last modified time | relevance | path

Searched defs:BeginEvent (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dnoop_profiler.h32 uint32_t BeginEvent(const char*, EventType, uint32_t, uint32_t) override { in BeginEvent() function
Dbuffered_profiler.h80 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
Dprofile_buffer.h71 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h330 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
338 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h48 virtual uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
/external/swiftshader/third_party/marl/include/marl/
Dtrace.h124 struct BeginEvent : public Event { struct
125 Type type() const override { return Type::Begin; } in type()