• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/neural_network_runtime",
3    "description": "The Neural Network Runtime that bridges the inference framework and the device accelerator.",
4    "version": "4.0",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/ai/neural_network_runtime"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "readmePath": {
14        "en": "README.rst"
15    },
16    "component": {
17        "name": "neural_network_runtime",
18        "subsystem": "ai",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": ["standard"],
22        "rom": "1024KB",
23        "ram": "2048KB",
24        "deps": {
25            "components": [
26                "c_utils",
27                "drivers_interface_nnrt",
28                "hdf_core",
29                "hilog",
30                "hitrace",
31                "mindspore"
32            ],
33            "third_party": []
34        },
35        "build": {
36            "sub_component": [
37                 "//foundation/ai/neural_network_runtime:nnrt_target"
38             ],
39            "inner_api": [
40                {
41                    "type": "so",
42                    "name": "//foundation/ai/neural_network_runtime:nnrt_target",
43                    "header": {
44                        "header_files": [],
45                        "header_base":"//foundation/ai/neural_network_runtime/interfaces/innerkits/c"
46                    }
47                },
48                {
49                    "type": "so",
50                    "name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core",
51                    "header": {
52                        "header_files": [],
53                        "header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c"
54                    }
55                },
56                {
57                    "type": "so",
58                    "name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime:libneural_network_runtime",
59                    "header": {
60                        "header_files": [],
61                        "header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c"
62                    }
63                }
64            ],
65            "test": [
66                "//foundation/ai/neural_network_runtime:nnrt_fuzztest"
67            ]
68        }
69    }
70}
71