• 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": "3.2",
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                "hilog"
27            ],
28            "third_party": []
29        },
30        "build": {
31            "sub_component": [
32                 "//foundation/ai/neural_network_runtime:nnrt_target"
33             ],
34            "inner_kits": [
35                {"type": "so",
36                 "name": "//foundation/ai/neural_network_runtime:nnrt_target",
37                 "header": {
38                     "header_files": [
39                         "neural_network_runtime_inner.h"
40                     ],
41                     "header_base":"//foundation/ai/neural_network_runtime/interfaces/innerkits/c"
42                }
43                }
44            ],
45            "test": [
46                "//foundation/ai/neural_network_runtime:nnrt_test_target"
47            ]
48        }
49    }
50}