Commit Graph

1494 Commits

Author SHA1 Message Date
i-robot 5e2dbba786
!45415 LogSpace LowerBound Lstsq LuSolve LuUnpack 文档补齐
Merge pull request !45415 from haozhang/code_docs_11_10_1
2022-11-18 02:57:34 +00:00
i-robot d64332009e
!43408 [assistant][ops][I5EWOV] Fix SquaredDifference GPU with DataType
Merge pull request !43408 from 郑鹏飞/squared_difference
2022-11-18 02:28:10 +00:00
i-robot d28ce2e019
!45610 ops模块API文档补齐
Merge pull request !45610 from yxx/master
2022-11-18 02:20:46 +00:00
i-robot dd5391d37c
!41929 [feat][assistant][I5EWNU] Add datatype for Elu
Merge pull request !41929 from 胡静/elu
2022-11-18 02:12:32 +00:00
i-robot 4ec3a1f930
!45672 tensor divide op
Merge pull request !45672 from 于振华/op_divided_develop_1116
2022-11-18 01:48:37 +00:00
fengyihang 0c1ec2c269 modify pad docs 2022-11-18 09:32:22 +08:00
hw_hz 8bbb3cc986 Code_docs 中文api补充 2022-11-18 09:27:32 +08:00
i-robot 5eb47c46dc
!45625 算子API中文资料补齐
Merge pull request !45625 from haozhang/code_docs_api_11_16
2022-11-18 01:06:59 +00:00
i-robot 874608da80
!45292 support pad ops
Merge pull request !45292 from 冯一航/support_pad_ops
2022-11-17 11:13:02 +00:00
i-robot 4df930e8c9
!45659 [MS][DOC]fix bug of doc
Merge pull request !45659 from mengyuanli/code_docs_bug_fix
2022-11-17 09:49:33 +00:00
yuzhenhua ee80fcf020 tensor divide op 2022-11-17 17:14:34 +08:00
mengyuanli b23d360bf1 fix bug of docs 2022-11-17 16:30:00 +08:00
hw_hz de0234d9cd 11/16 2022-11-17 16:15:15 +08:00
i-robot 0d7d58ebfe
!45641 modify format
Merge pull request !45641 from 俞涵/code_docs_1110
2022-11-17 07:07:21 +00:00
i-robot 08eee016e1
!45648 code_docs_ops_fractional_max_pool_2d3d
Merge pull request !45648 from yide12/code_docs_nn_master
2022-11-17 06:56:32 +00:00
huodagu 8035203d14 modify format1116 2022-11-17 14:36:56 +08:00
yide12 86a13be32d code_docs_ops_fractional_max_pool 2022-11-17 11:08:50 +08:00
yangxixin 240e1f88d8 ops模块API文档补齐 2022-11-17 10:56:07 +08:00
i-robot 01e44b24a8
!45367 Graph Kernel adapt convert input attr about graph kernel
Merge pull request !45367 from ZengZitao/convert_input_attr_gk
2022-11-17 02:19:12 +00:00
i-robot 31902f699a
!45540 ArgMin/ArgMax/ArgMinWithValue/ArgMaxWithValue算子不同后端对输入0维Tensor行为不一致修改,以及argmin算子functional与tensor接口的参数与torch对齐
Merge pull request !45540 from 李良灿/fixArgs
2022-11-17 01:56:16 +00:00
i-robot 13eafa6781
!45494 Add function and ops api for stop_gradient
Merge pull request !45494 from YuJianfeng/stop_gradient
2022-11-17 01:50:28 +00:00
zengzitao e076ff4429 adapt conver input attr for gk
add Onehot and Reshape input not to attr

reshape/tile/transpose/slice/stridedslice const input do not convert to attr

reduce axis not convert to attr &
add skip_mode

ops: input to attrs

fix bug: insert transpose

add transpose fix

