Searched refs:benchmark_fn (Results 1 – 2 of 2) sorted by relevance
/external/XNNPACK/bench/ |
D | end2end.h | 12 #define BENCHMARK_FP32_END2END(benchmark_fn) \ argument 13 …BENCHMARK_CAPTURE(benchmark_fn, mobilenet_v1, models::FP32MobileNetV1)->Unit(benchmark::kMicroseco… 14 …BENCHMARK_CAPTURE(benchmark_fn, mobilenet_v2, models::FP32MobileNetV2)->Unit(benchmark::kMicroseco… 15 …BENCHMARK_CAPTURE(benchmark_fn, mobilenet_v3_large, models::FP32MobileNetV3Large)->Unit(benchmark:… 16 …BENCHMARK_CAPTURE(benchmark_fn, mobilenet_v3_small, models::FP32MobileNetV3Small)->Unit(benchmark:… 18 #define BENCHMARK_QS8_END2END(benchmark_fn) \ argument 19 …BENCHMARK_CAPTURE(benchmark_fn, mobilenet_v1, models::QS8MobileNetV1)->Unit(benchmark::kMicrosecon… 20 …BENCHMARK_CAPTURE(benchmark_fn, mobilenet_v2, models::QS8MobileNetV2)->Unit(benchmark::kMicrosecon…
|
/external/tensorflow/tensorflow/python/eager/ |
D | benchmarks_test.py | 1383 def benchmark_fn(): function 1405 self._run(benchmark_fn, 10)
|