• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/mindspore",
3    "description": "AI Framework.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "pubiishAs": "code-segment",
7    "segment": {
8      "destPath": "third_party/mindspore"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "mindspore",
14      "subsystem": "thirdparty",
15      "syscap": [
16        "SystemCapability.Ai.MindSpore",
17        "SystemCapability.AI.MindSporeLite"
18      ],
19      "features": [ "mindspore_feature_nnrt_metagraph" ],
20      "adapted_system_type": [
21        "standard"
22      ],
23      "rom": "",
24      "ram": "",
25      "deps": {
26        "components": [
27          "c_utils",
28          "hilog",
29          "hiappevent",
30          "hdf_core",
31          "ipc",
32          "neural_network_runtime",
33          "drivers_interface_nnrt",
34          "ability_runtime",
35          "napi",
36          "resource_management",
37          "bounds_checking_function",
38          "flatbuffers"
39        ]
40      },
41      "build": {
42        "sub_component": [
43          "//third_party/mindspore/:mindspore-all"
44        ],
45        "inner_kits": [
46          {
47            "name": "//third_party/mindspore:mindir",
48            "header": {
49              "header_files": [
50                "mindir_lite_graph.h",
51                "mindir_primitive.h",
52                "mindir_tensor.h",
53                "mindir_types.h",
54                "mindir.h"
55              ],
56              "header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include"
57            }
58          },
59          {
60            "name": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir:mindir_lib",
61            "header": {
62              "header_files": [
63                "mindir_lite_graph.h",
64                "mindir_primitive.h",
65                "mindir_tensor.h",
66                "mindir_types.h",
67                "mindir.h"
68              ],
69              "header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include"
70            }
71          },
72          {
73            "name": "//third_party/mindspore/:mindspore-ndk",
74            "header": {
75              "header_files": [
76                "context_c.h",
77                "data_type_c.h",
78                "format_c.h",
79                "model_c.h",
80                "status_c.h",
81                "tensor_c.h",
82                "types_c.h"
83              ],
84              "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
85            }
86          },
87          {
88            "name": "//third_party/mindspore/mindspore-src/source/mindspore/lite:mindspore_ndk",
89            "header": {
90              "header_files": [
91                "context_c.h",
92                "data_type_c.h",
93                "format_c.h",
94                "model_c.h",
95                "status_c.h",
96                "tensor_c.h",
97                "types_c.h"
98              ],
99              "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
100            }
101          },
102          {
103            "name": "//third_party/mindspore/mindspore-src/source/mindspore/lite/:mindspore_lib",
104            "header": {
105              "header_files": [],
106              "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
107            }
108          }
109        ],
110        "test": [
111          "//third_party/mindspore:mindspore-test"
112        ]
113      }
114    }
115  }
116