xcnick
201f85f636
Add scattersub op for gpu
4 years ago
xcnick
d8d906df3a
add scatter_nd_add and scatter_nd_sub op for gpu
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
wsq3
5a268a5345
add argminwithvalue oparetor arithmetric
4 years ago
i-robot
71e8af3800
!18540 Gpu kernel for TensorScatterMax/Min/Mul/Div and their grad operators
Merge pull request !18540 from Peilin/tensor-scatter-mul/div/max/min-gpu-kernel
4 years ago
i-robot
50eccbd699
!20178 Rectification of operator ease of use part 5
Merge pull request !20178 from dinglinhe/code_docs_dlh_ms_I3R3BX_6
4 years ago
Peilin Wang
0824f13ea6
initial commit: change of requirements, no more div/mul, need sub
4 years ago
i-robot
7352110561
!20350 update the result of example for Split, Tril, Triu and ApplyFtrl.
Merge pull request !20350 from wangshuide/code_docs_wsd_master_new
4 years ago
wangshuide2020
ce5e320b93
update the result of example for Split, Tril, Triu and ApplyFtrl.
4 years ago
dinglinhe
b39eb2e214
Update docs to meet the requirements of ease of use
4 years ago
wangshuide2020
b9ab6f8f88
update the example of AllReduce and add GPU platform for Meshgrid, Randperm and LRN.
4 years ago
i-robot
49c8d6a27e
!19789 Add Diag and DiagPart op for Ascend.
Merge pull request !19789 from liuxiao93/add-Diag-and-DiagPart
4 years ago
wangshuide2020
b2b66abdb0
update the result of example of Split, AdaptiveAvgPool2D and ReduceMean operators.
4 years ago
liuxiao93
064ead40e1
Add Diag and DiagPart op for Ascend.
4 years ago
dinglinhe
570b90356b
update docs for its wrong output
4 years ago
dinglinhe
3d85948d11
fix the wrong output of some operators
4 years ago
dinglinhe
716e5667d4
fix the error format for some operators
4 years ago
zuochuanyong
6fe4ddbc58
sync bugfix of Gather op from enterprize
4 years ago
i-robot
768e61ef95
!18962 fix some code spell errors in ops/operations
Merge pull request !18962 from zhunaipan/master
4 years ago
zhunaipan
3f4b1dddb5
fix some code spell errors in ops/operations
modified: mindspore/ops/operations/_embedding_cache_ops.py
modified: mindspore/ops/operations/_inner_ops.py
modified: mindspore/ops/operations/_quant_ops.py
modified: mindspore/ops/operations/array_ops.py
modified: mindspore/ops/operations/inner_ops.py
modified: mindspore/ops/operations/nn_ops.py
modified: mindspore/ops/operations/quantum_ops.py
4 years ago
yanzhenxiang2020
de025bd228
fix cpu ops example
4 years ago
i-robot
e38247dcc8
!18597 fix api and param check for tensor scatter add
Merge pull request !18597 from 杨林枫/fix_tensor_scatter_add
4 years ago
yanglf1121
e56f6054b3
fix tensor scatter add api
4 years ago
i-robot
9125f647f3
!18541 add non negative validation of begin args for slice operator.
Merge pull request !18541 from wangshuide/wsd_master
4 years ago
i-robot
f6cda391a9
!18487 remove the redundant code, add docstring of operator init and add default valuefor args.
Merge pull request !18487 from wangshuide/wsd_master_warn
4 years ago
wangshuide2020
c4014a8e2d
add non negative validation of begin args for slice.
4 years ago
wangshuide2020
185ddbbe66
remove the redundant code, add docstring of operator init and add default value for args.
4 years ago
shen_jingxing
413862059b
Transpose
4 years ago
i-robot
07878b3ea0
!18345 fix docs of Unique for its example appears wrong output
Merge pull request !18345 from dinglinhe/code_docs_dlh_ms_I3V79E_1
4 years ago
i-robot
0e1ef34af9
!18200 fix file clean
Merge pull request !18200 from wuxuejian/ops
4 years ago
wuxuejian
5ac46e0007
fix file clean
4 years ago
dinglinhe
4e9b8feaec
fix wrong output in Unique example
4 years ago
dinglinhe
431131a6f1
fix wrong example output
4 years ago
dinglinhe
147df57261
fix trailing space in the example
4 years ago
dinglinhe
316662cacb
Rectification of operator ease of use
5 years ago
mindspore-ci-bot
d7e299ebac
!17002 Add scatter_nd_update op for gpu
From: @xcnick
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
a3d4dc5c2b
!17663 Adding SearchSorted Operator in CPU
From: @huangbo77
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
1e340b3c3b
!17686 fix the format, extract function and del redundant code.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
wangshuide2020
9877a491dc
fix the format, extract function and del redundant code.
4 years ago
huangbo77
04d7094aff
adding SearchSorted operator to CPU
4 years ago
Peilin Wang
722ff200f5
ReverseV2 op initial commit
fix ci
added uint8 and int16 type support
4 years ago
xcnick
86bf1fd890
add scatter_nd_update op for gpu
5 years ago
mindspore-ci-bot
26f09bed9b
!17418 Add MaskedSelect CPU Operation
From: @wuxuejian
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
bc8991120d
!17467 Add missing input check for TensorScatterUpdate op
From: @peilin-wang
Reviewed-by: @liangchenghui,@john_tzanakakis
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
9d7f3a0393
!17153 [MS][GPU] ReverseSequence - New GPU Op
From: @danishfarid
Reviewed-by:
Signed-off-by:
4 years ago
wuxuejian
5ad5e427d0
Add MaskedSelect CPU Operation
5 years ago
Peilin Wang
9b31db714b
add check for index_shape[-1] > len(input_x.shape)
4 years ago
danishfarid
e4d33f1195
first commit - ReverseSequence - GPU
Added additional comments + added test case + lint
linting + fixed dyn cast to static cast
comment add
MindTester case fix - 0 edge case + improved comments
addressing some comments + malloc remove from kernel
Added test case for 0 edge case testing
5 years ago
wangshuide2020
348cbf528c
fix the format and other warning problems.
5 years ago