Lines Matching refs:gemmlowp
44 namespace gemmlowp { namespace
167 gemmlowp::RegisterCurrentThreadForProfiling(); in benchmark()
168 gemmlowp::StartProfiling(); in benchmark()
188 gemmlowp::FinishProfiling(); in benchmark()
214 gemmlowp::RegisterCurrentThreadForProfiling(); in benchmark_gemm_sizes()
215 gemmlowp::StartProfiling(); in benchmark_gemm_sizes()
225 gemmlowp::FinishProfiling(); in benchmark_gemm_sizes()
330 gemmlowp::GemmContext context; in benchmark_all()
332 gemmlowp::benchmark_small_model(&context); in benchmark_all()
336 gemmlowp::GemmContext context; in benchmark_all()
338 gemmlowp::benchmark_googlenet(&context); in benchmark_all()
342 gemmlowp::GemmContext context; in benchmark_all()
345 gemmlowp::benchmark(&context); in benchmark_all()
349 gemmlowp::GemmContext context; in benchmark_all()
352 gemmlowp::benchmark(&context); in benchmark_all()
360 int main() { gemmlowp::benchmark_all(); } in main()