Commit Graph

1044 Commits

Author SHA1 Message Date
ynagxiaochun2025 4e04ba2b6f improve Threshold API docs
fix
2025-12-20 20:26:27 +08:00
ynagxiaochun2025 faf340b864 improve Softmax API docs
fix
2025-12-20 14:07:59 +08:00
ynagxiaochun2025 0de3a9fe35 fix
fix
2025-12-20 14:05:50 +08:00
ynagxiaochun2025 aadcb36c54 fix 2025-12-20 14:03:03 +08:00
ynagxiaochun2025 a8dffbb65c fix
fix
2025-12-20 13:59:45 +08:00
ynagxiaochun2025 3e78d11ec8 fix
fix
2025-12-20 13:50:06 +08:00
ynagxiaochun2025 c0fa4b6c47 fix: update Hardswish documentation and code
- Fix Hardswish documentation
- Update code examples and formatting
- Update activation.py

fix
2025-12-20 13:08:39 +08:00
ynagxiaochun2025 76400a513b fix: update GLU documentation and code
- Fix GLU documentation
- Update code examples and formatting
- Update activation.py

fix
2025-12-20 13:04:50 +08:00
ynagxiaochun2025 c5f94514fe fix: update ELU documentation and code
- Fix ELU documentation
- Update code examples and formatting
- Update activation.py

fix
2025-12-20 12:58:43 +08:00
ynagxiaochun2025 32f3cfaef8 final modification
- 统一术语:将'可学习参数'改为'变量'(与其他卷积层一致)
- 改进参数描述:将'内核元素'改为'卷积核元素'
- 统一填充模式描述:'指定填充模式,填充值为0'
- 规范化代码格式:统一使用双引号和双反引号
- 修复标点符号和空格格式
- 统一 API 调用方式:使用 mindspore.mint.nn.xxx
- 解决合并冲突,保持简洁的英文描述
- 修复数学公式缩进问题(缩进两格)

fix

rebase

fix
2025-12-20 12:15:47 +08:00
ynagxiaochun2025 2a3048222a final modification
- Correct terminology in both languages
  * Chinese: '标准差' -> '标准差' (standard deviation)
  * English: 'standard-deviation' -> 'standard deviation' (remove hyphen)
- Improve sentence structure and readability
  * Remove redundant article in Chinese
  * Split long sentences for better clarity
  * Fix punctuation: add commas for proper flow
- Update code examples to match actual execution results
  * Replace outdated output with verified results
  * Standardize API usage: mindspore.mint.nn.BatchNorm2d
  * Simplify imports: remove 'from mindspore import Tensor, mint'
- Remove redundant exception documentation
  * Remove TypeError for num_features and eps
  * Keep only essential ValueError documentation
- Ensure consistency between Chinese and English versions
- Update documentation and code formatting

fix

