aboutsummaryrefslogtreecommitdiff
path: root/ports/mnn/vcpkg.json
blob: 27676e8630fd49acef2c2d24508425c9a8e661d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "mnn",
  "version": "1.1.0",
  "port-version": 1,
  "description": "MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba",
  "homepage": "https://www.mnn.zone/",
  "license": "Apache-2.0",
  "supports": "!(arm | uwp | ios | android)",
  "dependencies": [
    "flatbuffers",
    {
      "name": "flatbuffers",
      "host": true
    },
    "rapidjson",
    "stb"
  ],
  "features": {
    "cuda": {
      "description": "Enable CUDA API backend",
      "dependencies": [
        "cuda",
        "cudnn"
      ]
    },
    "metal": {
      "description": "Enable Metal API backend for Apple platforms"
    },
    "opencl": {
      "description": "Enable OpenCL API backend",
      "dependencies": [
        "opencl"
      ]
    },
    "test": {
      "description": "Build MNN test programs"
    },
    "tools": {
      "description": "Build MNN tools",
      "dependencies": [
        "protobuf"
      ]
    },
    "vulkan": {
      "description": "Enable Vulkan API backend",
      "dependencies": [
        "vulkan"
      ]
    }
  }
}