Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dprofiling_info.cc23 absl::Duration ProfilingInfo::GetTotalTime() const { in GetTotalTime() function in tflite::gpu::ProfilingInfo
64 std::to_string(absl::ToDoubleMilliseconds(GetTotalTime())) + "\n"; in GetDetailedReport()
Dprofiling_info.h35 absl::Duration GetTotalTime() const;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dperformance_profiling.cc65 profiling_info.GetTotalTime()))); in RunModelSample()