// // Copyright (c) 2017 XiaoMi All rights reserved. // Generated by the mace converter. DO NOT EDIT! // #include #include "mace/public/mace.h" namespace mace { namespace {{tag}} { extern const unsigned char *LoadModelData(const char *model_data_file); extern void UnloadModelData(const unsigned char *model_data); extern NetDef CreateNet(const unsigned char *model_data); extern const std::string ModelChecksum(); } // namespace {{ tag }} } // namespace mace