mindspore-ci-bot
55d280e777
!3608 Add gpu support for RandomChoiceWithMask
...
Merge pull request !3608 from 34bunny/GPU-RandomChoiceWithMask
5 years ago
mindspore-ci-bot
af9398b39a
!3756 Change distribution api
...
Merge pull request !3756 from XunDeng/pp_poc_v3
5 years ago
yujianfeng
57cb1eeb14
Performance optimization of embedding_lookup
5 years ago
mindspore-ci-bot
49ba473bcc
!3803 add gpu klDivLoss op
...
Merge pull request !3803 from baihuawei/loss
5 years ago
mindspore-ci-bot
51fcaf6e61
!3714 stridedslice/stridedslicegrad 4D to 7D
...
Merge pull request !3714 from panbingao/stridedslice
5 years ago
TFbunny
ad8a786b07
add GPU support to RandomChoiceWithMask
5 years ago
Xun Deng
e87e1fc6bc
changed distribution api
5 years ago
mindspore-ci-bot
2449e4e7f1
!3760 Fix GPU-ResizeNearestNeighbor
...
Merge pull request !3760 from 34bunny/GPU-ResizeNearestNeighbor-fix
5 years ago
mindspore-ci-bot
e1f93ec28c
!3619 NMSWithMask - CUDA Impl
...
Merge pull request !3619 from danishnxt/GPU_One
5 years ago
mindspore-ci-bot
82b103a740
!3780 add gpu BinaryCrossEntropy
...
Merge pull request !3780 from baihuawei/losscuda
5 years ago
baihuawei
9eca56635d
add KLDiv loss
5 years ago
baihuawei
aa9ea1707c
add binary cross entropy
5 years ago
panbingao
e6335739d2
stridedslice/stridedslicegrad 4D to 7D
5 years ago
TFbunny
075acf80b1
fix ResizeNearestNeighbor & add util.cuh to support atomicadd for half
5 years ago
peixu_ren
374772035a
Refactor random uniform ops and complete gamma and poisson
5 years ago
wilfChen
4d600e70f1
gpu layernorm
5 years ago
mindspore-ci-bot
f1a39a0f72
!3655 gpu support BroadcastTo kernel
...
Merge pull request !3655 from chenweifeng/broadcast_to
5 years ago
mindspore-ci-bot
773f8e5352
!3707 Gpu support LayerNorm kernel
...
Merge pull request !3707 from chenweifeng/LayerNorm
5 years ago
wilfChen
1eee3d6937
gpu layernorm
5 years ago
danish
a2ffc9530e
stuff added
...
box copying fix
common function for IOU
new sort func
final update + unit test
remove one comment
fix lintig -1
lint fix 2
lint fix 3
last lint fix
value fix in ST nms with mask
addressing comments
pylint fix
pylint fix 1
test file fix
5 years ago
Xun Deng
e94d91ba95
remove import probability from nn/__init__.py
5 years ago
mindspore-ci-bot
afce1c3a40
!3341 GPU maxpool with argmax op
...
Merge pull request !3341 from tom_chen/maxpool_with_argmax
5 years ago
wilfChen
9cad0fec1d
gpu broadcast to
5 years ago
mindspore-ci-bot
46ae7879d4
!3394 Three distribution class instances: Exponential, Geometric Uniform distribution
...
Merge pull request !3394 from XunDeng/pp_poc_v3
5 years ago
mindspore-ci-bot
3cac1bb9f8
!3352 Add ROIAlignGrad GPU operator
...
Merge pull request !3352 from JonathanY/ROIAlignGrad
5 years ago
mindspore-ci-bot
efb12d5e1e
!3560 Add random uniform real op at GPU end
...
Merge pull request !3560 from peixu_ren/custom_gpu
5 years ago
mindspore-ci-bot
bca16792be
!3453 Support resolving an attribute of a Cell class instance
...
Merge pull request !3453 from zichun_ye/resolve_attr_pr
5 years ago
Zichun Ye
5b9899eb4f
add support to resolve attr for a class
...
update logic for cache
clean up code
add test cases for new api
update include of code
specify the resolve attr to ClassMember
avoid resolve attr of self
5 years ago
peixu_ren
e7a99397a5
Add random uniform real op at GPU end
5 years ago
peixu_ren
292f2de0cf
Add sampling functions in exponential, geometric and uniform distributions
5 years ago
Xun Deng
7bb83067d0
added exponential uniform geometric distribution
...
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
5 years ago
mindspore-ci-bot
e730224a2c
!3511 Add IOU, CheckValid, GatherNd, ScatterNd ops.
...
Merge pull request !3511 from linqingke/new_ops
5 years ago
linqingke
7829bab811
add iou ops.
5 years ago
wilfChen
d3167da8af
gpu support stridedslice
5 years ago
tom__chen
5c3be0114f
add maxpool_with_argmax/grad cuda kernel
5 years ago
Jonathan Yan
ad40e00228
roi align grad v1
5 years ago
peixu_ren
19d80b87a9
Fix minor errors in probabilistic programming
5 years ago
mindspore-ci-bot
1e88d64b20
!3259 add gpu cumsum op and reducemin
...
Merge pull request !3259 from baihuawei/automl
5 years ago
baihuawei
4a8724e0ac
add gpu cumsum
5 years ago
mindspore-ci-bot
183cf5cf5d
!3285 Add Encode,Decode,SGD,floordiv,ScatterNd,GatherNd ops.
...
Merge pull request !3285 from linqingke/gpu_ops
5 years ago
linqingke
f679568d86
gpu ops code and test case.
5 years ago
mindspore-ci-bot
8561a16258
!284 add FusedSparse(Adam/LazyAdam/Ftrl/ProximalAdagrad) for aicpu
...
Merge pull request !284 from yanzhenxiang2020/add_fused_sparse_incubator
5 years ago
kingfo
09b437285b
support mix precision in pynative
5 years ago
mindspore-ci-bot
d15b4c5d61
!3201 RoI Align GPU kernel
...
Merge pull request !3201 from JonathanY/main
5 years ago
mindspore-ci-bot
38a52a5b67
!3176 Add gpu support for ResizeNearestNeighbor
...
Merge pull request !3176 from 34bunny/GPU-ResizeNearestNeighbor
5 years ago
yanzhenxiang2020
a536b68c84
add FusedSparse(Adam/LazyAdam/Ftrl/ProximalAdagrad) for aicpu
5 years ago
wangnan39@huawei.com
47245e8ba0
rename operators of sparse optimizer
5 years ago
mindspore-ci-bot
5f10417b9f
!3276 make gpu equal op support int32
...
Merge pull request !3276 from qujianwei/master
5 years ago
Jonathan Yan
661b993475
roi align v1
5 years ago
TFbunny
de28cdc71c
add GPU support to ResizeNearestNeighbor
5 years ago
mindspore-ci-bot
925172664b
!3230 add bprop for sparse_tensor
...
Merge pull request !3230 from riemann_penn/add_bprop_for_sparse_tensor
5 years ago
mindspore-ci-bot
cf4353f728
!3220 Add random normal op at MindSpore front-end
...
Merge pull request !3220 from peixu_ren/custom_gpu
5 years ago
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
5 years ago
qujianwei
7479fb24a0
make gpu equal op support int32
5 years ago
mindspore-ci-bot
bad04340d6
!3240 GPU update CAST and conv2d_pad
...
Merge pull request !3240 from VectorSL/update
5 years ago
peixu_ren
9b45018dfd
Add random normal op at MindSpore front-end
5 years ago
VectorSL
90f15df037
add int64-->fp16 and update conv pad
5 years ago
wangnan39@huawei.com
1cdf6a10ac
rename operators of sparse optimizer
5 years ago
mindspore-ci-bot
6f8863b65d
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
...
Merge pull request !3198 from yanghaoran/code_sync_0718
5 years ago
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
5 years ago
mindspore-ci-bot
32921ea3dc
!3166 add gpu oneslike op
...
Merge pull request !3166 from qujianwei/gpu-oneslike
5 years ago
mindspore-ci-bot
43567f9b9f
!3147 add RNNTLoss and RandomCategorical ops for aicpu
...
Merge pull request !3147 from yanzhenxiang2020/add_rnnt_cate_open.new
5 years ago
qujianwei
fb2ac74d9a
add gpu oneslike kernel
5 years ago
yujianfeng
188d74f15e
Remove transdata and cast for internal outputs
5 years ago
mindspore-ci-bot
11732f0ea2
!3135 GPU cast support more type
...
Merge pull request !3135 from VectorSL/cast2
5 years ago
yanzhenxiang2020
2ae6dfe95a
add RNNTLoss and RandomCategorical op for aicpu
5 years ago
VectorSL
aef2c1984e
cast support more types
5 years ago
mindspore-ci-bot
251683096a
!3045 Gpu support TopK kernel
...
Merge pull request !3045 from chenweifeng/sort
5 years ago
mindspore-ci-bot
e249197c73
!3003 gpu support BroadcastTo kernels
...
Merge pull request !3003 from chenweifeng/broadcastto
5 years ago
wuxuejian
c713382798
add Padding op
5 years ago
mindspore-ci-bot
ad09bf3e87
!3083 add gpu split and restructure gpu concat
...
Merge pull request !3083 from zhaoting/master
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
zhaoting
5c0962acfa
add gpu split and restructure gpu concat
5 years ago
peixu_ren
1feca960aa
Rollback to Normal on D
5 years ago
wilfChen
c10e07734c
gpu support TopK kernel
5 years ago
wilfChen
dfb958de1e
Gpu support BroadcastTo kernel
5 years ago
peixu_ren
ac561f2956
Refactor random normal op
5 years ago
peixu_ren
20ca96c62b
Add random normal MindSpore interface
5 years ago
mindspore-ci-bot
9a1bfd9bd8
!3013 fix tensor bool and float scalar
...
Merge pull request !3013 from amongo/fix_tensor_bool_add_float
5 years ago
huangdongrun
d70b4c1b62
add support for bool tensor and scalar impilicit convert
5 years ago
kingfo
add3778a61
add grad all in pynative mode
5 years ago
wilfChen
0fdc304a8e
gpu support smoothl1loss
5 years ago
mindspore-ci-bot
0c7a5f76a3
!2779 gpu support CTCLoss kernel
...
Merge pull request !2779 from chenweifeng/ctcloss
5 years ago
wilfChen
d54154a1f9
Gpu support ctcloss kernel
5 years ago
peixu_ren
bef1fc7f19
add sample functions in normal and bermoulli distributions
5 years ago
Xun Deng
0aa26c1815
add high level abstract class Distribution and two example class:
...
Bernoulli and Normal
5 years ago
changzherui
17da929b82
syn code 0706
5 years ago
xutianchun
f9088f46bd
change crop_size from tensor to tuple
5 years ago
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