Xun Deng
be6db4a6fe
add scalar affine and softplus bijector
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
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
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
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
liuwenhao4
7b911886ec
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
liuwenhao4
f87c70a9ab
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
...
Merge pull request !1257 from candanzg/implicit_type_conversion2
5 years ago
liuwenhao4
a7ad0d0a49
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
candanzg
2429da19fb
implicit type conversion
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
huangdongrun
1159f2b11e
add prim infer attr cache
...
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
5 years ago
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
ms_yan
d5e896b51c
delete storageDataset Op API and its test case
5 years ago
jinyaohui
5a914994ba
clean pylint
5 years ago
jinyaohui
391a060f21
remove two context param
5 years ago