mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 14:11:01 +00:00
12a98d96de
Signed-off-by: w30052974 <wangyifan94@huawei.com>
74 lines
2.5 KiB
JSON
74 lines
2.5 KiB
JSON
{
|
|
"name": "@ohos/neural_network_runtime",
|
|
"description": "The Neural Network Runtime that bridges the inference framework and the device accelerator.",
|
|
"version": "4.0",
|
|
"license": "MIT",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/ai/neural_network_runtime"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"readmePath": {
|
|
"en": "README.rst"
|
|
},
|
|
"component": {
|
|
"name": "neural_network_runtime",
|
|
"subsystem": "ai",
|
|
"syscap": [ "SystemCapability.AI.NeuralNetworkRuntime" ],
|
|
"features": [],
|
|
"adapted_system_type": ["standard"],
|
|
"rom": "1024KB",
|
|
"ram": "2048KB",
|
|
"deps": {
|
|
"components": [
|
|
"c_utils",
|
|
"drivers_interface_nnrt",
|
|
"hdf_core",
|
|
"hilog",
|
|
"hitrace",
|
|
"ipc",
|
|
"mindspore",
|
|
"init"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/ai/neural_network_runtime:nnrt_target"
|
|
],
|
|
"inner_api": [
|
|
{
|
|
"type": "so",
|
|
"name": "//foundation/ai/neural_network_runtime:nnrt_target",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base":"//foundation/ai/neural_network_runtime/interfaces/innerkits/c"
|
|
}
|
|
},
|
|
{
|
|
"type": "so",
|
|
"name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c"
|
|
}
|
|
},
|
|
{
|
|
"type": "so",
|
|
"name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime:libneural_network_runtime",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//foundation/ai/neural_network_runtime/test/unittest:unittest",
|
|
"//foundation/ai/neural_network_runtime:nnrt_fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|