From 90782a8311de6875d6426b96fcfe3c0d1f19521c Mon Sep 17 00:00:00 2001 From: zhangyang Date: Mon, 12 Nov 2018 23:08:15 +0800 Subject: [PATCH] change format --- src/io/paddle_mobile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/paddle_mobile.cpp b/src/io/paddle_mobile.cpp index 1a28373f6a..8e4a72dcad 100644 --- a/src/io/paddle_mobile.cpp +++ b/src/io/paddle_mobile.cpp @@ -147,8 +147,8 @@ double PaddleMobile::GetPredictTime() { } paddle_mobile::operators::math::Gemm gemm; auto time1 = paddle_mobile::time(); -// gemm.Sgemm(m, n, k, static_cast(1), a, lda, b, ldb, -// static_cast(0), c, ldc, false, nullptr); + // gemm.Sgemm(m, n, k, static_cast(1), a, lda, b, ldb, + // static_cast(0), c, ldc, false, nullptr); auto time2 = paddle_mobile::time(); double cost = paddle_mobile::time_diff(time1, time2); paddle_mobile::memory::Free(a); -- GitLab