fix bug: update remove_format_transform_pair & remove_redundant_format_transform
2022-11-16 16:06:20 +08:00
liangcanli 8ca7ddbdef ChangeApiOfArgmin
fix when input shape is 1
2022-11-16 15:38:47 +08:00
i-robot bcb08a4804
!45576 Optimize the docs of GradOperation api
Merge pull request !45576 from YuJianfeng/code_docs
2022-11-16 06:14:11 +00:00
yujianfeng 120ac9e7e8 Add function and ops api for stop_gradient 2022-11-16 14:12:23 +08:00
i-robot 0f9c2bbf35
!45463 add api of Tensor.log10, Tensor.log2 and Tensor.multiply
Merge pull request !45463 from ZhidanLiu/multiply
2022-11-16 01:41:30 +00:00
i-robot 6dd244e04c
!45317 fix repeat_interleave
Merge pull request !45317 from 冯一航/support_repeat_inter
2022-11-16 01:15:40 +00:00
yujianfeng d3f2f6eca9 optimize the docs of GradOperation api 2022-11-15 18:35:54 +08:00
i-robot e817895e7c
!45560 modify format
Merge pull request !45560 from 俞涵/code_docs_1110
2022-11-15 08:28:15 +00:00
fengyihang ce2a9a5708 rewrite pad ops 2022-11-15 16:12:09 +08:00
i-robot d59aeb9bee
!45220 fractional_max_pool_2d_3d_ops_master
Merge pull request !45220 from yide12/fractionalmaxpool_ops
2022-11-15 06:23:18 +00:00
huodagu 38bf0b73ba modify format1115 2022-11-15 14:13:30 +08:00
panfengfeng 5e91012009 fix issue I60Q6L I5YQCT I5YQ9F I5YE52 2022-11-14 23:30:14 -05:00
i-robot 6455d82e92
!45515 [MS][DOC]add CTCLoss v2 doc
Merge pull request !45515 from mengyuanli/code_docs_export_primitive_3
2022-11-15 03:56:20 +00:00
i-robot 9db1a6aaee
!45525 [MS][OP]bartlett_window blackman window
Merge pull request !45525 from mengyuanli/code_docs_export_primitive_bartlett_window
2022-11-15 03:50:23 +00:00
i-robot 8622779fae
!45542 [MS][DOC]add some primitive doc
Merge pull request !45542 from mengyuanli/code_docs_export_primitive
2022-11-15 03:40:47 +00:00
i-robot d6fa81ba69
!45151 Fix the summary operator example
Merge pull request !45151 from maning202007/master
2022-11-15 03:28:13 +00:00
mengyuanli b3b33bc0c3 export bartlettWindow blackmanWindow primitive
Update docs/api/api_python/ops/mindspore.ops.func_bartlett_window.rst
2022-11-15 11:16:30 +08:00
fengyihang 3be5085b16 support repeat inter 2022-11-15 11:06:24 +08:00
mengyuanli b5b3532c60 add betainc doc 2022-11-15 10:59:09 +08:00
mengyuanli fe56bc3c01 export some v2 v3 primitive 2022-11-15 10:04:00 +08:00
i-robot 8bb913a613
!45471 [MS][OP]add some primitive chinese docs
Merge pull request !45471 from mengyuanli/code_docs_export_primitive_2
2022-11-15 01:54:05 +00:00
i-robot 1262abbfde
!45453 remove useless api-----> ops.core
Merge pull request !45453 from lianliguang/remove-useless-api
2022-11-15 01:41:34 +00:00
i-robot 4b98ca7361
!45538 Fix baddbmm doc
Merge pull request !45538 from DavidFFFan/code_docs_add_rewrite_doc
2022-11-14 14:31:56 +00:00
i-robot 62b3829598
!45537 add document of DiagPart
Merge pull request !45537 from yangshuo/code_docs_api
2022-11-14 12:55:43 +00:00
y00451588 e4d70150d5 add document of DiagPart 2022-11-14 19:26:14 +08:00
fandawei 92f0fe6e7c fix baddbmm doc. 2022-11-14 17:37:59 +08:00
mengyuanli f2cef45b84 add some primitive 4 2022-11-14 16:47:47 +08:00
i-robot ed6ad60271
!45520 modify format
Merge pull request !45520 from 俞涵/code_docs_1110
2022-11-14 08:40:55 +00:00
i-robot 5ad5f358d6
!45420 Add tensor.baddmm, doc and st test
Merge pull request !45420 from DavidFFFan/api_tensor
2022-11-14 08:17:26 +00:00
huodagu c5b7adb803 modify format1114 2022-11-14 15:48:35 +08:00
yide12 851697791d fractionalmaxpool_ops 2022-11-14 14:52:10 +08:00
i-robot 8b08b7ab88
!45457 [MS][DOCS]add some chinese doc
Merge pull request !45457 from mengyuanli/code_docs_export_primitive
2022-11-14 06:16:17 +00:00
i-robot 08a1e94f49
!45496 modify the error anchor in files
Merge pull request !45496 from 宦晓玲/code_docs_1114
2022-11-14 02:46:08 +00:00
mengyuanli a47603042e export some primitve 3 2022-11-14 10:39:37 +08:00
huanxiaoling 171910d448 modify the error anchor in files 2022-11-14 10:12:26 +08:00
i-robot 2e2d70f6cf
!45451 modify format
Merge pull request !45451 from 俞涵/code_docs_1110
2022-11-14 01:51:17 +00:00
lianliguang 2f1cea5e67 remove useless api 2022-11-12 14:53:35 +08:00
i-robot 04071265a5
!44783 redefine median function api
Merge pull request !44783 from liuchao/median
2022-11-11 13:08:16 +00:00
i-robot 28fdfb512a
!43683 [assistant][ops] Add Betainc, SpaceToBatchND and BatchToSpaceND
Merge pull request !43683 from zwy9901/merge
2022-11-11 09:36:00 +00:00
i-robot 8d7576b64f
!45343 add api Tensor.rad2deg deg2rad
Merge pull request !45343 from emmmmtang/tensor_deg2rad
2022-11-11 09:32:54 +00:00
i-robot 46afb9d378
!45460 add file in rst folder
Merge pull request !45460 from 宦晓玲/code_docs_1111m
2022-11-11 07:38:49 +00:00
huanxiaoling cc6cf10c3b add file in rst folder 2022-11-11 14:53:46 +08:00
huodagu a33297f5d4 modify format 2022-11-11 12:15:54 +08:00
Corleone 7e22cb37d4 redefine median function api 2022-11-11 11:44:00 +08:00
maning202007 cfec93cdf1 Fix the summary operator example
Fix the error log Incorrect parameter for dump
2022-11-11 11:43:40 +08:00
i-robot 7179434b15
!45443 cummax函数名修正
Merge pull request !45443 from yxx/code_docs_export_primitive
2022-11-11 03:37:49 +00:00
emmmmtang 09c07f5ca9 add Tensor.rad2deg deg2rad 2022-11-11 11:24:41 +08:00
yangxixin 91a38196c9 cummax函数名修正 2022-11-11 11:02:22 +08:00
i-robot 458bb025dc
!45286 code_docs_fix_remainder
Merge pull request !45286 from yide12/tensor_nelement_numel_permute_positive_remainder
2022-11-11 02:50:54 +00:00
i-robot e9e4704949
!45413 [MS][DOC]add some primitive doc
Merge pull request !45413 from mengyuanli/code_docs_export_primitive_2
2022-11-11 02:47:52 +00:00
i-robot 3656c62627
!45405 pinv api增加至接口列表
Merge pull request !45405 from wujueying/master
2022-11-11 02:11:17 +00:00
mengyuanli b0b6b6cb56 add some primitive doc 2022-11-11 09:49:05 +08:00
i-robot e755f679ee
!45401 ops模块API文档补齐
Merge pull request !45401 from yxx/code_docs_export_primitive
2022-11-11 01:45:11 +00:00
fandawei 2a5a435391 add tensor.baddmm, doc and st test 2022-11-10 22:27:57 +08:00
yangxixin 98e7d511c3 ops模块API文档补齐 2022-11-10 20:58:07 +08:00
i-robot a6fdae96e4
!45395 add marginrankingloss docs
Merge pull request !45395 from 冯一航/code_docs_add_margin_doc
2022-11-10 10:56:31 +00:00
ZhidanLiu 1fa2406a35 add api of Tensor.log10, Tensor.log2 and Tensor.multiply 2022-11-10 17:44:52 +08:00
i-robot 7c0fb73222
!45347 [MS][DOC]export some primitive doc
Merge pull request !45347 from mengyuanli/code_docs_export_primitive
2022-11-10 09:04:27 +00:00
wujueying a5841b9e09 add pinv to api list 2022-11-10 16:43:37 +08:00
fengyihang 06c01d82f9 add marginrankingloss docs 2022-11-10 16:10:57 +08:00
mengyuanli 04156a8df0 export some primitive 2022-11-10 16:01:39 +08:00
i-robot 41e0388f57
!44551 Modify ops.argmax functional api
Merge pull request !44551 from huangbingjian/argmax_func
2022-11-10 07:09:21 +00:00
i-robot acad963438
!45316 neg_ops_master
Merge pull request !45316 from yide12/tensor_neg_master
2022-11-10 07:02:22 +00:00
i-robot 19f2e20376
!45197 Tensor APIs
Merge pull request !45197 from shaojunsong/tensor1104
2022-11-10 06:53:05 +00:00
i-robot 081d939a93
!45288 Modify the docs of conv3d functional api
Merge pull request !45288 from 朱家兴/master
2022-11-10 06:22:16 +00:00
i-robot a93291a84f
!45320 Add ops operators
Merge pull request !45320 from shaojunsong/fix/ops1109
2022-11-10 06:10:37 +00:00
i-robot a6ece5e38d
!45258 Add function.gaussian_nll_loss
Merge pull request !45258 from shaojunsong/fix/gaussian_nll_loss
2022-11-10 03:21:06 +00:00
i-robot 21ce969674
!38265 [feat] [assistant] [I4XJI7] add array operator MaskedFill
Merge pull request !38265 from Seeker98/op_maskedfill_0711
2022-11-10 02:58:11 +00:00
shaojunsong 6f14d7d62a add ops.true_divde, ops.subtract 2022-11-10 10:33:34 +08:00
i-robot 7822eb4216
!45273 [MindSpore]change csr_mm中文注释修改
Merge pull request !45273 from 十六夜/master
2022-11-10 01:27:44 +00:00
i-robot af77fb457c
!45182 add api of Tensor.lcm Tensor.ldexp
Merge pull request !45182 from emmmmtang/master
2022-11-10 01:10:05 +00:00
z30020733 cf430f82a4 Modify the docs of conv3d functional api 2022-11-09 20:58:26 +08:00
i-robot c085dc8bc2
!44592 remove useless api
Merge pull request !44592 from lianliguang/remove-useless-api
2022-11-09 12:50:26 +00:00
i-robot 38df7ea7a7
!45338 fix docs related issues master
Merge pull request !45338 from 李林杰/code_docs_1109_fix_docs_master
2022-11-09 11:20:17 +00:00
lilinjie 23ad3aad53 fix docs related issues master 2022-11-09 17:08:03 +08:00
shaojunsong e63c57ef62 add function.gaussian_nll_loss 2022-11-09 16:08:08 +08:00
huangbingjian e592cd16cf Modify ops.argmax functional api 2022-11-09 15:10:39 +08:00
lianliguang 316afeaf94 remove useless api 2022-11-09 14:46:43 +08:00
yangfn777 9e8c03a547 add aicpu op MaskedFill 2022-11-09 13:14:49 +08:00
huodagu 2374792d7a modify format 2022-11-09 11:34:40 +08:00
yide12 6eb55385c1 add_negative_ops 2022-11-09 10:33:56 +08:00
izayoi 75247267f9 csr_mm
Signed-off-by: izayoi <dingyahao@huawei.com>
2022-11-09 10:08:43 +08:00
i-robot e332250070
!45247 Add ops.arccos and tensor.arccos
Merge pull request !45247 from DavidFFFan/api_tensor
2022-11-09 01:34:24 +00:00
emmmmtang 95a5f96b16 add api of Tensor.lcm Tensor.ldexp 2022-11-08 21:16:20 +08:00
cse260 c4be3853bc Add Betainc,SpaceToBatchND and BatchToSpaceND 2022-11-08 18:28:29 +08:00
huodagu 10ae4db3ee add note in examples 2022-11-08 17:50:31 +08:00
i-robot 62ea1616c0
!45246 q3 collective review part5 master
Merge pull request !45246 from 李林杰/code_docs_1107_q3_doc_collective_review_part5_master
2022-11-08 09:23:49 +00:00
lilinjie 366136aca5 q3 collective review part5 master 2022-11-08 16:30:27 +08:00
yide12 34536037ac remainder_docs_fix 2022-11-08 16:01:09 +08:00
shaojunsong 4c0a9fb094 add tensor APIs 2022-11-08 14:40:46 +08:00
fandawei eb49e3f975 add ops.arccos and tensor.arccos 2022-11-08 14:21:45 +08:00
i-robot 3bfd85aba9
!45002 fix error handling bug of StandardLaplace op
Merge pull request !45002 from panshaowu/master
2022-11-08 03:43:38 +00:00
i-robot 5fce0f724d
!44610 tensor_nelement_numel_permute_positive_remainderr
Merge pull request !44610 from yide12/tensor_nelement_numel_permute_positive_remainder
2022-11-08 02:54:33 +00:00
i-robot f8b256b13c
!44919 tensor_arccosh_arcsin_arctan_arctan2_master
Merge pull request !44919 from yide12/tensor_arccosh_arcsin_arctan_arctan2_master
2022-11-08 02:54:22 +00:00
i-robot db9a328c6d
!45215 Add ops.absolute and tensor.absolute
Merge pull request !45215 from DavidFFFan/api
2022-11-08 02:53:33 +00:00
i-robot 2c6e29775f
!44947 support filp fliplr flipud isfloat issigned ops and tensor
Merge pull request !44947 from 冯一航/support_flip_isf_issigned
2022-11-08 02:50:29 +00:00
i-robot 572bdc1158
!45200 add marginrankingloss ops
Merge pull request !45200 from 冯一航/add_marginrankingloss_ops
2022-11-08 02:34:46 +00:00
fengyihang 87a22de9a5 add marginrankingloss ops 2022-11-07 19:59:15 +08:00
fengyihang 3b590239aa support flip isf issigned 2022-11-07 17:48:25 +08:00
fandawei 70f7b00482 add ops.absolute and tensor.absolute 2022-11-07 16:35:43 +08:00
yide12 2a2d3cd374 tensor_nele_numel_permute_positive_remainder 2022-11-07 14:50:44 +08:00
i-robot 100b5066df
!45195 fix glu docs
Merge pull request !45195 from lianliguang/code_docs_ms
2022-11-07 06:12:24 +00:00
i-robot e5dde16b95
!45202 modify format
Merge pull request !45202 from 俞涵/code_docs_1010
2022-11-07 03:32:19 +00:00
huodagu 3b6b1e8678 modify format 2022-11-07 11:08:21 +08:00
i-robot dfd2239118
!44859 CSRTensor & functional SparseMatrixSparseMatMul
Merge pull request !44859 from mamba_ni/master
2022-11-07 02:34:14 +00:00
lianliguang 6a982347cf fix bug of glu doc 2022-11-07 10:03:32 +08:00
izayoi16 1f1c71e1dd csr mm tensor&function 2022-11-05 20:32:10 +08:00
lilinjie e143d0c3b7 add note for conv1d and con2d ops 2022-11-05 14:58:32 +08:00
yide12 a59b5cc8c7 tensor_arccosh_arcsin_arctan_arctan2_master 2022-11-05 09:03:22 +08:00
i-robot 9878980561
!45036 q3 collective review part 4
Merge pull request !45036 from 李林杰/code_docs_1102_q3_doc_collective_review_part4_master
2022-11-04 08:26:58 +00:00
i-robot f3761d3a9b
!45101 add CN doc for 6 APIs
Merge pull request !45101 from 李林杰/code_docs_1103_add_CN_doc_for_7_APIs_master
2022-11-04 07:28:43 +00:00
lilinjie 6e7fe8475d q3 collective review part 4 2022-11-04 15:03:00 +08:00
i-robot c136306390
!45097 [MS][OPS] code docs fix standard_normal ops parameter
Merge pull request !45097 from luoyuan/code_docs_fix-standard-normal-ops-para
2022-11-04 06:50:58 +00:00
lilinjie 0d2c188a84 add CN doc for 6 APIs 2022-11-04 12:28:04 +08:00
i-robot c03790d99a
!45115 modify format
Merge pull request !45115 from 俞涵/code_docs_1010
2022-11-04 03:14:51 +00:00
i-robot 2c818034ce
!41260 [feat][assistant][I5EWNX][I5EWO5]Add datatype for Mod and Erf
Merge pull request !41260 from 胡静/erf
2022-11-04 02:43:40 +00:00
huodagu f6a676979e modify format 2022-11-04 10:40:03 +08:00
i-robot 44749b7af1
!45103 move vmap doc
Merge pull request !45103 from Erpim/code_docs_vmap
2022-11-04 02:06:23 +00:00
panshaowu e433a9ef71 fix error handling of StandardLaplace 2022-11-03 23:42:16 +08:00
i-robot f52aa967d7
!45081 modify api for sparse add
Merge pull request !45081 from xiaoyao/code_docs_sparse_add
2022-11-03 12:35:56 +00:00
Erpim 1b7225fbf0 move vmap doc 2022-11-03 20:35:37 +08:00
luoyuan ecc92b91f8 [MS][OPS] code docs fix standard_normal ops parameter 2022-11-03 20:17:58 +08:00
xiao_yao1994 1f9ac6b042 modify api for sparse add 2022-11-03 17:38:53 +08:00
i-robot 446bf7da80
!44959 q3 collective review part3
Merge pull request !44959 from 李林杰/code_docs_1101_q3_doc_collective_review_part3_master
2022-11-03 08:43:30 +00:00
i-robot 55f61dde6b
!44907 q3_doc_collective_review_part2_master
Merge pull request !44907 from 李林杰/code_docs_1029_q3_doc_collective_review_part2_master
2022-11-03 08:43:22 +00:00
i-robot 778368f9a4
!45074 add Chinese rst file
Merge pull request !45074 from 宦晓玲/code_docs_1101
2022-11-03 08:16:48 +00:00
huanxiaoling 7e46ab785a add Chinese rst file 2022-11-03 15:57:25 +08:00
hj-ustb abdf77cb59 [feat][assistant][I5EWNX][I5EWO5]Add datatype for Mod and Erf 2022-11-03 14:58:36 +08:00
lilinjie 1cdefadd2c q3 collective review part3 2022-11-03 14:05:41 +08:00
fengyihang 9511b6b961 fix roll and lppool docs 2022-11-03 10:28:05 +08:00
hj-ustb af186cd429 [feat][assistant][I5EWNU] Add datatype for Elu 2022-11-03 10:04:15 +08:00
i-robot af9bf8fe71
!44986 fix rot docs and roll
Merge pull request !44986 from 冯一航/fix_roll_and_rot_docs
2022-11-03 01:53:04 +00:00
lilinjie bd568107bf q3_doc_collective_review_part2_master 2022-11-02 19:51:45 +08:00
i-robot 497f82cc09
!44900 add function and tensor api of unsqueeze
Merge pull request !44900 from ZhidanLiu/unsqueeze
2022-11-02 10:19:22 +00:00
i-robot 378ad91140
!44730 update custom op reg_info name logic
Merge pull request !44730 from zichun_ye/cust_reg_info
2022-11-02 09:53:27 +00:00
i-robot ab8ec7b65c
!44989 fix api bugs
Merge pull request !44989 from ZhidanLiu/code_docs_master
2022-11-02 07:31:50 +00:00
fengyihang 5ad2a90199 fix rot docs and roll 2022-11-02 14:18:02 +08:00
i-robot 5bffe2984e
!44913 暂时回退reduce输入不转属性,待图算适配后再合入
Merge pull request !44913 from huoxinyou/1101reduce_rollback
2022-11-02 03:44:14 +00:00
i-robot 46c8c14bb7
!45000 modify format
Merge pull request !45000 from 俞涵/code_docs_1010
2022-11-02 03:40:10 +00:00
huodagu 5fcdc96742 modify format 2022-11-02 11:18:19 +08:00
ZhidanLiu f4e8231c98 fix api bugs 2022-11-02 10:22:22 +08:00
Zhidanliu c167b4aa92 add function and tensor api of unsqueeze 2022-11-01 20:39:54 +08:00
fengyihang 14ff3ac21a support tensor repeat elements 2022-11-01 20:22:50 +08:00
i-robot 5f603ffb39
!44858 Tensor api unbind
Merge pull request !44858 from ZhidanLiu/unbind_master
2022-11-01 09:00:45 +00:00
Zichun Ye d7f4cc2fbb update custom op reg_info name logic
update uniq name logic

