i-robot
fa12d62d4d
!21776 set device_id master 0813
Merge pull request !21776 from mindspore_ding/set_device_id_master_0813
4 years ago
i-robot
f536d88570
!22821 modify resizebilineargrad input type
Merge pull request !22821 from Simson/opinfer
4 years ago
huangbo77
b83c43d309
codedex fix
4 years ago
simson
f00e22342b
modify resizebilineargrad input type
4 years ago
i-robot
5e6287bec1
!22585 Add grad implementation of AdaptiveAvgPool2D
Merge pull request !22585 from zuochuanyong/adaptive_avgpool2d_grad
4 years ago
wmzheng2020
6d14254cc7
change testcase level0 to level1
4 years ago
dingpeifei
b4bc6000dc
set device id master 0813
4 years ago
zuochuanyong
068191f222
add AdaptiveAvgPool2DGrad op
4 years ago
i-robot
bbbd6e0254
!22579 modify resizebilinear infer type
Merge pull request !22579 from Simson/opinfer
4 years ago
i-robot
cc8d614b25
!22650 fixed sparse attention modify
Merge pull request !22650 from yao_yf/fixed_sparse_attention_modify
4 years ago
simson
7a2fbdda85
modify resizebilinear infer type
4 years ago
yao_yf
82889ec56b
fixed sparse attention
4 years ago
zong_shuai
ccdc9f0164
st
4 years ago
zong_shuai
63faa9c004
add st
4 years ago
zong_shuai
033e56ac48
add_st
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
i-robot
73d1049566
!22474 prune less effective GPU testcases to level1
Merge pull request !22474 from yanghaoran/prune_GPU_testcases
4 years ago
i-robot
9fcec5b723
!22492 prune less effective Ascend testcases to level1
Merge pull request !22492 from yanghaoran/prune_ascend_testcases
4 years ago
zhihenghu
ce12c02343
Add Sparse Attention
adjut the file structure and name
Deleted extra information
Do some formatting work
Add test case and fix some document
fix imports
4 years ago
yanghaoran
a0ff742442
prune less effective Ascend testcases to level1
4 years ago
yanghaoran
50c5a61235
prune less effective GPU testcases to level1
4 years ago
i-robot
23a5c64ce0
!22218 Add graph kernel userdefine op support
Merge pull request !22218 from zichun_ye/graph_kernel_userdefine
4 years ago
Zichun Ye
a7d89f6686
add graph kernel userdefine op support
fix code check
4 years ago
zhujingxuan
ad389316cb
add rolling cpu kernel
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
zhujingxuan
7a32af0d91
update shift API and st
(cherry picked from commit 347abe4fba )
4 years ago
i-robot
8c81b18c15
!21912 Add Multinomial kernel on CPU.
Merge pull request !21912 from chengang/multinomial_cpu_kernel
4 years ago
i-robot
f0a7fa47c4
!21908 Add UniformInt & UniformReal kernels on CPU
Merge pull request !21908 from chengang/random_ops
4 years ago
cristoval
0a3e584eec
add multinomial cpu kernel
4 years ago
cristoval
b7c6f7ec07
add uniform_int and uniform_real on cpu
4 years ago
i-robot
692b39f306
!21821 RL add buffer sample update
Merge pull request !21821 from VectorSL/buffer-sample-update
4 years ago
VectorSL
680d319290
update buffer sample gpu
4 years ago
LaiYongqiang
c6f5a02237
add logs when querying job
4 years ago
i-robot
2151b927ba
!21682 RL add buffer cpu kernel
Merge pull request !21682 from VectorSL/push-buffer-op-cpu
4 years ago
VectorSL
d7232b6630
add buffer cpu kernels
4 years ago
i-robot
724ba3c0bf
!21731 Add expanders in c++ code
Merge pull request !21731 from DeshiChen/0809_expander
4 years ago
i-robot
7996b4ec2d
!21650 add Shift cpu OP
Merge pull request !21650 from zhujingxuan/master
4 years ago
i-robot
114f419d0a
!21710 fix cropandresize, randomchoicewithmask and pad in CPU
Merge pull request !21710 from huangbo/pclint_fix_master
4 years ago
i-robot
2a9f1bf768
!21714 unify softplus data description and verification
Merge pull request !21714 from zhangbuxue/unify_softplus_data_description_and_verification
4 years ago
i-robot
d8d7e261f6
!21683 move useless testcases from level0 to level1
Merge pull request !21683 from yanghaoran/master
4 years ago
i-robot
8c2b6d0e17
!21675 RL add buffer gpu kernel
Merge pull request !21675 from VectorSL/push-buffer-op-gpu
4 years ago
huangbo77
984e004b44
fix cropandresize and randomchoicewithmask
4 years ago
dayschan
9add26ad99
Add expanders in c++ code
transplant the op expander code from python to c++, base on LiteGraph.
the c++ expander will be called in priority if it was registered in OpExpanderFactory.
add two examples, BiasAdd and ExpandDims.
remove BiasAdd from python expanders.
since the ExpandDims is also imported by other ops (e.g. BatchNorm), we don't remove it now.
4 years ago
zhujingxuan
c7febdcca4
add Shift cpu OP
4 years ago
buxue
f4ea9bd616
unify softplus data description and verification
4 years ago
yanghaoran
64d34104e5
move useless testcases from level0 to level1
4 years ago
VectorSL
6b4f02af58
add gpu buffer kernel
4 years ago
buxue
2808460567
support more high rank for activation op
4 years ago