mindspore-ci-bot
|
e2112c55f9
|
!15070 fix code review alarmsfix code review alarms
From: @shibeiji
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
|
4 years ago |
mindspore-ci-bot
|
74ca49529a
|
!14732 Add L2NormalizeGrad for CPU
From: @he-botao
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
cdbfa53568
|
!14547 support device_tensor creation
From: @zhupuxu
Reviewed-by:
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
789c28d4d8
|
!14728 add l2normalize ops for cpu
From: @yuanwei66
Reviewed-by:
Signed-off-by:
|
4 years ago |
huangmengxi
|
571c25b998
|
bug fix
|
4 years ago |
shibeiji
|
5cfab3b1a8
|
fix code review alarms
|
4 years ago |
mindspore-ci-bot
|
3068d66d63
|
!14745 refactor infer value
From: @lianliguang
Reviewed-by: @ginfung
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
e07a69d8f8
|
!14874 GNN dataset new feature
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
|
4 years ago |
yuanwei66
|
33870dc46d
|
add l2normalize ops for cpu
|
4 years ago |
hesham
|
15354569f2
|
Cleanup stale comments about DataBuffers
|
4 years ago |
ms_yan
|
ecb8d6bc08
|
add pil version cubic resize
|
4 years ago |
LianLiguang
|
bdc21bcf3e
|
change infer value
|
4 years ago |
zhupuxu
|
978d7512e7
|
device tensor
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
|
4 years ago |
mindspore-ci-bot
|
fbbd52d54b
|
!14947 Fix pylint issues in test_cont_break.py
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
|
4 years ago |
hebotao
|
a7b445c50c
|
Add L2NormalizeGradCPUKernel
Add L2NormalizeGradCPUKernel 修改测试用例误差判断方式
Add L2NormalizeGradCPUKernel 注释调试信息
Add L2NormalizeGradCPUKernel 修改反向算子的计算公式
Add L2NormalizeGradCPUKernel 去掉 float16 的注册
Add L2NormalizeGradCPUKernel 使用相对误差
Add L2NormalizeGradCPUKernel 更新反向公式
Add L2NormalizeGradCPUKernel 删除调试信息
清除告警
Add L2NormalizeGradCPUKernel 添加测试用例
Add L2NormalizeGradCPUKernel 删除多余的函数
Add L2NormalizeGradCPUKernel 修改注释中的时间
Add L2NormalizeGradCPUKernel 格式化代码
Add L2NormalizeGradCPUKernel 格式化代码,修改 cpplint 问题
Add L2NormalizeGradCPUKernel 修改 cpplint,pylint 问题
Add L2NormalizeGradCPUKernel 修改求导函数,与 GPU 和 Ascend 保持一致。
修改后的公式在数学意义上有问题,但已经和武雪剑对齐,认为没有影响,没有必要要求 GPU 和 Ascend 修改代码。
Add L2NormalizeGradCPUKernel 精简测试用例
|
4 years ago |
mindspore-ci-bot
|
7ae11f91e6
|
!14791 add ascend lstm test case
From: @woshixiaoli
Reviewed-by: @liangchenghui,@chujinjin
Signed-off-by: @liangchenghui
|
4 years ago |
mindspore-ci-bot
|
5b4685c5ea
|
!14604 [GraphKernel] add some expander ops
From: @chenlei_autodiff
Reviewed-by:
Signed-off-by:
|
4 years ago |
He Wei
|
92d60f4c6f
|
Fix pylint issues in test_cont_break.py
Fix 'Useless super delegation in method __init__';
Also fix class naming problem.
|
4 years ago |
mindspore-ci-bot
|
ceb63371c2
|
!14792 add testcase for side_effect_expression
From: @woshixiaoli
Reviewed-by: @zh_qh,@hwhewei
Signed-off-by: @zh_qh
|
4 years ago |
Zhenglong Li
|
f3895f2b09
|
Add get edges from nodes function for gnn network
|
4 years ago |
mindspore-ci-bot
|
f0f7bf1ed1
|
!14885 fix: wrong input order
From: @jonyguo
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
|
4 years ago |
mindspore-ci-bot
|
c907c95da5
|
!14849 fix codedex and bot
From: @fangzehua
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
|
4 years ago |
mindspore-ci-bot
|
74f4c85315
|
!14750 Address some code issues in MD
From: @hfarahat
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
|
4 years ago |
mindspore-ci-bot
|
f451625ea9
|
!14822 Fix cache client status reset and final flush
From: @lixiachen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
|
4 years ago |
mindspore-ci-bot
|
c682f91213
|
!14819 dataset: C++ API TypeCast: change data_type parm from string to DataType
From: @cathwong
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
|
4 years ago |
mindspore-ci-bot
|
1d2e37be88
|
!14888 add testcases related to if, fix codedex check
From: @huangbingjian
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
|
4 years ago |
huangbingjian
|
8d64c11b8a
|
add testcases related to if, fix codedex check
|
4 years ago |
chenlei_autodiff
|
13fbfca6b9
|
[graph kernel] add expander ops.
|
4 years ago |
jonyguo
|
a5cc81dc97
|
fix: wrong input order in test_paddeddataset.py
|
4 years ago |
mindspore-ci-bot
|
0920239699
|
!13475 [GraphKernel]adapt for layernorm in ascend
From: @wenfangpei
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
|
4 years ago |
fangzehua
|
742aa799b0
|
fix codedex and bot
|
4 years ago |
mindspore-ci-bot
|
018617a091
|
!14794 fix test case bug
From: @woshixiaoli
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @zichun_ye
|
4 years ago |
hesham
|
97cf4e516e
|
Address 3 code issues:
1- access out of bound memory in toFlatIndex
2- CreateFromNPArray function is 50>
3- duplicate variable init
|
4 years ago |
mindspore-ci-bot
|
d7dcbd4944
|
!14698 Completion of test cases
From: @majianwei_hvv
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
|
4 years ago |
mindspore-ci-bot
|
32f92eecbd
|
!14805 [ME][ControlFlow] Add some control sink testcases
From: @Margaret_wangrui
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
|
4 years ago |
Lixia Chen
|
1f2b178a16
|
Reset CacheClient's status for a new run
Turn off lock only after all data is cached
|
4 years ago |
Cathy Wong
|
82f4b3f757
|
dataset: C++ API TypeCast: change data_type parm from string to DataType
|
4 years ago |
mindspore-ci-bot
|
bdc5a9c88b
|
!14579 TensorOp decoupling stage 3 (transform ops)
From: @alexyuyue
Reviewed-by:
Signed-off-by:
|
4 years ago |
Margaret_wangrui
|
e69ead3f19
|
add some control sink testcases
|
4 years ago |
wenfangpei
|
66d28af79e
|
adapt for layernorm in ascend
|
4 years ago |
woshixiaoli
|
eaac277515
|
fix bug
|
4 years ago |
mindspore-ci-bot
|
b9820cb68c
|
!14641 [ME][ControlFlow]Add some testcases
From: @chenfei52
Reviewed-by: @ginfung
Signed-off-by:
|
4 years ago |
woshixiaoli
|
fc9dff3bdc
|
add testcase for side effect exprssion
|
4 years ago |
woshixiaoli
|
3f633348e2
|
add lstm test case
|
4 years ago |
mindspore-ci-bot
|
b6cf16d8aa
|
!14389 fix codex warning
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
|
4 years ago |
chenfei_mindspore
|
ac6f5983b5
|
add inner testcases of control flow
add testcases 2
|
4 years ago |
majianwei
|
16932e468e
|
Completion of test cases
|
4 years ago |
alex-yuyue
|
83aaed09bb
|
TensorOp decoupling stage 3 (transform ops)
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
|
4 years ago |
mindspore-ci-bot
|
e2260a2f09
|
!14612 remove ControlDepend
From: @huangbingjian
Reviewed-by:
Signed-off-by:
|
4 years ago |
mindspore-ci-bot
|
a9ba9b90f6
|
!14680 MindData Codespell correction
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
|
4 years ago |