/external/tensorflow/tensorflow/lite/profiling/ |
D | profile_buffer_test.cc | 46 buffer.BeginEvent("hello", ProfileEvent::EventType::DEFAULT, in TEST() 67 buffer.BeginEvent("hello", ProfileEvent::EventType::DEFAULT, in TEST() 90 buffer.BeginEvent(eventNames[i % 4].c_str(), in TEST() 108 buffer.BeginEvent("hello", ProfileEvent::EventType::DEFAULT, in TEST() 114 buffer.BeginEvent("hello", ProfileEvent::EventType::DEFAULT, in TEST()
|
D | buffered_profiler.h | 83 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function 87 return buffer_.BeginEvent(tag, event_type, event_metadata1, in BeginEvent()
|
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 | profiler_test.cc | 65 auto handler = p->BeginEvent( in TEST()
|
D | profile_buffer.h | 72 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | profiler.h | 61 virtual uint32_t BeginEvent(const char* tag, EventType event_type, 65 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function 67 return BeginEvent(tag, event_type, event_metadata, /*event_metadata2*/ 0); in BeginEvent() 110 event_handle_ = profiler_->BeginEvent(tag, event_type, event_metadata); in profiler_() 187 const auto handle = profiler->BeginEvent( \
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_profiler.h | 37 virtual uint32_t BeginEvent(const char* tag); 100 event_handle_ = profiler_->BeginEvent(tag); in ScopedMicroProfiler()
|
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/micro/benchmarks/ |
D | keyword_benchmark.cc | 84 uint32_t event_handle = profiler.BeginEvent("InitializeKeywordRunner"); in main()
|
D | person_detection_benchmark.cc | 82 uint32_t event_handle = profiler.BeginEvent("InitializeBenchmarkRunner"); in main()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | DebugAnnotator11.cpp | 32 mUserDefinedAnnotation->BeginEvent(mWCharMessage); in beginEvent()
|
/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/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 365 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function 369 return profiler_->BeginEvent(tag, event_type, event_metadata1, in BeginEvent()
|
/external/swiftshader/third_party/marl/include/marl/ |
D | trace.h | 124 struct BeginEvent : public Event { struct
|
/external/swiftshader/third_party/marl/src/ |
D | trace.cpp | 106 auto event = new BeginEvent(); in beginEvent()
|