tacyi139
f5dbafc1eb
optimized the code error msg
4 years ago
dinglinhe
fd587ca4cd
update ops docs for it need to optimize
4 years ago
i-robot
13a48747a8
!24057 update docs for Problems in TensorFlow and Mindspore of API mapping
Merge pull request !24057 from dinglinhe/code_docs_dlh_ms_I4BJIO
4 years ago
dinglinhe
507ba31753
update docs for Problems in TensorFlow and Mindspore of API mapping
4 years ago
Margaret_wangrui
10a5ab7f54
Remove StandardNormal side_effect_mem mark, and fix gpu kernel select bug
4 years ago
Margaret_wangrui
ace3a6c37c
Fix Sponge network problem
4 years ago
wangshuide2020
9e1b390c41
add calculation picture of ScatterNd and add CPU platform for LogSigmoid, DenseBnAct, FTRL, etc.
4 years ago
dinglinhe
9a8c1b3c73
array_ops error recti and others
4 years ago
i-robot
41a5c0ae26
!23206 Remove side_effect_mem mark for random operator
Merge pull request !23206 from Margaret_wangrui/random_op_2
4 years ago
i-robot
76fac95591
!23069 Modify error content
Merge pull request !23069 from huchunmei/master
4 years ago
huchunmei
c75773cf37
Modify error content
4 years ago
Margaret_wangrui
2310a9d013
Remove side_effect_mem mark for random operator
4 years ago
Margaret_wangrui
d9b2abad70
Add _random_effect for random operator
4 years ago
i-robot
66f4756555
!20476 Adding 9 object-detection operators in CPU
Merge pull request !20476 from huangbo/object_detection_2
4 years ago
huangbo77
7926769fc9
adding 9 object detection operators
4 years ago
dinglinhe
b39eb2e214
Update docs to meet the requirements of ease of use
4 years ago
wangshuide2020
185ddbbe66
remove the redundant code, add docstring of operator init and add default value for args.
4 years ago
yanzhenxiang2020
32481cdb74
fix DynamicStitch check and StandardNormal docs
4 years ago
liuhe
28118e2376
fix format error of GradOperation, gamma, poisson, etc.
5 years ago
liuhe
9c5de2b698
add raises of MatMul, Maximum, Minimum, etc.
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
wangshuide2020
789123c5cd
update the description of EmbeddingLookup operator and add the output of multinomial operator.
5 years ago
mindspore-ci-bot
956e0cf1dc
!10164 add LogUniformCandidateSampler input check
From: @yanzhenxiang2020
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
5 years ago
zhunaipan
f08cac4fbe
modify the comment format
5 years ago
yanzhenxiang2020
4252ce0ad3
add LogUniformCandidateSampler input check
5 years ago
yanzhenxiang2020
f5be64f97e
fix loguniform and meshgrid
5 years ago
TFbunny
5263588b2c
add int64 support to UniformCandidateSampler GPU
5 years ago
peixu_ren
16bbdc4eca
Add some examples for random ops
5 years ago
yanzhenxiang2020
d4bca2b9c3
amend randperm
amned amend randperm and add NoRepeatNGram ops for aicpu
5 years ago
mindspore-ci-bot
9d51fbfe26
!9323 Add StandardNormal for CPU
From: @yuanwei66
Reviewed-by:
Signed-off-by:
5 years ago
yuanwei66
5735bb1289
CPU operation dev:StandardNormal
5 years ago
mindspore-ci-bot
28885ea687
!9374 add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
yanzhenxiang2020
3a1a9ff6dc
add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
5 years ago
Peilin Wang
acfe9c9aab
initial commit, fixed indentation of inputs/outputs
5 years ago
zhangz0911gm
0ffec7acf9
Fixing some tiny faults in notes of classes' examples
5 years ago
mindspore-ci-bot
2370828043
!8586 fix GatherD and add Randperm for aicpu
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
lihongkang
0fa0fd39bb
fix bugs
5 years ago
yanzhenxiang2020
082cb4e7fd
add Randperm/GatherDGrad and fix GatherD for aicpu
5 years ago
zengzitao
3ef0e9f053
substitute dropout by cudnnuniformreal and dropout
5 years ago
lilei
43c0092d7f
modifg_ops_note
5 years ago
mindspore-ci-bot
ac0b1aa960
!8772 Updating notes for remaining .py file in ops/nn folder
From: @zhangz0911gm
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
0b992c077b
!8804 Prevent int64 from converting to int32 in UniformCandidateSampler
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
5 years ago
TFbunny
b82d42cc56
blocking int64 from reducing percision to int32
5 years ago
mindspore-ci-bot
d4ebd7bf4a
!8718 Add labels to python files
From: @JunYuLiu
Reviewed-by:
Signed-off-by:
5 years ago
JunYuLiu
4a36c8d9bd
Add labels to python files
5 years ago
TFbunny
1b22e6d8ae
move P.UniformCandidateSampler to ops.random
5 years ago
zhangz0911gm
e0da1539b2
Updating remaining notes
5 years ago
hedongodng
a5016a0ead
fix: I24U3E, I24U50, I24U7V and I24TZT. Correct operator descriptions
5 years ago
zhangz0911gm
6fb2aa6023
Updating Notes for py files
5 years ago
mindspore-ci-bot
3fdd75dd5e
!8450 add supports to op randomcategorical on gpu
From: @yuan_shen_zhou
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34,@liangchenghui
5 years ago