i-robot
|
d6bbef46ee
|
!35448 add deformable offsets grad op for Ascend
Merge pull request !35448 from guoqi/deformable_offsets_grad
|
2022-06-11 07:39:42 +00:00 |
i-robot
|
2c9fe2bc6b
|
!34869 support tensor to sparse tensor conversion
Merge pull request !34869 from 杨林枫/dense_to_csr_gpu
|
2022-06-11 07:03:19 +00:00 |
i-robot
|
f50df36ab7
|
!35738 fix gpu KLDivLoss st
Merge pull request !35738 from baihuawei/ci
|
2022-06-11 02:42:26 +00:00 |
i-robot
|
090c400eee
|
!35730 fix test for funtion api
Merge pull request !35730 from zhangyinxia/master
|
2022-06-11 02:06:44 +00:00 |
i-robot
|
e7a32b1f53
|
!35654 Add testcases for ScatterUpdateof and SetItem on dynamic shape tensors
Merge pull request !35654 from zhengzuohe/shrink_axis_mask
|
2022-06-10 11:39:00 +00:00 |
i-robot
|
b40c8385b9
|
!35685 update InstanceNorm GPU kernel
Merge pull request !35685 from zhujingxuan/InstanceNorm
|
2022-06-10 10:16:47 +00:00 |
i-robot
|
0a7e9ac87b
|
!35395 Add functional and tensor interface for `GatherD`
Merge pull request !35395 from TronZhang/gatherd_interface
|
2022-06-10 09:22:38 +00:00 |
jiaorui
|
ed237f96c5
|
fix ci error
|
2022-06-10 17:22:23 +08:00 |
i-robot
|
402431e754
|
!35667 [kernel]add celu vmap
Merge pull request !35667 from 张学同/celu
|
2022-06-10 08:21:43 +00:00 |
i-robot
|
16884a6b9e
|
!35337 ApplyadagradDAD CPU operator supported
Merge pull request !35337 from 冯一航/ApplyAdagradDAD_operator_cpu_support
|
2022-06-10 08:12:30 +00:00 |
guoqi
|
b68e7d5045
|
add deformable offset grad operator for Ascend
|
2022-06-10 15:14:17 +08:00 |
baihuawei
|
7cdbd3999e
|
fix gpu KLDivLoss st
|
2022-06-10 15:10:21 +08:00 |
zhujingxuan
|
2bf0a95a25
|
update InstanceNorm GPU kernel
|
2022-06-10 14:45:10 +08:00 |
i-robot
|
187b902cf3
|
!35737 takedown scatter_nd_update and sparse_segment_mean testcases
Merge pull request !35737 from yanghaoran/takedown_testcases
|
2022-06-10 06:44:02 +00:00 |
yanghaoran
|
42fee70ce0
|
takedown scatter_nd_update and sparse_segment_mean testcases
|
2022-06-10 14:32:26 +08:00 |
i-robot
|
90b2a6884f
|
!35707 fix bug when reduce axis have duplicate elements
Merge pull request !35707 from zhangbuxue/fix_bug_when_reduce_axis_have_duplicate_elements
|
2022-06-10 06:18:54 +00:00 |
yanglf1121
|
dd7f6f91c0
|
support tensor to sparse tensor
|
2022-06-10 12:41:12 +08:00 |
i-robot
|
29a3c7f3ed
|
!34888 add Col2Im GPU impl
Merge pull request !34888 from baihuawei/col2im
|
2022-06-10 03:50:40 +00:00 |
fengyihang
|
458495035f
|
ApplyAdagradDAD_operator_cpu_support
|
2022-06-10 11:12:10 +08:00 |
zhengzuohe
|
5b62f41523
|
add nested vmap testcases for ScatterUpdate
add testcases of SetItem for dynamic shape tensors
|
2022-06-10 11:07:54 +08:00 |
i-robot
|
55cb76fe98
|
!35644 修复Bessel i0/k0/k0e精度问题,修复Bessel算子st
Merge pull request !35644 from xutianyu/bessel
|
2022-06-10 01:51:31 +00:00 |
i-robot
|
260f2bda0f
|
!35490 add functional, tensor interface and vmap for ops.Pad
Merge pull request !35490 from looop5/op_pad_commit
|
2022-06-10 01:29:10 +00:00 |
zhangxuetong
|
86dc05b979
|
support functional tensor vmap for celu
|
2022-06-10 09:12:39 +08:00 |
buxue
|
45c5b4801f
|
fix bug when reduce axis have duplicate elements
|
2022-06-09 21:15:59 +08:00 |
baihuawei
|
404816a5f4
|
add gpu Col2Im impl and tensor & function op
|
2022-06-09 20:10:00 +08:00 |
tronzhang
|
9a2fc5785d
|
add functional and tensor interface for gatherd
|
2022-06-09 18:00:08 +08:00 |
hezhenhao1
|
17653575c5
|
Add random seed for SparseSegmentMean test case.
|
2022-06-09 17:43:37 +08:00 |
looop5
|
4c5de144ce
|
add functional, tensor interface and vmap for ops.Pad
|
2022-06-09 14:26:36 +08:00 |
i-robot
|
eafd35217a
|
!33569 add hswish operator
Merge pull request !33569 from jjfeing/add_hswish_operator
|
2022-06-09 06:19:38 +00:00 |
i-robot
|
598caa37ca
|
!35568 Extend the MatrixBandPart kernel to support batch.
Merge pull request !35568 from liqiliang/vmap_and_dynamic_and_tests
|
2022-06-09 06:14:48 +00:00 |
i-robot
|
490e502d01
|
!35557 add mish lrn lrn_grad vmap_rule and some test case
Merge pull request !35557 from zhuzhongrui/pub_master2
|
2022-06-09 03:29:02 +00:00 |
i-robot
|
4f07986eae
|
!35440 Add testcases for ScatterUpdate and unify the testing codes of ScatterMin/Max/Update
Merge pull request !35440 from zhengzuohe/test_scatterupdate
|
2022-06-09 03:20:59 +00:00 |
jjfeing
|
5f8af95bb6
|
add hardswish & hardswishgrad
|
2022-06-09 10:51:38 +08:00 |
i-robot
|
1e6af66b5a
|
!35354 soft shrink
Merge pull request !35354 from ling/sr
|
2022-06-09 02:02:16 +00:00 |
i-robot
|
008953c4c0
|
!35466 tan support complex
Merge pull request !35466 from ling/bug
|
2022-06-09 01:39:27 +00:00 |
Tianyu Xu
|
e5ecd64a76
|
修复Bessel i0/k0/k0e精度问题,修复Bessel算子st
|
2022-06-08 23:36:38 +08:00 |
i-robot
|
7fa2215252
|
!31463 Add ArgMax(Min)WithValue to Expander
Merge pull request !31463 from jiaoy1224/argmaxwithvalue
|
2022-06-08 13:02:12 +00:00 |
liqiliang
|
e0369d0d54
|
Extend the MatrixBandPart kernel to support batch.
|
2022-06-08 20:45:19 +08:00 |
i-robot
|
8c823836a6
|
!35383 Add cpu kernel for deformable_offsets
Merge pull request !35383 from YuJianfeng/deformable_conv
|
2022-06-08 11:13:30 +00:00 |
i-robot
|
aacf006016
|
!34766 add gpu deformable offset grad
Merge pull request !34766 from kisnwang/add-gpu-deformable-offset-grad
|
2022-06-08 09:35:03 +00:00 |
i-robot
|
0f27520ddb
|
!35560 Move ClipByNorm to inner interface
Merge pull request !35560 from JoyLvliang/move_clipbynorm_to_inner_interface
|
2022-06-08 09:27:05 +00:00 |
z00512249
|
c85cb977db
|
add mish lrn lrn_grad vmap_rule and some test case
|
2022-06-08 16:43:02 +08:00 |
i-robot
|
ddeaad24fd
|
!35386 add gpu dataformatdimmap
Merge pull request !35386 from KXiong/branch_gpu_dataformatdimmap
|
2022-06-08 08:35:11 +00:00 |
i-robot
|
1ae90cbaea
|
!35439 AdamApplyOneWithDecay support dynamic shape
Merge pull request !35439 from Yanzhi_YI/adam_with_decay
|
2022-06-08 07:54:15 +00:00 |
i-robot
|
dc6bee390e
|
!33385 UpsampleNearest3D GPU operator
Merge pull request !33385 from tom_chen/upsample
|
2022-06-08 07:52:04 +00:00 |
i-robot
|
4ae05706e5
|
!35381 Add MatrixSolve Op CPU Kernel
Merge pull request !35381 from zhujingxuan/MatrixSolve
|
2022-06-08 06:24:06 +00:00 |
ling
|
60e7d1f947
|
tan support complex
|
2022-06-08 14:14:01 +08:00 |
i-robot
|
e5d57a316e
|
!35534 fixed bug in st cases of reflectionpad
Merge pull request !35534 from shaojunsong/fix/st_reflectionpad
|
2022-06-08 06:12:07 +00:00 |
yujianfeng
|
2d283c96df
|
Add the implement of cpu kernel for deformable_offsets
|
2022-06-08 11:53:52 +08:00 |
zhengzuohe
|
9cda5eac64
|
add testcases for ScatterUpdate and unify the testing codes of ScatterMin/Max/Update
|
2022-06-08 11:50:30 +08:00 |