hedongdong
cf69e39d31
[examples] correct failed examples
5 years ago
mindspore-ci-bot
304499dfaa
!11498 RangeOp fix docstring example
From: @peilin-wang
Reviewed-by: @tom__chen,@mikef
Signed-off-by: @mikef
5 years ago
hedongdong
8107cb8283
[Docs] update formulas for math and array operators
5 years ago
mindspore-ci-bot
f8f6421459
!10968 Add dynamic shape support for the operator Concat
From: @david-he91
Reviewed-by:
Signed-off-by:
5 years ago
hedongdong
8241dfa443
Add dynamic shape support for the operator Concat
5 years ago
Peilin Wang
416e2cf249
initial commit
5 years ago
yuchaojie
1932d87a26
update some op's attr name
5 years ago
yanghaoran
58bae307d6
fix bugs
5 years ago
lihongkang
1d7951fb11
fix bugs
5 years ago
liuxiao93
3d16a4d111
Update nn.Range for GPU backend.
5 years ago
lihongkang
5bd1a198ad
fix bugs
5 years ago
Peilin Wang
507cc4ab15
range past segfault addressed comments
changed default max_output_length to 1000000
change docstring
fix ci
change max_output_length to maxlen
5 years ago
wangshuide2020
0f75370377
update the documentation of MaxPoolWithArgmax, BroadcastTo, GlobalBatchNorm and DistributedGradReducer operators.
5 years ago
mindspore-ci-bot
3bacb39f1a
!10711 none expand dims
From: @yepei6
Reviewed-by:
Signed-off-by:
5 years ago
shibeiji
0fd3f6ad55
add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad
5 years ago
caojian05
06fb28c703
add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
5 years ago
Payne
f56dd425c8
fancy index getitem: None
5 years ago
mindspore-ci-bot
79893d6fef
!10336 Add Pack op for CPU Kernel
From: @zyx5256
Reviewed-by:
Signed-off-by:
5 years ago
zhuyuxiao
35ff7c58f2
add pack for cpu kernel; bugfix adagrad gpu
5 years ago
shibeiji
d043eeb834
add CPU operators: Div/Mod/Minimum/Floor/ArgMinWithValue
5 years ago
mindspore-ci-bot
3c20f996c4
!10419 update example of Cast, Concat and Argmax operator
From: @wuxuejian
Reviewed-by: @liangchenghui,@oacjiewen
Signed-off-by: @liangchenghui
5 years ago
wuxuejian
4e69f8dcc6
update example of Cast, Concat and Argmax operator
5 years ago
wangshuide2020
9c6128c84c
update the example of TensorAdd and DepthToSpace operator.
5 years ago
wangshuide2020
789123c5cd
update the description of EmbeddingLookup operator and add the output of multinomial operator.
5 years ago
buxue
a6cf444864
optimize inputs check for predict of model and init data check for Tensor
5 years ago
mindspore-ci-bot
00611b1c41
!10175 Add tensor.ndim and rename tensor.size() to tensor.size
From: @yanglf1121
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
253e49543e
!10299 update the example of NMSWithMask operator and modify the format of description of ScatterUpdate operator.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
Peilin Wang
412665f707
wrap sequenceMask in composite
5 years ago
wangshuide2020
3d1647d770
update the example of NMSWithMask operator and modify the format of description of ScatterUpdate operator.
5 years ago
caojian05
a3b6f57842
add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
5 years ago
mindspore-ci-bot
1c43115eef
!9540 [MS][API] - Update BroadcastTo to be able to support dynamic -1
From: @danishnxt
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
a83e058f42
!9858 [MS][GPU][API] UnsortedScatterND_int64_Support
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman,@robingrosman
Signed-off-by:
5 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
5 years ago
wangshuide2020
fd74df15c8
update the description of some operations.
5 years ago
mindspore-ci-bot
b645f7959d
!9749 [MS][API] UnsortedSegmentMax_Min added check for bug fix - num_segments
From: @danishnxt
Reviewed-by:
Signed-off-by:
5 years ago
danishnxt
d1fcfaf0f2
First commit - scatter_nd_int64_update
lint fix - no lint required for previous code
fix int64 templates
removed extra files
5 years ago
danishnxt
bc84e9b4e7
range check - UortedSegmin/max num_seg tensors
added in checks in PythonAPI to trigger Value errors in case of non dyn
added required check for python API
ST update + op check update
revert segSum change
updated gatherV2 and SplitOp check
added shape -1 sanity check - splitOp
slight refactor in unseg-Min/Max
lintfix
lint fix
5 years ago
yanzhenxiang2020
f5be64f97e
fix loguniform and meshgrid
5 years ago
danishnxt
67c528386e
update BroadcastTo
typo in API
added init type check + fix doc
fixes
lint
added prim_attr setter in python API
revert back one
changed self.shape / add prim attr
fix
5 years ago
mindspore-ci-bot
f62621a23d
!9840 Add index range lints for gatherd in front-end api
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
d68708960e
!9620 [MS][GPU] UnsortedSegmentMax_int64_Support
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by:
5 years ago
zhouyuanshen
36f54d0573
add index value range lint for gatherd in front-end api
5 years ago
mindspore-ci-bot
561ced751d
!9786 fix wide&deep readme
From: @yao_yf
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
5 years ago
yao_yf
7282d333d2
fix wide&deep readme
5 years ago
lihongkang
def7fca51f
fix bugs
5 years ago
danishnxt
0be02c4756
UnsortedSegMax_Int64_support
lint fix
style fix
style fix 2
5 years ago
zhaoting
3b9e9068c7
add CPU OnesLike and ZerosLike
5 years ago
yao_yf
519f415d6b
unsortsegment_sum infershape in dynamicshape fi
5 years ago
mindspore-ci-bot
9605102dd1
!9429 update supported platforms for op EmbeddingLookup, ELU and fix bugs of op SparseGatherV2, ArgMaxWithValue
From: @lihongkang1
Reviewed-by: @liangchenghui,@youui
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
f9d053316c
!9219 Add Select op for cpu
From: @he-botao
Reviewed-by:
Signed-off-by:
5 years ago