Commit Graph

1353 Commits

Author SHA1 Message Date
i-robot 30a68ba0b0
!45465 expose Primitve APIs part1
Merge pull request !45465 from 李林杰/code_docs_expose_Primitive_APIs_part1
2022-11-18 11:28:29 +00:00
i-robot 0dff650980
!45485 expose Primitive APIs part3
Merge pull request !45485 from 李林杰/code_docs_expose_Primitive_APIs_part3
2022-11-18 11:27:03 +00:00
i-robot 110b3a9627
!45581 expose Primitive APIs part4
Merge pull request !45581 from 李林杰/code_docs_expose_Primitive_APIs_part4
2022-11-18 11:23:26 +00:00
lilinjie 98c31d93dd expose Primitve APIs part4 2022-11-18 17:30:26 +08:00
lilinjie 480b88de4e expose Primitve APIs part1 2022-11-18 17:13:14 +08:00
huodagu 3dd251df1a modify format 2022-11-18 17:12:13 +08:00
lilinjie 0ea04e1696 expose Primitve APIs part3 2022-11-18 16:53:23 +08:00
hw_hz ee1dd6ff03 11.9 2022-11-18 12:34:28 +08:00
i-robot e55824d2ce
!45689 modify pad docs
Merge pull request !45689 from 冯一航/code_docs_modify_pad_docs
2022-11-18 03:05:07 +00:00
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