fix static check
2022-11-01 16:57:26 +08:00
huoxinyou ff92c92fbf Revert "reduce axis not convert to attr &" 2022-11-01 10:44:39 +08:00
i-robot b0c6abb6b2
!44772 pinverse算子
Merge pull request !44772 from wujueying/master
2022-10-31 13:34:52 +00:00
ZhidanLiu e82f857226 Tensor and fucntion api of unbind 2022-10-31 16:55:01 +08:00
huodagu b40b5e399e modify API format problem 2022-10-31 16:40:50 +08:00
i-robot 8a7279af55
!43846 Add Support specified num attr for Unstack.
Merge pull request !43846 from TronZhang/unstack_unify
2022-10-31 06:43:37 +00:00
wujueying cdcb40c412 add pinverse 2022-10-29 19:25:55 +08:00
yide12 85255a99e5 code_docs_nn_master 2022-10-29 15:33:08 +08:00
i-robot fd62bd27d4
!44807 修改reducesum skip_mode文档
Merge pull request !44807 from huoxinyou/code_docs_reducesum
2022-10-29 06:56:25 +00:00
i-robot aa58bea98c
!44399 pixel_shuffle_unshuffle_master
Merge pull request !44399 from yide12/pixel_shuffle_unshuffle_master
2022-10-29 06:43:04 +00:00
huoxinyou 7024472d02 modify reducesum skip_mode doc 2022-10-29 14:35:43 +08:00
i-robot c3e4084367
!44747 q3_doc_collective_review_part1_master
Merge pull request !44747 from 李林杰/code_docs_1028_q3_doc_collective_review_part1_master
2022-10-29 06:30:06 +00:00
TronZhang da9b42d623 make unstack support given num attr 2022-10-29 14:10:14 +08:00
lilinjie ef7d6972d3 q3_doc_collective_review_part1_master 2022-10-29 12:25:15 +08:00
i-robot 6231f9a782
!44800 modify lppool docs
Merge pull request !44800 from 冯一航/code_docs_modify_lppool_docs
2022-10-29 03:10:02 +00:00
fengyihang 79cc780c5a modify lppool docs 2022-10-29 10:09:08 +08:00
i-robot eadfae72f2
!44659 fix lppool
Merge pull request !44659 from 冯一航/fix_lppool
2022-10-29 02:04:35 +00:00
i-robot a943fc9506
!44286 reduce类算子,原语新增skip_reduce属性;axis输入在cpu、gpu上不转属性
Merge pull request !44286 from huoxinyou/1017reduce
2022-10-29 01:25:33 +00:00
yide12 a81246b9b9 pixel_shuffle_unshuffle_master 2022-10-28 17:17:56 +08:00
i-robot 204131898e
!44750 modify format
Merge pull request !44750 from 俞涵/code_docs_1010
2022-10-28 08:54:13 +00:00
huodagu a89a94de20 modify format 2022-10-28 16:27:40 +08:00
huoxinyou 095dd8a7d7 reduce axis not convert to attr &
reduce primitive add skip_reduce attr
2022-10-28 15:13:40 +08:00
fengyihang 98fb8174bf fix lppool 2022-10-28 14:34:13 +08:00
i-robot 68d54f9cf3
!44363 add function api of max_unpool1d, 2d, 3d
Merge pull request !44363 from LV/master
2022-10-28 02:17:51 +00:00
i-robot db66ded59d
!44690 fix bug in function api dropout1d
Merge pull request !44690 from ZhidanLiu/code_docs_master
2022-10-27 09:37:33 +00:00
LV fbb5bd8984 fix bug in function api dropout1d 2022-10-27 17:10:24 +08:00
i-robot e720b5e117
!44543 add nn and function api for dropout1d
Merge pull request !44543 from ZhidanLiu/master
2022-10-27 08:00:13 +00:00
i-robot f6625ff6c8
!44520 fix sparse promote
Merge pull request !44520 from jachua/sparse_fix
2022-10-27 03:02:10 +00:00
LV fdc041120b add function api of max_unpool1d, 2d, 3d 2022-10-27 09:42:46 +08:00
fanjibin 8832bb156f fix KLDivLoss docs 2022-10-26 22:22:36 +08:00
ZhidanLiu 5667a08106 add nn and function api for dropout1d 2022-10-26 19:04:52 +08:00
i-robot 330b96f0c1
!44612 modify format
Merge pull request !44612 from 俞涵/code_docs_1010
2022-10-26 09:02:19 +00:00
i-robot 65fe6884fd
!43888 fix svd problem
Merge pull request !43888 from huanghui/fix-svd-error
2022-10-26 08:54:36 +00:00
zheng_pengfei 075e568f94 [assistant][ops][I5EWOV] Fix SquaredDifference GPU with DataType 2022-10-26 16:41:37 +08:00
huodagu 57625863a9 modify format 2022-10-26 16:33:58 +08:00
i-robot c1547b7222
!44198 support LPPool
Merge pull request !44198 from 冯一航/support_lppool
2022-10-26 03:35:33 +00:00
huangmengxi 7d41b51d68 sparse promote 2022-10-26 10:05:22 +08:00
huodagu 827d93e750 modify format 2022-10-25 17:02:26 +08:00
fengyihang c3d8bbc738 add LPPool1d 2022-10-25 15:59:55 +08:00
huanghui 6d35c8b3ca fix gpu svd 2022-10-25 11:08:42 +08:00
huanxiaoling aeba65630c modify the content in rst file 2022-10-25 10:45:22 +08:00
i-robot 5ac3e9e5de
!44438 fix ops.Select infer shape
Merge pull request !44438 from 李林杰/1023_fix_select_infer_shape_master
2022-10-25 01:36:06 +00:00
i-robot ac2d982c16
!44396 HingeEmbeddingLoss
Merge pull request !44396 from shaojunsong/feature/nn/hinge
2022-10-24 17:13:28 +00:00
lilinjie fdbac22d91 fix ops.Select infer shape 2022-10-25 00:01:56 +08:00
shaojunsong 17e8e40ec5 Add nn.HingeEmbeddingLoss 2022-10-24 17:30:41 +08:00
i-robot 90f66d904d
!44214 [MS][Kernel]add log_unform_candidate_sampler primitive
Merge pull request !44214 from zhaizhiqiang/master
2022-10-24 07:31:33 +00:00
zhaizhiqiang a254fee827 add log_uniform_candidate_sampler op 2022-10-24 09:16:07 +08:00
huodagu 4e870b13e3 modify format 2022-10-21 18:52:11 +08:00
i-robot 43af19a7cf
!44254 Rename the decorator ms_kernel to kernel
Merge pull request !44254 from zichun_ye/custom_kernel_rename
2022-10-21 08:52:17 +00:00
panfengfeng 763dee47b7 add/update func avg_pool1d avg_pool2d avg_pool3d doc
add func blackman_window doc
add func bounding_box_decode bounding_box_encode doc
add func expand doc
add tensor to/bool/float/half/int/long doc
add tensor expand doc
add func check_valid/cholesky/cholesky_inverse doc
add tensor cholesky/cholesky_inverse doc
2022-10-20 20:26:44 +08:00
i-robot 9986f13a48
!44247 add docs of operators 2
Merge pull request !44247 from panfengfeng/code_docs_add_ops_doc_2
2022-10-20 12:14:15 +00:00
panfengfeng 0cca4b4c46 add tensor conj/cross/cumprod/div/equal/erfinv/expm1/less_equal doc & add func conj/cross/cumprod/div/equal/erfinv/expm1/less_equal/diagonal/div/gelu doc 2022-10-20 19:52:40 +08:00
Zichun Ye 26a70116f2 rename the docarator ms_kernel to kernel
fix code check problem

