parent
9512ba5bca
commit
7475723ea4
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"Leader":[
|
||||
{
|
||||
"gitee_id":"SilenChen",
|
||||
"gitee_email":"silen.chen@huawei.com"
|
||||
}
|
||||
]
|
||||
"Committers":[
|
||||
{
|
||||
"gitee_id":"ArmyLee0",
|
||||
"gitee_email":"lijun249@huawei.com"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
# SIG Template
|
||||
English | [简体中文](./sig_dllite_micro_cn.md)
|
||||
|
||||
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
|
||||
|
||||
## SIG group work objectives and scope
|
||||
|
||||
### work goals
|
||||
|
||||
### work scope
|
||||
|
||||
### The repository
|
||||
- project name:
|
||||
- DLLite-micro: https://gitee.com/openharmony-sig/dllite_micro
|
||||
|
||||
|
||||
## SIG Members
|
||||
|
||||
### Leader
|
||||
- @SilenChen(https://gitee.com/silenchen)
|
||||
|
||||
### Committers
|
||||
- @ArmyLee0(https://gitee.com/armylee0)
|
||||
|
||||
### Meetings
|
||||
- Meeting time:Biweek Monday 19:00, UTC+8
|
||||
- Meeting link:[slack dllite-micro channel](https://openharmonyworkspace.slack.com/archives/C022T41JN68)
|
||||
|
||||
### Contact (optional)
|
||||
|
||||
- Mailing list:xxx
|
||||
- Slack group:[dllite-micro](https://openharmonyworkspace.slack.com/archives/C022T41JN68)
|
||||
- Wechat group:xxx
|
|
@ -0,0 +1,40 @@
|
|||
# SIG组模板
|
||||
简体中文 | [English](./sig_dllite_micro.md)
|
||||
|
||||
说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
|
||||
|
||||
## SIG组工作目标和范围
|
||||
|
||||
### 工作目标
|
||||
为了支持AI模型在IoT设备上完成推理功能,使IoT设备具备AI能力,并能够更好的匹配OpenHarmonyOS的各种设备形态,DLLite SIG不仅需要为用户提供基础的推理服务,包括统一的API和完善的功能服务;更重要的是,考虑到生态的发展会衍生出多样化的硬件设备,为了拓展生态,我们需要与设备厂商进行合作,支持三方框架的接入,协助他们贡献他们的代码上库;
|
||||
|
||||
### 工作范围
|
||||
- 模型推理功能
|
||||
接收用户传入的模型,在用户的正确调用下完成模型的加载,执行和卸载等操作;
|
||||
- 样例工程
|
||||
创建基础业务的样例工程,供开发者用户参考
|
||||
- 生态拓展
|
||||
开源框架工厂模块,指导三方设备厂商芯、片厂商对接框架
|
||||
|
||||
|
||||
## 代码仓
|
||||
- 代码仓地址:
|
||||
- DLLite-micro: https://gitee.com/openharmony-sig/dllite_micro
|
||||
|
||||
## SIG组成员
|
||||
|
||||
### Leader
|
||||
- @SilenChen(https://gitee.com/silenchen)
|
||||
|
||||
### Committers列表
|
||||
- @ArmyLee0(https://gitee.com/armylee0)
|
||||
|
||||
### 会议
|
||||
- 会议时间:双周例会,周一晚上19:00, UTC+8
|
||||
- 会议链接:[slack dllite-micro频道](https://openharmonyworkspace.slack.com/archives/C022T41JN68)
|
||||
|
||||
### 联系方式(可选)
|
||||
|
||||
- 邮件列表:xxx
|
||||
- Slack群组:[dllite-micro](https://openharmonyworkspace.slack.com/archives/C022T41JN68)
|
||||
- 微信群:xxx
|
Loading…
Reference in New Issue