Searched refs:profile_events (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler_test.cc | 54 auto profile_events = profiler.GetProfileEvents(); in TEST() local 55 EXPECT_EQ(0, profile_events.size()); in TEST() 68 auto profile_events = profiler.GetProfileEvents(); in TEST() local 69 EXPECT_EQ(0, profile_events.size()); in TEST() 77 auto profile_events = profiler.GetProfileEvents(); in TEST() local 89 ASSERT_EQ(5, profile_events.size()); in TEST() 90 EXPECT_EQ("Parent", profile_events[0]->tag); in TEST() 91 EXPECT_EQ("Child", profile_events[1]->tag); in TEST() 92 EXPECT_EQ("SleepForQuarter", profile_events[2]->tag); in TEST() 93 EXPECT_EQ("Child", profile_events[3]->tag); in TEST() [all …]
|
D | buffered_profiler.h | 117 std::vector<const ProfileEvent*> profile_events; in GetProfileEvents() local 118 profile_events.reserve(buffer_.Size()); in GetProfileEvents() 120 profile_events.push_back(buffer_.At(i)); in GetProfileEvents() 122 return profile_events; in GetProfileEvents()
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | profiling_listener.cc | 50 auto profile_events = profiler_.GetProfileEvents(); in OnBenchmarkStart() local 51 init_summarizer_.ProcessProfiles(profile_events, *interpreter_); in OnBenchmarkStart() 64 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd() local 65 run_summarizer_.ProcessProfiles(profile_events, *interpreter_); in OnSingleRunEnd()
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | label_image.cc | 343 auto profile_events = profiler->GetProfileEvents(); in RunInference() local 344 for (int i = 0; i < profile_events.size(); i++) { in RunInference() 345 auto subgraph_index = profile_events[i]->extra_event_metadata; in RunInference() 346 auto op_index = profile_events[i]->event_metadata; in RunInference() 351 PrintProfilingInfo(profile_events[i], subgraph_index, op_index, in RunInference()
|
/external/cronet/build/android/ |
D | apk_operations.py | 1846 self.args.profile_events, extra_args)
|
/external/angle/build/android/ |
D | apk_operations.py | 1845 self.args.profile_events, extra_args)
|