Searched defs:BeginEvent (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_profiler.cc | 25 uint32_t MicroProfiler::BeginEvent(const char* tag) { in BeginEvent() function in tflite::MicroProfiler
|
D | micro_interpreter_test.cc | 37 uint32_t BeginEvent(const char* tag) override { in BeginEvent() function in tflite::__anon6980fc220111::MockProfiler
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | noop_profiler.h | 32 uint32_t BeginEvent(const char*, EventType, int64_t, int64_t) override { in BeginEvent() function
|
D | atrace_profiler.cc | 62 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::profiling::ATraceProfiler
|
D | buffered_profiler.h | 83 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
|
D | profile_buffer.h | 72 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | telemetry_test.cc | 53 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::delegates::__anon0bc3cf440111::DelegateProfiler
|
/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()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | profiler.h | 65 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 365 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
|