Jiale/test2_ort/lite/lite.h

14 lines
276 B
C
Raw Normal View History

2024-05-15 18:06:07 +08:00
//
// Created by DefTruth on 2021/3/14.
//
#ifndef LITE_AI_LITE_H
#define LITE_AI_LITE_H
#include "types.h"
#include "utils.h"
#include "models.h"
#include "pipeline.h" # 包括复杂的逻辑结构的demo, 但是作者没实现,就不看了。
#endif //LITE_AI_LITE_H