ncnn_defs.h
345 字节
//
// Created by DefTruth on 2021/10/7.
//
#ifndef LITE_AI_TOOLKIT_NCNN_CORE_NCNN_DEFS_H
#define LITE_AI_TOOLKIT_NCNN_CORE_NCNN_DEFS_H
#include "lite/config.h"
#include "lite/lite.ai.defs.h"
#define LITENCNN_DEBUG 1
#ifdef LITE_WIN32
# ifndef NONMINMAX
# define NONMINMAX
# endif
#endif
#endif //LITE_AI_TOOLKIT_NCNN_CORE_NCNN_DEFS_H