ncnn_config.h
344 字节
//
// Created by DefTruth on 2021/10/7.
//
#ifndef LITE_AI_TOOLKIT_NCNN_CORE_NCNN_CONFIG_H
#define LITE_AI_TOOLKIT_NCNN_CORE_NCNN_CONFIG_H
#include "ncnn_defs.h"
#include "lite/lite.ai.headers.h"
#ifdef ENABLE_NCNN
#include "ncnn/net.h"
#include "ncnn/layer.h"
#endif
namespace ncnncore {}
#endif //LITE_AI_TOOLKIT_NCNN_CORE_NCNN_CONFIG_H