提交 3c5749fe 编写于 作者: L liuruilong

format files

上级 f32e2164
......@@ -62,9 +62,9 @@ void GetInput(const std::string &input_name, std::vector<T> *input,
}
template <typename T>
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<T>(dims);
std::ifstream in(input_name, std::ios::in | std::ios::binary);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册