Searched refs:TfLiteBenchmarkInt64Stat (Results 1 – 3 of 3) sorted by relevance
40 typedef struct TfLiteBenchmarkInt64Stat { struct52 } TfLiteBenchmarkInt64Stat; argument59 extern TfLiteBenchmarkInt64Stat63 extern TfLiteBenchmarkInt64Stat TfLiteBenchmarkResultsGetWarmupTimeMicroseconds(
33 TfLiteBenchmarkInt64Stat ConvertStat(const tensorflow::Stat<int64_t>& stat) { in ConvertStat()41 TfLiteBenchmarkInt64Stat TfLiteBenchmarkResultsGetInferenceTimeMicroseconds( in TfLiteBenchmarkResultsGetInferenceTimeMicroseconds()46 TfLiteBenchmarkInt64Stat TfLiteBenchmarkResultsGetWarmupTimeMicroseconds( in TfLiteBenchmarkResultsGetWarmupTimeMicroseconds()
81 void OutputMicrosecondsStatToStream(const TfLiteBenchmarkInt64Stat& time_us,95 TfLiteBenchmarkInt64Stat inference = TfLiteBenchmarkResultsGetInferenceTimeMicroseconds(results);96 TfLiteBenchmarkInt64Stat warmup = TfLiteBenchmarkResultsGetWarmupTimeMicroseconds(results);