mindspore-ci-bot
a342a615a8
!2823 fix CropAndResize doc
Merge pull request !2823 from xutianchun/fix_doc
5 years ago
wuxuejian
e64a53bf1b
fix embeddinglookupgrad when param shape is one dim
5 years ago
xutianchun
77b5ae054a
fix CropAndResize doc
5 years ago
duxiutao
793737ab62
add primitive operator to test_lamb
5 years ago
duxiutao
1e43c609e0
Add test case and fix two bugs
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
5 years ago
peixu_ren
a47f5493d5
added strided slice and its grad as internal interface
5 years ago
jin-xiulang
8dff818a18
Add Laplace random operator.
5 years ago
peixu_ren
c5f72582dc
Added 5 random ops
5 years ago
yujianfeng
91306cbd34
Add ut for cpu kernel of sparse optimizer
5 years ago
mindspore-ci-bot
4c6bff75af
!1393 Gpu Support AdamWeightDecay optimizer fusion
Merge pull request !1393 from chenweifeng/adam_weight_decay
5 years ago
mindspore-ci-bot
a4fbdc3f69
!2245 Decouple ir::Tensor from python.
Merge pull request !2245 from hewei/decouple_tensor
5 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
Merge pull request !2499 from yihuaijie/master
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
mindspore-ci-bot
69c15470a5
!2492 Add an output to apply_proximal_adagrad op register
Merge pull request !2492 from YuJianfeng/master
5 years ago
yanghaoran
21c381b366
sync from mindspore to incubator
5 years ago
wilfChen
034d2ea2aa
Gpu Adam Fusion
5 years ago
mindspore-ci-bot
8870956954
!2441 add fake quant test case for gpu
Merge pull request !2441 from chenzhongming/master
5 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
5 years ago
chenzomi
8873f9dc7e
add fake quant test case for gpu
5 years ago
mindspore-ci-bot
a2cd05339f
!2180 Gpu Gelu kernel support fp16
Merge pull request !2180 from chenweifeng/gelu-fp16
5 years ago
yujianfeng
304427cd93
Add an output to apply_proximal_adagrad op register
5 years ago
mindspore-ci-bot
d463c3f388
!236 add aicpu embeddinglookup
Merge pull request !236 from wuxuejian/incu_embedding
5 years ago
wuxuejian
92880788f3
add aicpu embeddinglookup
move embeddinglookup to the internal
5 years ago
mindspore-ci-bot
0327d7e79b
!2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
Merge pull request !2424 from xutianchun/ctcloss
5 years ago
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
Merge pull request !2369 from baihuawei/reduce
5 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
Merge pull request !2338 from chenweifeng/nezha
5 years ago
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
Merge pull request !2379 from zyli2020/change_ftrl_op_st
5 years ago
lizhenyu
eb68c9953d
change ftrl operator st
5 years ago
pkuliuliu
acf46bafbb
add Normal op
5 years ago
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
5 years ago
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
yanzhenxiang2020
7eb3749f26
add cast op for aicpu
5 years ago
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
Merge pull request !2282 from chenzhongming/master
5 years ago
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
Merge pull request !2281 from zyli2020/add_sigmoid
5 years ago
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago
mindspore-ci-bot
2e002ab64c
!2292 gpu fix all nop node graph execute
Merge pull request !2292 from limingqi107/master
5 years ago
limingqi107
0f4397cece
fix all nop node graph execute
5 years ago
lizhenyu
ea0cd5ccdd
add Sigmoid and SigmoidGrad operation of GPU
5 years ago
mindspore-ci-bot
74c3e15675
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
Merge pull request !2194 from 王东旭/master
5 years ago
mindspore-ci-bot
1e12b07afd
!2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
Merge pull request !2251 from YuJianfeng/proximal
5 years ago
mindspore-ci-bot
19e66f06e2
!2150 Gpu Tanh kernel support fp16
Merge pull request !2150 from chenweifeng/tanh-fp16
5 years ago
yujianfeng
c3871d98cc
Add implementation of SparseApplyProximalAdagrad cpu kernel
5 years ago
mindspore-ci-bot
fe797aaf10
!2229 add ftrl optimizer
Merge pull request !2229 from zyli2020/add_ftrl_op
5 years ago
mindspore-ci-bot
95d887a35b
!2226 add adam op for wide&deep model
Merge pull request !2226 from zyli2020/add_adam_op
5 years ago
mindspore-ci-bot
c4863683ef
!2235 add SigmoidCrossEntropyWithLogitsGrad operation
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
5 years ago
mindspore-ci-bot
116ed509bf
!2234 add SigmoidCrossEntropyWithLogits op
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
5 years ago