Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
H A Dbenchmark_c_api.h40 typedef struct TfLiteBenchmarkInt64Stat { struct
52 } TfLiteBenchmarkInt64Stat; argument
59 extern TfLiteBenchmarkInt64Stat
63 extern TfLiteBenchmarkInt64Stat TfLiteBenchmarkResultsGetWarmupTimeMicroseconds(
H A Dbenchmark_c_api.cc33 TfLiteBenchmarkInt64Stat ConvertStat(const tensorflow::Stat<int64_t>& stat) { in ConvertStat()
41 TfLiteBenchmarkInt64Stat TfLiteBenchmarkResultsGetInferenceTimeMicroseconds( in TfLiteBenchmarkResultsGetInferenceTimeMicroseconds()
46 TfLiteBenchmarkInt64Stat TfLiteBenchmarkResultsGetWarmupTimeMicroseconds( in TfLiteBenchmarkResultsGetWarmupTimeMicroseconds()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/
H A DBenchmarkViewController.mm81 void OutputMicrosecondsStatToStream(const TfLiteBenchmarkInt64Stat& time_us,
95 TfLiteBenchmarkInt64Stat inference = TfLiteBenchmarkResultsGetInferenceTimeMicroseconds(results);
96 TfLiteBenchmarkInt64Stat warmup = TfLiteBenchmarkResultsGetWarmupTimeMicroseconds(results);