diff --git a/src/common/io.cpp b/src/common/io.cpp index 4f9309aa108ad8de5eae31c0907fea4e35e9753d..fc1466237e938a9ded5862d6cc3c7597766197e4 100644 --- a/src/common/io.cpp +++ b/src/common/io.cpp @@ -176,11 +176,11 @@ const framework::Program Loader::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 originProgramDesc = std::make_shared(c_program);