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 "test": [ 50 "//foundation/ai/neural_network_runtime:nnrt_fuzztest" 51 ] 52 } 53 } 54} 55