mnn_defs.h
337 字节
//
// Created by DefTruth on 2021/10/6.
//
#ifndef LITE_AI_TOOLKIT_MNN_CORE_MNN_DEFS_H
#define LITE_AI_TOOLKIT_MNN_CORE_MNN_DEFS_H
#include "lite/config.h"
#include "lite/lite.ai.defs.h"
#define LITEMNN_DEBUG 1
#ifdef LITE_WIN32
# ifndef NONMINMAX
# define NONMINMAX
# endif
#endif
#endif //LITE_AI_TOOLKIT_MNN_CORE_MNN_DEFS_H