fix
2025-12-20 11:48:54 +08:00
严珞珈 445152964e improve api documentation mindspore.mint.median 2025-12-19 22:59:25 +08:00
严珞珈 697ccdca87 improve api documentation mindspore.mint.argmin 2025-12-19 21:42:37 +08:00
huan-xiaoling a857ec6bf0 modify contents 2025-12-19 11:14:49 +08:00
i-robot d8536b2a43
!90496 [docs][api] improve api documentation mindspore.mint.cummax
Merge pull request !90496 from 严珞珈/code_docs/mint_cummax
2025-12-16 08:38:27 +00:00
i-robot 0d05d37900
!90497 [docs][api] improve api documentation mindspore.mint.trace
Merge pull request !90497 from 严珞珈/code_docs/mint_trace
2025-12-16 08:23:38 +00:00
i-robot f07cf6d6bc
!90511 [docs][api] improve api documentation mindspore.mint.equal
Merge pull request !90511 from 严珞珈/code_docs/mint_equal
2025-12-16 08:20:14 +00:00
i-robot 5230229f13
!90516 [docs][api] improve api documentation mindspore.mint.cummin
Merge pull request !90516 from 严珞珈/code_docs/mint_cummin
2025-12-16 06:58:55 +00:00
i-robot cd0491cfb1
!89936 [docs][api] improve api documentation mindspore.mint.mean
Merge pull request !89936 from 严珞珈/code_docs/mint_mean
2025-12-16 02:00:29 +00:00
i-robot 78572b8333
!90508 [docs][api] improve api documentation mindspore.mint.isneginf
Merge pull request !90508 from 严珞珈/code_docs/mint_isneginf
2025-12-16 01:43:03 +00:00
严珞珈 e5fa28fb47 improve api documentation mindspore.mint.cummax 2025-12-14 16:19:25 +08:00
严珞珈 cc00e0e864 improve api documentation mindspore.mint.trace 2025-12-14 16:07:45 +08:00
严珞珈 e8a623929c improve api documentation mindspore.mint.isneginf 2025-12-13 15:25:12 +08:00
严珞珈 a9919cec1d improve api documentation mindspore.mint.equal 2025-12-13 15:04:43 +08:00
严珞珈 ef5b56b134 improve api documentation mindspore.mint.cummin 2025-12-13 14:20:32 +08:00
i-robot 6011575ff6
!89887 [docs][api] improve api documentation mindspore.mint.nn.Fold
Merge pull request !89887 from 杨晓春/code_docs_Fold
2025-12-12 02:05:08 +00:00
严珞珈 24ed60e70f improve api documentation mindspore.mint.mean 2025-12-11 18:43:30 +08:00
i-robot 41bf80bf14
!89889 [docs][api] improve api documentation mindspore.mint.nn.BatchNorm1d
Merge pull request !89889 from 杨晓春/code_docs_BatchNorm1d
2025-12-11 09:20:15 +00:00
i-robot 95239f6b8a
!89924 [docs][api] improve api documentation mindspore.mint.argmax
Merge pull request !89924 from 严珞珈/code_docs/mint_argmax
2025-12-11 02:10:38 +00:00
i-robot 421ebeefe4
!89923 [docs][api] improve api documentation mindspore.mint.amin
Merge pull request !89923 from 严珞珈/code_docs/mint_amin
2025-12-11 02:10:21 +00:00
i-robot d4a7c77f98
!89922 [docs][api] improve api documentation mindspore.mint.amax/mindspore.ops.amax
Merge pull request !89922 from 严珞珈/code_docs/mint_amax
2025-12-11 02:10:08 +00:00
Margaret_wangrui b9d30e8238 Added Chinese documentation for the reshape Mint interface. 2025-12-09 09:14:34 +08:00
ynagxiaochun2025 965525befb Refine BatchNorm1d documentation and update examples
- Correct terminology in both languages
  * Chinese: '标准差' -> '标准差' (standard deviation)
  * English: 'standard-deviation' -> 'standard deviation' (remove hyphen)
- Improve sentence structure and readability
  * Remove redundant articles
  * Split long sentences for clarity
  * Fix punctuation: add commas for proper flow
- Update code examples to match actual execution results
  * Replace outdated output with verified results
  * Standardize API usage: mindspore.mint.nn.BatchNorm1d
  * Simplify imports: use direct mindspore import
- Remove redundant exception documentation
  * Remove TypeError for num_features and eps (already validated internally)
  * Keep only essential ValueError documentation
- Update documentation and code formatting

fix
2025-12-06 22:08:05 +08:00
ynagxiaochun2025 cae26c9478 Refine Fold documentation and examples
- Improve wording in documentation
  * Chinese: Remove redundant character - '提取出的' -> '提取的'
  * English: Enhance clarity - 'large containing tensor' -> 'larger output tensor'
- Standardize code examples in basic.py
  * Use unified API style: mindspore.nn.Fold instead of importing nn
  * Update tensor creation: mindspore.tensor instead of Tensor class
  * Simplify imports for better consistency
- Update basic.py formatting

