Lines Matching refs:gemmlowp
40 namespace gemmlowp { namespace
175 gemmlowp::RegisterCurrentThreadForProfiling(); in benchmark()
176 gemmlowp::StartProfiling(); in benchmark()
196 gemmlowp::FinishProfiling(); in benchmark()
222 gemmlowp::RegisterCurrentThreadForProfiling(); in benchmark_gemm_sizes()
223 gemmlowp::StartProfiling(); in benchmark_gemm_sizes()
233 gemmlowp::FinishProfiling(); in benchmark_gemm_sizes()
338 gemmlowp::GemmContext context; in benchmark_all()
340 gemmlowp::benchmark_small_model(&context); in benchmark_all()
344 gemmlowp::GemmContext context; in benchmark_all()
346 gemmlowp::benchmark_googlenet(&context); in benchmark_all()
350 gemmlowp::GemmContext context; in benchmark_all()
353 gemmlowp::benchmark(&context); in benchmark_all()
357 gemmlowp::GemmContext context; in benchmark_all()
360 gemmlowp::benchmark(&context); in benchmark_all()
368 int main() { gemmlowp::benchmark_all(); } in main()