tnn_config.h 482 字节
//
// Created by DefTruth on 2021/10/17.
//

#ifndef LITE_AI_TOOLKIT_TNN_CORE_TNN_CONFIG_H
#define LITE_AI_TOOLKIT_TNN_CORE_TNN_CONFIG_H

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

#ifdef ENABLE_TNN
#include "tnn/core/macro.h"
#include "tnn/core/tnn.h"
#include "tnn/core/mat.h"
#include "tnn/utils/blob_converter.h"
#include "tnn/utils/mat_utils.h"
#include "tnn/utils/dims_vector_utils.h"
#endif

namespace tnncore {}

#endif //LITE_AI_TOOLKIT_TNN_CORE_TNN_CONFIG_H