mnn_config.h 405 字节
//
// Created by DefTruth on 2021/10/6.
//

#ifndef LITE_AI_TOOLKIT_MNN_CORE_MNN_CONFIG_H
#define LITE_AI_TOOLKIT_MNN_CORE_MNN_CONFIG_H

#include "mnn_defs.h"
#include "lite/lite.ai.headers.h"

#ifdef ENABLE_MNN
#include "MNN/Interpreter.hpp"
#include "MNN/MNNDefine.h"
#include "MNN/Tensor.hpp"
#include "MNN/ImageProcess.hpp"
#endif

namespace mnncore {}

#endif //LITE_AI_TOOLKIT_MNN_CORE_MNN_CONFIG_H