fix
2025-12-06 21:53:50 +08:00
严珞珈 5c7f8097bc improve api documentation mindspore.mint.argmax 2025-12-06 15:37:18 +08:00
严珞珈 d331a3529b improve api documentation mindspore.mint.amin 2025-12-06 15:33:33 +08:00
严珞珈 12e5c13084 improve api documentation mindspore.mint.amax 2025-12-06 14:47:39 +08:00
i-robot 7272b4846f
!90501 [docs][api] improve api documentation mindspore.mint.inverse
Merge pull request !90501 from 严珞珈/code_docs/mint_inverse
2025-12-05 08:37:25 +00:00
i-robot 204385d011
!90056 [docs][api] improve api documentation mindspore.mint.nn.Hardsigmoid
Merge pull request !90056 from 杨晓春/code_docs_Hardsigmoid
2025-12-05 03:52:36 +00:00
i-robot 29493139dc
!90058 [docs][api] improve api documentation mindspore.mint.nn.LogSigmoid
Merge pull request !90058 from 杨晓春/code_docs_LogSigmoid
2025-12-05 03:52:31 +00:00
i-robot 569a7970cd
!90055 [docs][api] improve api documentation mindspore.mint.nn.Hardshrink
Merge pull request !90055 from 杨晓春/code_docs_Hardshrink
2025-12-05 03:52:23 +00:00
lilinjie11 1ef8b7cd1c mixed type support for mint.mul(*) 2025-12-03 17:30:27 +08:00
i-robot a06ea70565
!90944 fix_docs
Merge pull request !90944 from zhangyinxia/fix_acl_graph
2025-12-03 07:13:58 +00:00
i-robot 8aa03bd347
!90927 [docs][api]improve api documentation mindspore.ops
Merge pull request !90927 from 宦晓玲/code_docs_1129
2025-12-03 06:59:46 +00:00
zhangyinxia 7fefb2f4dd fix_docs 2025-12-03 12:42:20 +08:00
i-robot 5e26379816
!90914 修复mint下随机生成Tensor接口的文档
Merge pull request !90914 from lizhitong/master
2025-12-02 07:52:00 +00:00
宦晓玲 6168e4ea68 modify contents 2025-12-02 15:04:34 +08:00
lizhitong 89ea480633 fix doc 2025-12-02 10:14:01 +08:00
i-robot b15e68d8f5
!90236 [docs][api] improve api documentation mindspore.mint.allclose
Merge pull request !90236 from 严珞珈/code_docs/mint_allclose
2025-12-02 01:32:34 +00:00
i-robot 961021dab3
!90151 [docs][api] improve api documentation mindspore.mint.min
Merge pull request !90151 from 严珞珈/code_docs/mint_min
2025-12-02 01:08:14 +00:00
i-robot 61d80f9d00
!89930 [docs][api] improve api documentation mindspore.mint.argsort
Merge pull request !89930 from 严珞珈/code_docs/mint_argsort
2025-12-02 01:07:59 +00:00
i-robot 5980bfaa2d
!90800 mint.rand和mint.rand_like支持device入参
Merge pull request !90800 from lizhitong/mint_rand_and_rand_like_support_device_base_on_dispatch
2025-12-01 06:25:06 +00:00
ynagxiaochun2025 1a58f49843 improve SiLU API docs 2025-11-30 23:15:27 +08:00
ynagxiaochun2025 1bc4ac2739 fix: improve Hardshrink documentation and code examples
- Improve Hardshrink documentation
- Apply all suggestions from code review
- Update code examples and formatting
- Update activation.py
2025-11-30 20:47:20 +08:00
ynagxiaochun2025 60325c6d71 fix: update LogSigmoid documentation and code
- Fix LogSigmoid documentation
- Update code examples and formatting
- Update activation.py
2025-11-30 20:36:37 +08:00
ynagxiaochun2025 d6789902e0 fix: update Hardsigmoid documentation and code
- Fix Hardsigmoid documentation
- Update code examples and formatting
- Update activation.py
2025-11-30 20:30:13 +08:00
zengxianglong ccf052990d modify new st framework 2025-11-30 19:26:29 +08:00
严珞珈 67250639b9 improve api documentation mindspore.mint.min 2025-11-30 11:59:35 +08:00
严珞珈 1e0cab3d97 improve api documentation mindspore.mint.argsort 2025-11-30 11:42:57 +08:00
严珞珈 0480a44232 improve api documentation mindspore.mint.inverse 2025-11-30 00:09:20 +08:00
严珞珈 9fb60cfcfa improve api documentation mindspore.mint.allclose 2025-11-29 23:04:48 +08:00
lizhitong 6d346bcd25 remove rand and rand_like 2025-11-29 15:30:26 +08:00
i-robot 52b85c600f
!90830 mint.randint和mint.randint_like支持device入参
Merge pull request !90830 from lizhitong/mint_randint_and_randint_like_support_device_base_on_dispatch
2025-11-29 06:25:34 +00:00
shaoshengqi 04604ec857 Fix api-docs for mint.randn and mint.randn_like 2025-11-28 15:41:10 +08:00
lizhitong 953fa16c7d remove randint and randint_like 2025-11-28 15:30:10 +08:00
shaoshengqi adeb05c0ef Add 'device' param for mint.randn, mint.randn_like api 2025-11-27 20:47:37 +08:00
宦晓玲 88ed3b8692 modify contents 2025-11-27 16:22:05 +08:00
i-robot 4542d7c6a3
!89931 [docs][api] improve api documentation mindspore.mint.histc
Merge pull request !89931 from 严珞珈/code_docs/mint_histc
2025-11-26 06:58:30 +00:00
i-robot 9989028832
!89801 [docs][api] improve api documentation mindspore.mint.nn.Conv2d
Merge pull request !89801 from 杨晓春/code_doc_api
2025-11-26 06:33:05 +00:00
i-robot e9386cf6e6
!89884 [docs][api] improve api documentation mindspore.mint.nn.Conv3d
Merge pull request !89884 from 杨晓春/code_docs_Conv3d
2025-11-26 06:24:32 +00:00
i-robot b44fd65bb2
!89835 adapt aclnnAdaptiveMaxPool2dBackward
Merge pull request !89835 from chaijinwei/adaptive_max_pool2d_grad
2025-11-19 08:31:15 +00:00
chaijinwei c80a98a4d8 adapt aclnnAdaptiveMaxPool2dBackward 2025-11-18 19:41:48 +08:00
严珞珈 40e34b170e 3次修改 2025-11-17 21:33:24 +08:00
i-robot 69d512cead
!89934 [docs][api] improve api documentation mindspore.mint.logsumexp
Merge pull request !89934 from 严珞珈/code_docs/mint_logsumexp
2025-11-17 10:12:19 +00:00
zengxianglong 2863d36ded interpolate bilinear support scale factor 2025-11-16 13:52:58 +08:00
严珞珈 906fae98fb 二次更改 2025-11-15 14:46:47 +08:00
i-robot 3c4c895eb1
!90307 [docs][api]improve api documentation mindspore.Tensor
Merge pull request !90307 from 宦晓玲/code_docs_1105
2025-11-10 02:12:52 +00:00
宦晓玲 43d3ce1b65 modify files 2025-11-10 10:01:13 +08:00
ynagxiaochun2025 c28e89d127 fix: update Conv3d docs 2025-11-07 21:54:43 +08:00
XianglongZeng a8de6fe42a add cosine_embedding_loss 2025-11-06 17:17:46 +08:00
xiaochun 374d55e42f squash: merge all commits on origin/code_doc_api branch 2025-11-05 15:01:34 +08:00
hw_hz 388ed3cc8c mint.unsqueeze support view 2025-10-29 10:23:45 +08:00
zhangyinxia 32464507b4 add do not support graph mode note for comm ops 2025-10-23 10:42:03 +08:00
宦晓玲 abc4235479 modify contents in mint files 2025-10-13 11:23:51 +08:00
宦晓玲 5bd7bcc224 modify data type contents 2025-09-26 10:07:15 +08:00
i-robot 38dac0fc2d
!89163 modify addmm backward
Merge pull request !89163 from XianglongZeng/master
2025-09-22 04:08:44 +00:00
XianglongZeng e5ad5966f1 modify addmm backward 2025-09-20 11:51:19 +08:00
lilinjie 895fbeaaf1 fix conv1d PR review of 89216 2025-09-10 15:22:04 +08:00
i-robot dd44ff817d
!89216 conv1d c++ rafactor master
Merge pull request !89216 from 李林杰/0909_refactor_conv1d_master
2025-09-10 07:20:15 +00:00
i-robot b1b2c09c62
!89094 【Feature】新增mint.real 和 mint.imag算子
Merge pull request !89094 from machenggui/master-mr-v2
2025-09-10 03:05:36 +00:00
lilinjie 88198b1e14 conv1d c++ rafactor 2025-09-10 10:11:33 +08:00
machenggui 0b3027ba10 add mint.real and mint.imag operators for complex number 2025-09-08 14:55:13 +08:00
i-robot ac94112ba9
!87952 add condition to make sure the precision aligning with pta
Merge pull request !87952 from XianglongZeng/myms
2025-09-05 07:37:58 +00:00
xuzhen c7f582404d Remove the parameter type from the definition 2025-09-05 11:15:55 +08:00
lilinjie 06fc787fd2 fix mint.non_zero doc 2025-09-04 09:43:30 +08:00
XianglongZeng 696186d9e4 add env variable MS_DEV_OPTIMIZE_OP_IMPL 2025-08-30 14:48:33 +08:00
xiaopeng 60ee60c2ca mint.concat & mint.stack support multitype tuple 2025-08-28 19:30:21 +08:00
i-robot 7ffd8e44af
!88440 [master] empty_like support pin_memory
Merge pull request !88440 from wangjialin/pin_memory
2025-08-28 06:44:57 +00:00
i-robot 537db2102d
!88393 【Feature】Support mint.init_process_group with store and init_method
Merge pull request !88393 from shen_haochen/master_eliminate_scheduler
2025-08-28 01:32:03 +00:00
wangjialin 642d4cbd00 empty_like support pin_memory 2025-08-27 17:39:12 +08:00