• 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      ],
18      "feature": [ "mindspore_feature_nnrt_metagraph = false" ],
19      "adapted_system_type": [
20        "standard"
21      ],
22      "rom": "",
23      "ram": "",
24      "deps": {
25        "components": [
26          "c_utils",
27          "hilog",
28          "hdf_core",
29          "ipc",
30          "neural_network_runtime",
31          "neural_network_runtime_ext",
32          "drivers_interface_nnrt",
33          "ability_runtime",
34          "napi",
35          "resource_management",
36          "bounds_checking_function"
37        ],
38        "third_party": [
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        "test": [
61        ]
62      }
63    }
64  }
65