加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
chengfeng27 提交于 2024-03-18 10:26 . add hiappevent, api statistics
{
"name": "@ohos/mindspore",
"description": "AI Framework.",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "third_party/mindspore"
},
"dirs": {},
"scripts": {},
"component": {
"name": "mindspore",
"subsystem": "thirdparty",
"syscap": [
"SystemCapability.Ai.MindSpore",
"SystemCapability.AI.MindSporeLite"
],
"feature": [ "mindspore_feature_nnrt_metagraph = false" ],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"c_utils",
"hilog",
"hiappevent",
"hdf_core",
"ipc",
"neural_network_runtime",
"drivers_interface_nnrt",
"ability_runtime",
"napi",
"resource_management",
"bounds_checking_function"
],
"third_party": [
"flatbuffers"
]
},
"build": {
"sub_component": [
"//third_party/mindspore/:mindspore-all"
],
"inner_kits": [
{
"name": "//third_party/mindspore:mindir",
"header": {
"header_files": [
"mindir_lite_graph.h",
"mindir_primitive.h",
"mindir_tensor.h",
"mindir_types.h",
"mindir.h"
],
"header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include"
}
},
{
"name": "//third_party/mindspore/:mindspore-ndk",
"header": {
"header_files": [
"context_c.h",
"data_type_c.h",
"format_c.h",
"model_c.h",
"status_c.h",
"tensor_c.h",
"types_c.h"
],
"header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
}
},
{
"name": "//third_party/mindspore/:mindspore-lib",
"header": {
"header_files": [],
"header_base": "//third_party/mindspore/mindspore-src/source/include/c_api"
}
}
],
"test": [
"//third_party/mindspore/:mindspore-test"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化