Commit Graph

2834 Commits

Author SHA1 Message Date
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
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
i-robot 17bb175a36
!40657 【算子众智】【电子科技大学】【数据算子】【read_image】read a image file
Merge pull request !40657 from dengjian/upstream_read_image
2022-11-16 09:13:40 +00:00
i-robot cc6918cad4
!45561 add check when conv3d dilation!=1 and update docs
Merge pull request !45561 from Yanzhi_YI/conv3d
2022-11-16 08:27:02 +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
i-robot 44e2ca6882
!45529 fix interface issue
Merge pull request !45529 from 于振华/fix_rewrite_doc_1114
2022-11-15 11:39:27 +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
yiyanzhi_akane 88cf582908 add check when conv3d dilation!=1 and update docs 2022-11-15 15: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
i-robot 682b9e20dc
!45518 pinv调整api类别
Merge pull request !45518 from wujueying/master
2022-11-15 02:46:43 +00:00
yuzhenhua ba5eeefd81 fix interface issue 2022-11-15 10:17:29 +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