tnn_defs.h
338 字节
//
// Created by DefTruth on 2021/10/17.
//
#ifndef LITE_AI_TOOLKIT_TNN_CORE_TNN_DEFS_H
#define LITE_AI_TOOLKIT_TNN_CORE_TNN_DEFS_H
#include "lite/config.h"
#include "lite/lite.ai.defs.h"
#define LITETNN_DEBUG 1
#ifdef LITE_WIN32
# ifndef NONMINMAX
# define NONMINMAX
# endif
#endif
#endif //LITE_AI_TOOLKIT_TNN_CORE_TNN_DEFS_H