Searched refs:GetDetailedReport (Results 1 – 3 of 3) sorted by relevance
49 std::string GetDetailedReport() const;
31 std::string ProfilingInfo::GetDetailedReport() const { in GetDetailedReport() function in tflite::gpu::ProfilingInfo
58 std::cout << profiling_info.GetDetailedReport() << std::endl; in RunModelSample()