peixu_ren
2d5d44ab22
Add test cases for uniform ops on GPU
5 years ago
mindspore-ci-bot
314c5ad055
!5172 remove name arg from gradoperation
Merge pull request !5172 from riemann_penn/remove_name_args_from_gradoperation
5 years ago
panyifeng
1a54785fe2
remove name arg from gradoperation
5 years ago
peixu_ren
10f381d662
Modify the name of parameters in uniform
5 years ago
Xun Deng
c9f8f9fe85
added CheckTenosr and CheckTuple
5 years ago
jonyguo
4964f7703a
Merge branch 'master' into code_sync_incubator_f3c32baf_to_master_fcfc75a3_0811
5 years ago
Xun Deng
be6db4a6fe
add scalar affine and softplus bijector
5 years ago
peixu_ren
3820533ad1
Refactor Gamma and Poisson ops
5 years ago
changzherui
22336c0843
sync 0807 code to ms-incubator
5 years ago
peixu_ren
b9c8c0b439
Added Bijector TransformDistribution base classes and two instances: power and exp bijectors
5 years ago
Xun Deng
e87e1fc6bc
changed distribution api
5 years ago
peixu_ren
374772035a
Refactor random uniform ops and complete gamma and poisson
5 years ago
Xun Deng
e94d91ba95
remove import probability from nn/__init__.py
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
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
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
peixu_ren
19d80b87a9
Fix minor errors in probabilistic programming
5 years ago
yanzhenxiang2020
a536b68c84
add FusedSparse(Adam/LazyAdam/Ftrl/ProximalAdagrad) for aicpu
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
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
5 years ago
peixu_ren
9b45018dfd
Add random normal op at MindSpore front-end
5 years ago
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
5 years ago
yanzhenxiang2020
2ae6dfe95a
add RNNTLoss and RandomCategorical op for aicpu
5 years ago
wuxuejian
c713382798
add Padding op
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
peixu_ren
ac561f2956
Refactor random normal op
5 years ago
huangdongrun
d70b4c1b62
add support for bool tensor and scalar impilicit convert
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
wuxuejian
e64a53bf1b
fix embeddinglookupgrad when param shape is one dim
5 years ago
xutianchun
77b5ae054a
fix CropAndResize doc
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
yanghaoran
21c381b366
sync from mindspore to incubator
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
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
pkuliuliu
acf46bafbb
add Normal op
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
yanzhenxiang2020
7eb3749f26
add cast op for aicpu
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
yanzhenxiang2020
89302a60cf
add pack op for aicpu
5 years ago
jonyguo
228061818c
Merge branch 'incubator-master' into sync_05177ff9_6b1715a7
5 years ago
mindspore-ci-bot
6b1715a76b
!150 add RNNTLoss and RandomCategorical ops for aicpu
Merge pull request !150 from yanzhenxiang2020/add_rnnt_and_categorical
5 years ago
yanzhenxiang2020
e3d1e2f55b
add RNNTLoss and RandomCategorical op for aicpu
5 years ago