Searched defs:BeginEvent (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/profiling/ |
D | noop_profiler.h | 32 uint32_t BeginEvent(const char*, EventType, uint32_t, uint32_t) override { in BeginEvent() function
|
D | buffered_profiler.h | 80 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
|
D | profile_buffer.h | 71 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 330 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/ |
D | profiler.h | 48 virtual uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
|
/external/swiftshader/third_party/marl/include/marl/ |
D | trace.h | 124 struct BeginEvent : public Event { struct 125 Type type() const override { return Type::Begin; } in type()
|