Home
last modified time | relevance | path

Searched refs:AddEventWithData (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Droot_profiler_test.cc50 MOCK_METHOD(void, AddEventWithData,
69 EXPECT_CALL(*mock, AddEventWithData(kTag, Profiler::EventType::DEFAULT, _)); in TEST()
75 root.AddEventWithData(kTag, Profiler::EventType::DEFAULT, nullptr); in TEST()
Droot_profiler.cc94 void RootProfiler::AddEventWithData(const char* tag, EventType event_type, in AddEventWithData() function in tflite::profiling::RootProfiler
97 profiler->AddEventWithData(tag, event_type, data); in AddEventWithData()
Droot_profiler.h87 void AddEventWithData(const char* tag, EventType event_type,
/external/tensorflow/tensorflow/lite/experimental/telemetry/
Dprofiler.cc51 void TelemetryProfiler::AddEventWithData(const char* tag, EventType event_type, in AddEventWithData() function in tflite::TelemetryProfiler
Dprofiler.h87 void AddEventWithData(const char* tag, EventType event_type,
/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h122 virtual void AddEventWithData(const char* tag, EventType event_type, in AddEventWithData() function