提交 6141d15b 编写于 作者: W wangliu

commit io files

上级 2ba673d8
......@@ -176,11 +176,11 @@ const framework::Program<Dtype, P> Loader<Dtype, P>::Load(
c_program = paddle_mobile__framework__proto__program_desc__unpack(
NULL, read_size, buf);
//
//
PADDLE_MOBILE_ENFORCE(c_program != NULL, "program is null");
//
//
DLOG << "n_ops: " << (*c_program->blocks)->n_ops;
//
//
std::shared_ptr<framework::ProgramDesc> originProgramDesc =
std::make_shared<framework::ProgramDesc>(c_program);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册