Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dtrace.h124 struct BeginEvent : public Event { struct
125 Type type() const override { return Type::Begin; } in type()
/aosp_15_r20/external/armnn/src/armnn/
H A DProfiling.cpp205 Event* ProfilerImpl::BeginEvent(armnn::IProfiler* profiler, in BeginEvent() function in armnn::ProfilerImpl
635 Event* IProfiler::BeginEvent(const BackendId& backendId, in BeginEvent() function in armnn::IProfiler
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dnoop_profiler.h32 uint32_t BeginEvent(const char*, EventType, int64_t, int64_t) override { in BeginEvent() function
H A Datrace_profiler.cc61 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::profiling::ATraceProfiler
H A Dbuffered_profiler.h89 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
H A Droot_profiler.cc35 uint32_t RootProfiler::BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::profiling::RootProfiler
H A Dprofile_buffer.h80 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/telemetry/
H A Dprofiler.cc68 uint32_t TelemetryProfiler::BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::TelemetryProfiler
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_with_source.h42 void BeginEvent(NetLogEventType type, in BeginEvent() function
H A Dnet_log_with_source.cc111 void NetLogWithSource::BeginEvent(NetLogEventType type) const { in BeginEvent() function in net::NetLogWithSource
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dtelemetry_test.cc54 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::delegates::__anon256d5fb30111::DelegateProfiler
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dprofiler.h78 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator.cc100 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function in tflite::acceleration::__anon045036fe0111::ValidatorProfiler
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h451 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() function
/aosp_15_r20/build/blueprint/
H A Dcontext.go4887 func (c *Context) BeginEvent(name string) { func