已合并
feat: 新增 DynamicStitch 算子实现 #1633
wangxun21创建于 3月12日
feat: 新增 DynamicStitch 算子实现 #1633
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 wangxun21 的贡献)CANN-robot
3月12日 评论:
3月12日 评论:
🔵 source code change are detected, tasks labels is removed in this pull request!


3月12日 添加了label:stat/needs-squash
CANN-robot
3月12日 评论:
3月12日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| */*/op_graph/*_proto.h | ✅ tang-lei01, songkai111, zhou-qilong (3/2) | ✅ tang-lei01 (1/1) |
| */*/op_host/*_def.cpp | ✅ tang-lei01, zhou-qilong, songkai111 (3/2) | ✅ tang-lei01 (1/1) |
| repo-cann/ops-math | ✅ zhou-qilong, songkai111 (2/2) | ✅ zhou-qilong, songkai111 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
wangxun21, thanks for your pull request. All authors of the commits have signed the CLA. 👍


3月12日 将zhou-qilong,wangrui_,rxtfeng,loov1,songkai111,llimwang,gubaocheng设为评审人
此处折叠了103条消息 查看更多
3月18日 添加了label:lgtm
CANN-robot
3月18日 评论:
3月18日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: zhou-qilong, tang-lei01, songkai111.
Reviewers who wrote a comment of /lgtm are: tang-lei01, zhou-qilong, songkai111.


3月18日 关闭了关联的issue
3月18日 合入了pull request
描述
本 PR 新增了 DynamicStitch 算子的完整实现,该算子与 TensorFlow 的 DynamicStitch 算子兼容。
DynamicStitch 算子用于将多个张量的数据交织到单个张量中,支持多种数据类型。
改动原因
支持 TensorFlow 模型中 DynamicStitch 算子的迁移,丰富 ops-math 仓库的算子支持范围。
改动方法
关联的Issue
测试
文档更新
无
类型标签