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": [ "SystemCapability.AI.NeuralNetworkRuntime" ], 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 "ipc", 32 "mindspore", 33 "init", 34 "json", 35 "jsoncpp", 36 "eventhandler", 37 "openssl" 38 ], 39 "third_party": [] 40 }, 41 "build": { 42 "sub_component": [ 43 "//foundation/ai/neural_network_runtime:nnrt_target" 44 ], 45 "inner_api": [ 46 { 47 "type": "so", 48 "name": "//foundation/ai/neural_network_runtime:nnrt_target", 49 "header": { 50 "header_files": [], 51 "header_base":"//foundation/ai/neural_network_runtime/interfaces/innerkits/c" 52 } 53 }, 54 { 55 "type": "so", 56 "name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core", 57 "header": { 58 "header_files": [], 59 "header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c" 60 } 61 }, 62 { 63 "type": "so", 64 "name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime:libneural_network_runtime", 65 "header": { 66 "header_files": [], 67 "header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c" 68 } 69 } 70 ], 71 "test": [ 72 "//foundation/ai/neural_network_runtime/test/unittest:unittest", 73 "//foundation/ai/neural_network_runtime:nnrt_fuzztest" 74 ] 75 } 76 } 77} 78