// // CaffeUtils.hpp // MNNConverter // // Created by MNN on 2019/01/31. // Copyright © 2018, Alibaba Group Holding Limited // #ifndef CAFFEUTILS_HPP #define CAFFEUTILS_HPP #include #include #include #include bool read_proto_from_text(const char* filepath, google::protobuf::Message* message); bool read_proto_from_binary(const char* filepath, google::protobuf::Message* message); #endif // CAFFEUTILS_HPP