• 此项目
    • 正在载入...
  • Sign in

xuning / xlite-dev-rvm-windows

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • xlite-dev-rvm-windows
  • lite.ai.toolkit
  • include
  • lite
  • config.h
  • i'ni'tea · 3a0d5b4b
    3a0d5b4b Browse File
    ningwebbeginner authored 2025-04-03 10:04:00 +0800
config.h 335 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef LITE_AI_CONFIG_H
#define LITE_AI_CONFIG_H

#define ENABLE_ONNXRUNTIME
#define ENABLE_MNN
#define ENABLE_NCNN
#define ENABLE_TNN
/* #undef ENABLE_ONNXRUNTIME_CUDA */
#define ENABLE_OPENCV_VIDEOIO
#define BACKEND_ONNXRUNTIME
/* #undef BACKEND_MNN */
/* #undef BACKEND_NCNN */
/* #undef BACKEND_TNN */

#endif //LITE_AI_CONFIG_H