2.4K Star 8.2K Fork 4.4K

GVPMindSpore / mindspore

 / 详情

【众智】【计算-GPU开发】BartlettWindow

DONE
Requirement 成员
创建于  
2022-03-28 20:11

1. 功能介绍

 实现Bartlett窗口函数,Bartlett窗口函数定义:

输入图片说明
其中N是总的窗口大小。

2. 接口描述

  • Python层接口

    接口目录:mindspore/ops/operations/other_ops.py

    class BartlettWindow(Primitive):

    参数 类型 输入/输出/属性 说明
    window_length Tensor 输入
    y Tensor 输出
    periodic bool 属性
    dtype mindspore.dtype 属性
  • 对应底层算子

    Classify Name Type Type Range Required
    INPUT window_length tensor int32,int64 TRUE
    OUTPUT y tensor fp16,fp32,double TRUE
    ATTR periodic bool bool FALSE
    ATTR dtype int FALSE
  • 标杆接口参考

    Pytorch接口:
    https://pytorch.org/docs/stable/generated/torch.bartlett_window.html?highlight=bartlett_window#torch.bartlett_window

3. 异常处理

4. 算子反向
无反向

附件
路雄博 2022-06-09 15:47

评论 (3)

hedongdong 创建了RFC
hedongdong 添加了
 
sig/ops
标签
hedongdong 添加协作者zong_shuai
展开全部操作日志

Please add labels (comp or sig), also you can visit https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/labels.md to find more.
为了让代码尽快被审核,请您为Pull Request打上 组件(comp)或兴趣组(sig) 标签,打上标签的PR可以直接推送给责任人进行审核。
更多的标签可以查看https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/labels.md
以组件相关代码提交为例,如果你提交的是data组件代码,你可以这样评论:
//comp/data
当然你也可以邀请data SIG组来审核代码,可以这样写:
//sig/data
另外你还可以给这个PR标记类型,例如是bugfix或者是特性需求:
//kind/bug or //kind/feature
恭喜你,你已经学会了使用命令来打标签,接下来就在下面的评论里打上标签吧!

zong_shuai 添加协作者李林杰
李林杰 修改了描述
李林杰 修改了描述
李林杰 修改了描述
李林杰 修改了描述
hedongdong 添加协作者hedongdong
hedongdong 负责人hedongdong 修改为路雄博
hedongdong 任务类型RFC 修改为Requirement
hedongdong 取消协作者hedongdong
hedongdong 取消协作者李林杰
路雄博 上传了附件BartlettWindow.zip
路雄博 删除了附件BartlettWindow.zip
路雄博 上传了附件BartlettWindow.zip
路雄博 删除了附件BartlettWindow.zip
路雄博 上传了附件BartlettWindow.zip
高攀 添加了
 
OCCM/test-doing
标签
高攀 添加了
 
OCCM/test-todo
标签
高攀 移除了
 
OCCM/test-doing
标签
hedongdong 添加协作者李林杰
zong_shuai 添加了
 
OCCM/review-passed
标签
高攀 移除了
 
OCCM/test-todo
标签
高攀 添加了
 
OCCM/test-doing
标签
李林杰 修改了描述
高攀 任务状态TODO 修改为WIP
高攀 移除了
 
OCCM/test-doing
标签
路雄博 删除了附件BartlettWindow.zip
路雄博 上传了附件BartlettWindow.zip
路雄博 删除了附件BartlettWindow.zip
路雄博 上传了附件BartlettWindow.zip
路雄博 删除了附件BartlettWindow.zip
路雄博 上传了附件BartlettWindow.zip
路雄博 删除了附件BartlettWindow.zip
路雄博 上传了附件BartlettWindow.zip
高攀 任务状态WIP 修改为VALIDATION
高攀 添加了
 
OCCM/test-doing
标签

算子输入为0D,不支持动态shape.

动态shape算子,mindspore的profile无法进行性能测试,性能测试略过

caoruyue1 移除了
 
OCCM/test-doing
标签
caoruyue1 添加了
 
OCCM/test-passed
标签
zong_shuai 添加了
 
OCCM/pr-merged
标签
hedongdong 任务状态VALIDATION 修改为DONE
caoruyue1 移除了
 
OCCM/pr-merged
标签
caoruyue1 添加了
 
OCCM/maintenance
标签

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(5)
10642234 lilinjie11 1650588293
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore

搜索帮助