mindspore-ci-bot
|
3e662805f8
|
!11180 Add CPU Gelu and LayerNorm
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
|
5 years ago |
Peilin Wang
|
386b219ffc
|
initial commit
ci fix
fix ci
|
5 years ago |
yuchaojie
|
b51b3a6764
|
update Pool's attr kernel_size, pad_mode
|
5 years ago |
mindspore-ci-bot
|
8008843562
|
!11327 Dynamic shape support for Conv2d Op
From: @tom__chen
Reviewed-by:
Signed-off-by:
|
5 years ago |
tom__chen
|
2ff5f9f1bc
|
dynamic shape support for conv2d op
|
5 years ago |
mindspore-ci-bot
|
be14046b0e
|
!11290 Add dynamic shape support & testcases to MatMul, BatchMatMul gpu
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
|
5 years ago |
zhaoting
|
3a6d63ab02
|
add some CPU operators
|
5 years ago |
mindspore-ci-bot
|
5e5489d59f
|
!11272 Fix Apply Adagrad for cpu CodeDex.
From: @yang_chun
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @c_34
|
5 years ago |
TFBunny
|
c994eab732
|
add dynamic shape and testcases to MatMul & BatchMatMul
|
5 years ago |
mindspore-ci-bot
|
a1cb402763
|
!11120 [cpu] add P.FloorDiv to cpu
From: @yanglf1121
Reviewed-by: @kisnwang
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
59551879a0
|
!11021 Add new nn layer InstanceNorm2d
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
|
5 years ago |
yang_chun
|
8ba9987460
|
Fix: ApplyAdagrad CodeDEX.
|
5 years ago |
zhouyuanshen
|
26f6daa850
|
add new op instancenorm2d
|
5 years ago |
wuxuejian
|
77900cf938
|
add hsigmoid hswis cpu op
|
5 years ago |
mindspore-ci-bot
|
4d81cd2af7
|
!11231 the output of resize_nearest/bilinear ops memset to zero
From: @caojian05
Reviewed-by: @wuxuejian,@zhouyaqiang0,@kisnwang
Signed-off-by: @wuxuejian,@kisnwang
|
5 years ago |
CaoJian
|
119212d9e6
|
the output of resize_nearest/bilinear ops memset to zero.
|
5 years ago |
yanglf1121
|
4a0fe13430
|
add floordiv kernel to cpu
|
5 years ago |
liuxiao93
|
b0a66cc3a2
|
fix unsupported transnode KMetaTypeNonexDefaultFormat of DynamicRNN and DynamiGRU.
|
5 years ago |
mindspore-ci-bot
|
a76e2b2649
|
!10802 fix potential size problem in gpu argmaxwithvalue
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
64c53edaad
|
!11112 [GPU] one_hot and one_like ops support int64 indexing
From: @tom__chen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
|
5 years ago |
mindspore-ci-bot
|
d27ba8ff2a
|
!10856 Change topk shape size from int to size_t
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
|
5 years ago |
tom__chen
|
558fac2858
|
add one_hot and one_like int64_t requirement
|
5 years ago |
mindspore-ci-bot
|
8c54a87bca
|
!11070 fix bug of LessEqual kernel info on CPU
From: @shibeiji
Reviewed-by: @liangchenghui,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@liangchenghui
|
5 years ago |
shibeiji
|
984f31e901
|
fix bug of supported data type for LessEqual on CPU
|
5 years ago |
mindspore-ci-bot
|
a0c7b7abef
|
!11035 Change GPU Slice ops shape from int to size_t/int64_t
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
|
5 years ago |
TFbunny
|
7aac7f694c
|
change size_t to S type in argmaxwithvalue
|
5 years ago |
mindspore-ci-bot
|
6d6ed86a9d
|
!10427 RangeOp new gpu kernel
From: @peilin-wang
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
25d5d43dea
|
!10746 [cpu] Add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
From: @yanglf1121
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
|
5 years ago |
TFbunny
|
4b3edd972c
|
change topk size shape type to size_t
|
5 years ago |
mindspore-ci-bot
|
cdeacdf5c7
|
!9809 Add int8 uint8 type support to GPU ScatterAdd
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
|
5 years ago |
TFbunny
|
804a9b67b4
|
change shape from int to size_t/int64_t for slice ops
|
5 years ago |
Peilin Wang
|
507cc4ab15
|
range past segfault addressed comments
changed default max_output_length to 1000000
change docstring
fix ci
change max_output_length to maxlen
|
5 years ago |
yanglf1121
|
75aa938ee6
|
add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
|
5 years ago |
mindspore-ci-bot
|
abb86381ac
|
!10985 Refactor cpu ops Concat to support morn than 4D inputs
From: @yuanwei66
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
|
5 years ago |
mindspore-ci-bot
|
9f44599abd
|
!9806 equal op gpu kernel support int64/uint8
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
|
5 years ago |
mindspore-ci-bot
|
ab324925c6
|
!10977 fix bug: Equal/NotEqual ops support int64
From: @caojian05
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
|
5 years ago |
yuanwei66
|
cc6a2df435
|
cpu op concat refactor to support more than 4D inputs
|
5 years ago |
mindspore-ci-bot
|
811a785555
|
!10886 GPU update bert scripts
From: @VectorSL
Reviewed-by: @gaoxiong1,@c_34,@gaoxiong1
Signed-off-by: @c_34
|
5 years ago |
CaoJian
|
2f3f5765c2
|
fix bug: Equal/NotEqual ops support int64.
|
5 years ago |
VectorSL
|
0c97835662
|
update control flow int adamweightdecay for bert
|
5 years ago |
mindspore-ci-bot
|
4ceb9e633c
|
!10829 Modify Split Kernel for CPU
From: @shaoxiangdong
Reviewed-by:
Signed-off-by:
|
5 years ago |
shaoxiangdong
|
7ef1f4c52f
|
Modify split Kernel for CPU
|
5 years ago |
mindspore-ci-bot
|
1bb9342aa0
|
!8100 New add matrix inverse ops.
From: @linqingke
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
8f09e11f63
|
!10752 Add relugrad implementation gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
5 years ago |
mindspore-ci-bot
|
cb49f2e6f1
|
!10769 add cpu operators: LessEqual/Reciprocal/MinimumGrad/GatherD/GatherDGrad
From: @shibeiji
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
5 years ago |
mindspore-ci-bot
|
f80b28313f
|
!10619 add timedistributed
From: @d00562747
Reviewed-by:
Signed-off-by:
|
5 years ago |
shibeiji
|
0fd3f6ad55
|
add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad
|
5 years ago |
TFbunny
|
83e06bbba0
|
add return to sparseapplyftrl gpu
|
5 years ago |
caojian05
|
06fb28c703
|
add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
|
5 years ago |
dinglongwei
|
5a6caa7b0a
|
add timedistributed and bugfix cpu ops assign and maximum
|
5 years ago |