Home
last modified time | relevance | path

Searched refs:BeginEvent (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_buffer_test.cc46 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()
Dbuffered_profiler.h83 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
87 return buffer_.BeginEvent(tag, event_type, event_metadata1, in BeginEvent()
Dnoop_profiler.h32 uint32_t BeginEvent(const char*, EventType, int64_t, int64_t) override { in BeginEvent() function
Datrace_profiler.cc62 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::profiling::ATraceProfiler
Dprofiler_test.cc65 auto handler = p->BeginEvent( in TEST()
Dprofile_buffer.h72 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function
/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h61 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/
Dmicro_profiler.h37 virtual uint32_t BeginEvent(const char* tag);
100 event_handle_ = profiler_->BeginEvent(tag); in ScopedMicroProfiler()
Dmicro_profiler.cc25 uint32_t MicroProfiler::BeginEvent(const char* tag) { in BeginEvent() function in tflite::MicroProfiler
Dmicro_interpreter_test.cc37 uint32_t BeginEvent(const char* tag) override { in BeginEvent() function in tflite::__anon8381e49b0111::MockProfiler
/external/tensorflow/tensorflow/lite/micro/benchmarks/
Dkeyword_benchmark.cc84 uint32_t event_handle = profiler.BeginEvent("InitializeKeywordRunner"); in main()
Dperson_detection_benchmark.cc82 uint32_t event_handle = profiler.BeginEvent("InitializeBenchmarkRunner"); in main()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DDebugAnnotator11.cpp32 mUserDefinedAnnotation->BeginEvent(mWCharMessage); in beginEvent()
/external/tensorflow/tensorflow/lite/delegates/
Dtelemetry_test.cc53 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::delegates::__anoncd99633d0111::DelegateProfiler
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h365 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/
Dtrace.h124 struct BeginEvent : public Event { struct
/external/swiftshader/third_party/marl/src/
Dtrace.cpp106 auto event = new BeginEvent(); in beginEvent()