From 3c5749fed6482a34ea31f72e1ba792acedb7b327 Mon Sep 17 00:00:00 2001 From: liuruilong Date: Sat, 26 May 2018 16:03:28 +0800 Subject: [PATCH] format files --- test/test_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_helper.h b/test/test_helper.h index 3f298c5908..58a7507f1b 100644 --- a/test/test_helper.h +++ b/test/test_helper.h @@ -62,9 +62,9 @@ void GetInput(const std::string &input_name, std::vector *input, } template -void GetInput(const std::string &input_name, paddle_mobile::framework::Tensor *input, +void GetInput(const std::string &input_name, + paddle_mobile::framework::Tensor *input, paddle_mobile::framework::DDim dims) { - T *input_ptr = input->mutable_data(dims); std::ifstream in(input_name, std::ios::in | std::ios::binary); -- GitLab