fix code check problem

fix code review comment
2022-10-20 16:05:12 +08:00
i-robot 8f42725575
!44266 modify format
Merge pull request !44266 from 俞涵/code_docs_1010
2022-10-20 06:40:13 +00:00
i-robot e0f7852c5c
!44253 remove operator ScalarToArray
Merge pull request !44253 from zhujingxuan/remove
2022-10-20 06:34:48 +00:00
i-robot e186f406a2
!44205 reverse增加cpu动态shape, nn、functional接口及中文api
Merge pull request !44205 from 黄勇/reverse
2022-10-20 06:17:56 +00:00
huodagu 3861531c58 modify format 2022-10-20 11:35:35 +08:00
zhujingxuan 5dfe8f2669 remove operator ScalarToArray 2022-10-20 09:33:32 +08:00
i-robot 46db6ccd22
!44218 add CN docs for some APIs
Merge pull request !44218 from 李林杰/code_docs_1019_add_CN_docs_for_6_ops_master
2022-10-19 11:22:45 +00:00
lilinjie d04aab3682 add CN docs for some APIs 2022-10-19 18:52:37 +08:00
huangyong b3da2ebeb5 reversev2 接口补齐
reversev2 cpu add dynamic shape
2022-10-19 15:31:45 +08:00
i-robot 082e07896f
!44180 modify format
Merge pull request !44180 from 俞涵/code_docs_1010
2022-10-19 06:37:13 +00:00
ZPaC 8a0b8bb37b Add place cn doc 2022-10-19 11:37:12 +08:00
huodagu 83daf0f8a9 modify format 2022-10-19 11:29:53 +08:00
i-robot d0c76873cb
!43990 Add csr_add Chinese notes
Merge pull request !43990 from Bokai Li/code_docs_tile
2022-10-18 08:27:05 +00:00
i-robot 792c41d95c
!43978 Fix doc && bug of CumSum.
Merge pull request !43978 from hezhenhao1/add_cumsum
2022-10-18 02:26:10 +00:00
BokaiLi a8fe74bbf3 Add csr_add Chinese notes 2022-10-18 10:00:07 +08:00
i-robot af9e68c5eb
!43996 fix doc of glu
Merge pull request !43996 from lianliguang/code_docs_ms
2022-10-18 01:04:40 +00:00
lilinjie fd0f955be4 update BroadcastTo doc 2022-10-17 21:18:23 +08:00
lianliguang 4c0408d22e modify glu ops doc 2022-10-17 15:21:48 +08:00
huodagu ca2e9fbcdb modify format 2022-10-17 13:44:37 +08:00
hezhenhao1 12066b2895 Fix doc && bug of CumSum. 2022-10-17 09:52:55 +08:00
yanghaoran a787d266d6
回退 'Pull Request !43779 : Fix doc && bug of CumSum.' 2022-10-15 04:42:26 +00:00
i-robot d0cd42d9b7
!43779 Fix doc && bug of CumSum.
Merge pull request !43779 from hezhenhao1/add_cumsum
2022-10-14 18:11:29 +00:00
i-robot b8c8c9106e
!43821 modify the inconsistence in files 1013
Merge pull request !43821 from 宦晓玲/code_docs_1013
2022-10-14 06:57:18 +00:00
i-robot 0ef10416c6
!43874 add glu error
Merge pull request !43874 from lianliguang/code_docs_ms
2022-10-14 03:44:27 +00:00
huanxiaoling 189c9bcf85 modify the inconsistence of files 1013 2022-10-14 10:30:36 +08:00
lianliguang f252a112a4 add error for glu doc 2022-10-14 10:01:24 +08:00
huodagu d6e8e4bd8c modify format 2022-10-13 20:20:49 +08:00
hezhenhao1 b7f3227b18 Fix doc && bug of CumSum. 2022-10-13 17:11:48 +08:00
luojianing f9904c0e38 fix issue 2022-10-13 15:38:29 +08:00
i-robot 71fb7dd60b
!43749 modify the inconsistence in files 1012
Merge pull request !43749 from 宦晓玲/code_docs_1011
2022-10-13 02:44:45 +00:00
i-robot abbceb3f16
!43675 shield SparseApplyAdagrad Primitive interface
Merge pull request !43675 from 李林杰/1011_fix_some_issues_master
2022-10-13 01:47:22 +00:00
huanxiaoling 9e86788b84 modify the inconsistence of files 2022-10-13 09:28:13 +08:00
i-robot b867d6e77b
!43513 fix assign_add/assign_sub segfault and some api docs
Merge pull request !43513 from 李林杰/1009_fix_AssignOps_segfault_master
2022-10-13 01:16:36 +00:00