Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_buffer_test.cc44 auto event_handle = buffer.BeginEvent( in TEST()
66 buffer.BeginEvent(eventNames[i % 4].c_str(), in TEST()
83 auto event_handle = buffer.BeginEvent( in TEST()
88 event_handle = buffer.BeginEvent("hello", ProfileEvent::EventType::DEFAULT, in TEST()
Dprofiler.h112 buffer_->BeginEvent(tag, ProfileEvent::EventType::DEFAULT, 0); in ScopedProfile()
135 event_handle_ = buffer_->BeginEvent( in ScopedOperatorProfile()
Dprofile_buffer.h75 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() function