Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_buffer.h33 struct ProfileEvent { struct
37 using EventType = tflite::Profiler::EventType;
40 std::string tag;
42 uint64_t begin_timestamp_us;
44 uint64_t end_timestamp_us;
47 memory::MemoryUsage begin_mem_usage;
72 uint32_t BeginEvent(const char* tag, ProfileEvent::EventType event_type, in BeginEvent() argument