加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 934 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/ai_engine",
"description": "AI engine framework.",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "foundation/ai/engine"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ai_engine",
"subsystem": "ai",
"syscap": [ "SystemCapability.Ai.AiEngine" ],
"feature": [],
"adapted_system_type": [ "small" ],
"rom": "130KB",
"ram": "~337KB",
"deps": {
"components": [
"hilog",
"utils_base",
"ipc",
"samgr_lite"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [ "//foundation/ai/engine/services:ai" ],
"inner_kits": [],
"test": [
"//foundation/ai/engine/test" ,
"//foundation/ai/engine/test/fuzztest:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化