Searched refs:AddEventWithData (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/profiling/ |
D | root_profiler_test.cc | 50 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()
|
D | root_profiler.cc | 94 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()
|
D | root_profiler.h | 87 void AddEventWithData(const char* tag, EventType event_type,
|
/external/tensorflow/tensorflow/lite/experimental/telemetry/ |
D | profiler.cc | 51 void TelemetryProfiler::AddEventWithData(const char* tag, EventType event_type, in AddEventWithData() function in tflite::TelemetryProfiler
|
D | profiler.h | 87 void AddEventWithData(const char* tag, EventType event_type,
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | profiler.h | 122 virtual void AddEventWithData(const char* tag, EventType event_type, in AddEventWithData() function
|