• 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        ],
39        "third_party": [
40          "flatbuffers"
41        ]
42      },
43      "build": {
44        "sub_component": [
45          "//third_party/mindspore/:mindspore-all"
46        ],
47        "inner_kits": [
48          {
49            "name": "//third_party/mindspore:mindir",
50            "header": {
51              "header_files": [
52                "mindir_lite_graph.h",
53                "mindir_primitive.h",
54                "mindir_tensor.h",
55                "mindir_types.h",
56                "mindir.h"
57              ],
58              "header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include"
59            }
60          },
61          {
62            "name": "//third_party/mindspore/:mindspore-ndk",
63            "header": {
64              "header_files": [
65                "context_c.h",
66                "data_type_c.h",
67                "format_c.h",
68                "model_c.h",
69                "status_c.h",
70                "tensor_c.h",
71                "types_c.h"
72              ],
73              "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
74            }
75          },
76          {
77            "name": "//third_party/mindspore/:mindspore-lib",
78            "header": {
79              "header_files": [],
80              "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
81            }
82          }
83        ],
84        "test": [
85          "//third_party/mindspore:mindspore-test"
86        ]
87      }
88    }
89  }
90