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 |
huan-xiaoling
|
42859c7fce
|
modify descriptions in api files
|
2025-12-16 10:06:26 +08: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 |
tanghuikang
|
894052cc41
|
update prallel doc
|
2025-12-12 17:36:42 +08:00 |
宦晓玲
|
8555d84415
|
modify contents
|
2025-12-12 16:46:14 +08:00 |
xuzhen
|
ae38e190db
|
modify mindspore.Tensor documentation
|
2025-12-12 14:29:45 +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 |
i-robot
|
c6b5d33b10
|
!91082 [docs][api] improve api documentation
Merge pull request !91082 from xuzhen/code_docs_bug
|
2025-12-11 01:22:49 +00:00 |
i-robot
|
9b248da50c
|
!91056 [docs][api]improve en api documentation mindspore.Tensor and mindspore.train
Merge pull request !91056 from 宦晓玲/code_docs_1208
|
2025-12-11 01:22:49 +00:00 |
宦晓玲
|
216d8c269b
|
update en files
|
2025-12-10 17:10:38 +08:00 |
xuzhen
|
26231b1f52
|
modify API documentation
|
2025-12-10 16:18:19 +08:00 |
yuchaojie
|
a435003fc3
|
update cann doc link of aclrtSetOpExecuteTimeOut
|
2025-12-10 09:57:56 +08:00 |
i-robot
|
bdddd8dd61
|
!91043 Added Chinese documentation for the reshape Mint interface.
Merge pull request !91043 from Margaret_wangrui/code_docs_mint
|
2025-12-09 07:37:33 +00:00 |
xuzhen
|
fa8d1d7ba4
|
modify api_python_en documentation
|
2025-12-09 10:57:47 +08:00 |
Margaret_wangrui
|
b9d30e8238
|
Added Chinese documentation for the reshape Mint interface.
|
2025-12-09 09:14:34 +08:00 |
Qiao_Fu
|
d503ca9ed9
|
add tensor.data/delete/to_ docs
|
2025-12-08 09:04:16 +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
|
e23a2ba019
|
!90997 [docs][api]improve api documentation mindspore.ops
Merge pull request !90997 from 宦晓玲/code_docs_1203
|
2025-12-05 09:34:13 +00:00 |
宦晓玲
|
752a57c1d6
|
modify contents
|
2025-12-05 17:28: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 |
i-robot
|
8511992e17
|
!90908 fix nsa_compress_attention review problem
Merge pull request !90908 from XianglongZeng/master
|
2025-12-04 13:02:42 +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 |
XianglongZeng
|
d48004e71e
|
fix nsa_compress_attention review problem
|
2025-12-02 21:36:09 +08:00 |
lizhitong
|
62ca240f36
|
fix tensor set_ doc
|
2025-12-02 17:03:07 +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
|
2e9c17d80c
|
!90913 [docs][api] improve api documentation
Merge pull request !90913 from xuzhen/code_docs_bug
|
2025-12-02 01:12:39 +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 |
xuzhen
|
2ee309ea19
|
modify API doc
|
2025-12-01 19:17:37 +08:00 |
i-robot
|
49f265a726
|
!90801 add tests and fix reviews
Merge pull request !90801 from zhangyinxia/tests
|
2025-12-01 06:32:45 +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 |
i-robot
|
f7d3d91937
|
!90887 [MD] Fix DataLoader default value for timeout
Merge pull request !90887 from xiaotianci/code_docs_timeout
|
2025-12-01 02:52:46 +00:00 |
i-robot
|
135bad4ecd
|
!90808 modify new st framework
Merge pull request !90808 from XianglongZeng/myms4
|
2025-12-01 02:42:29 +00:00 |
i-robot
|
e73213d6d8
|
!90888 add nsa_compress_attention
Merge pull request !90888 from XianglongZeng/master
|
2025-12-01 02:37:42 +00:00 |
zhangyinxia
|
206b15e150
|
add tests and fix reviews
|
2025-12-01 09:38:32 +08:00 |
i-robot
|
007b515ce2
|
!90032 add storage share memory
Merge pull request !90032 from wangjialin/storage_share_memory_new
|
2025-12-01 01:33:39 +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 |
wujueying
|
1823b93a72
|
add nsa_compress_attention
|
2025-11-30 13:23:03 +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 |
wangjialin
|
859adae28b
|
add storage share memory
|
2025-11-29 19:44:15 +08:00 |
Xiao Tianci
|
547a3c7656
|
Fix code docs.
|
2025-11-29 18:24:44 +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 |
xuzhen
|
8268aaed20
|
modify bug
|
2025-11-29 11:47:43 +08:00 |
i-robot
|
2cabb6bf45
|
!90854 [docs][api]improve api documentation mindspore.ops, mindspore.parallel and mindspore.runtime
Merge pull request !90854 from 宦晓玲/code_docs_1127
|
2025-11-29 02:32:27 +00:00 |
宦晓玲
|
b1bef42f20
|
modify contents
|
2025-11-29 10:21:12 +08:00 |
i-robot
|
828ef3e6e3
|
!90839 Fix api-docs for mint.randn and mint.randn_like
Merge pull request !90839 from shaoshengqi/feature-mint-random-api-support-device-dispatch
|
2025-11-28 07:47:08 +00:00 |
i-robot
|
7e0e8bc75d
|
!90834 Fix docs of register_saved_tensors_hooks
Merge pull request !90834 from yuanqi/code_docs_yuanqi_tensor_offload
|
2025-11-28 07:41:58 +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 |
i-robot
|
b8d4f0cf2e
|
!90731 Add 'device' param for mint.randn, mint.randn_like api
Merge pull request !90731 from shaoshengqi/feature-mint-random-api-support-device-dispatch
|
2025-11-28 07:01:14 +00:00 |
yuanqi
|
662c641bb6
|
Fix docs of register_saved_tensors_hooks
|
2025-11-28 14:18:21 +08:00 |
i-robot
|
b9fb7ab25c
|
!90166 Support `saved_tensors_hooks` in mindspore static computational graphs.
Merge pull request !90166 from yuanqi/yuanqi_tensor_offload
|
2025-11-28 06:12:10 +00:00 |
i-robot
|
ce55772608
|
!90750 overload Tensor.view
Merge pull request !90750 from wang_ziqi/master.Tensor.view
|
2025-11-28 04:02:21 +00:00 |
i-robot
|
f1b1afde6c
|
!90811 Fix docs
Merge pull request !90811 from LiangZhibo/code_docs_fix
|
2025-11-28 03:13:42 +00:00 |
liangzhibo
|
e977196b0d
|
Fix docs
|
2025-11-28 11:02:44 +08:00 |
wang_ziqi
|
942d370fb2
|
bugfix of Tensor.view(dtype)
-----
Signed-off-by: wang_ziqi <wangziqi4@huawei.com>
|
2025-11-28 09:56:29 +08:00 |
i-robot
|
a28c003d70
|
!90546 add headerfile and doc for custom pass
Merge pull request !90546 from yuchaojie/master4
|
2025-11-28 01:29:30 +00:00 |
shaoshengqi
|
adeb05c0ef
|
Add 'device' param for mint.randn, mint.randn_like api
|
2025-11-27 20:47:37 +08:00 |
yuanqi
|
861485db58
|
support register_saved_tensors_hooks
|
2025-11-27 20:46:41 +08:00 |
liangzhibo
|
b25969c921
|
Kernel execution reorder to offload
|
2025-11-27 20:31:26 +08:00 |
xuzhen
|
d0c417bf6c
|
modify table's bug
|
2025-11-27 17:08:06 +08:00 |
宦晓玲
|
88ed3b8692
|
modify contents
|
2025-11-27 16:22:05 +08:00 |
i-robot
|
eca0be434d
|
!89594 support grad getting sense
Merge pull request !89594 from 李良灿/addsensemaster
|
2025-11-27 07:54:01 +00:00 |
i-robot
|
90c58e9e8b
|
!90758 [docs][api] improve api documentation mindspore.dataset.Dataset
Merge pull request !90758 from xuzhen/code_docs_dataset
|
2025-11-27 07:51:50 +00:00 |
i-robot
|
41f1b82237
|
!90666 support mult stream and res limit
Merge pull request !90666 from zhangyinxia/add_mult_stream_and_res_limit_new
|
2025-11-27 07:04:03 +00:00 |
xuzhen
|
b65346f0ab
|
modify mindspore.dataset API documentation
|
2025-11-27 14:21:02 +08:00 |
zhangyinxia
|
d5df23dab2
|
support mult stream and res limit
|
2025-11-27 10:23:10 +08:00 |
i-robot
|
f942391d6c
|
!90772 [docs][api]improve api documentation mindspore APIs
Merge pull request !90772 from 宦晓玲/code_docs_1126
|
2025-11-26 09:29:50 +00:00 |
宦晓玲
|
63510de8ea
|
modify contents
|
2025-11-26 17:02:25 +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 |
liangcanli
|
50e2d0748b
|
support grad getting sense
|
2025-11-26 14:40:42 +08: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
|
aa8724da5c
|
!90423 Tensor.set_功能开发
Merge pull request !90423 from lizhitong/tensor.set_impl
|
2025-11-26 03:26:04 +00:00 |
i-robot
|
ef675c38f4
|
!90657 [pijit][doc] update 'jit' api docstring: pijit currently does not support Python3.12+
Merge pull request !90657 from shaoshengqi/modify-jit-api-doc
|
2025-11-25 14:25:48 +00:00 |
lizhitong
|
e0a2abe869
|
Develop the Tensor.set_ function
|
2025-11-25 19:21:17 +08:00 |
i-robot
|
0ac567065c
|
!90549 fix saved tensor leaf node requires_grad
Merge pull request !90549 from maoyuanpeng1/br_fix_saved_tensors_hooks_requires_grad
|
2025-11-25 07:41:58 +00:00 |
i-robot
|
6f65862754
|
!90685 [docs][api]improve api documentation mindspore APIs
Merge pull request !90685 from 宦晓玲/code_docs_1121
|
2025-11-25 06:05:58 +00:00 |
宦晓玲
|
b3eca18e94
|
modify contents
|
2025-11-25 13:50:00 +08:00 |
yuchaojie
|
80e75798d8
|
add headerfile and doc for custom pass
|
2025-11-25 09:06:31 +08:00 |
maoyuanpeng
|
fcdf92b9aa
|
1.fix saved tensor leaf node requires_grad
2.fix event_py destroy error
|
2025-11-24 15:40:22 +08:00 |
Jony Guo
|
20cdb4d612
|
update comment for dataset send & recv
|
2025-11-24 14:36:48 +08:00 |
i-robot
|
9ebf1db764
|
!90643 [docs][api] improve api documentation mindspore.dataset
Merge pull request !90643 from xuzhen/code_docs_dataset
|
2025-11-24 03:22:27 +00:00 |
i-robot
|
42448fd4b0
|
!90545 add support output recompute
Merge pull request !90545 from luochao60/Pynative_modify_recompute_doc_20251117
|
2025-11-21 09:03:12 +00:00 |
xuzhen
|
521cd2adde
|
modify mindspore.dataset documentation
|
2025-11-21 16:36:37 +08:00 |
luochao
|
0dfc46cb1f
|
modify doc
fix recompute output
|
2025-11-21 14:17:08 +08:00 |
shaoshengqi
|
f24710ce2f
|
[pijit][doc] update 'jit' api docstring: pijit currently does not support Python3.12+
|
2025-11-21 10:17:48 +08:00 |
i-robot
|
5a8e27f966
|
!90397 feature: dataset send and recv
Merge pull request !90397 from guozhijian/feature_dataset_send_recv
|
2025-11-20 13:57:17 +00:00 |
Jony Guo
|
ebf122d2a4
|
feature: dataset send & recv
|
2025-11-20 15:38:39 +08:00 |
i-robot
|
f0e325ad65
|
!89839 support custom backend
Merge pull request !89839 from 胡彬/custom-backend
|
2025-11-20 06:42:23 +00:00 |
i-robot
|
c175e14843
|
!90614 [docs][api]improve api documentation mindspore.Tensor 3
Merge pull request !90614 from 宦晓玲/code_docs_11191
|
2025-11-20 00:57:27 +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 |
宦晓玲
|
38c957a51b
|
modify contents
|
2025-11-19 15:12:21 +08:00 |
i-robot
|
76c637ef46
|
!90425 [Minddata] Add a warning notice
Merge pull request !90425 from shenwei41/add_warning
|
2025-11-19 01:16:45 +00:00 |
chaijinwei
|
c80a98a4d8
|
adapt aclnnAdaptiveMaxPool2dBackward
|
2025-11-18 19:41:48 +08:00 |
hb_hubin
|
829d8edc6c
|
add docs for custom backend
|
2025-11-18 17:36:20 +08:00 |
shenwei41
|
632c06853f
|
Add a warning notice
|
2025-11-18 16:01:43 +08:00 |
i-robot
|
2e321c91c0
|
!90554 [MD] Fix api order.
Merge pull request !90554 from xiaotianci/code_docs_api_order
|
2025-11-18 01:18:24 +00: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 |
Xiao Tianci
|
42ffaf854f
|
Fix api order.
|
2025-11-17 17:23:37 +08:00 |
i-robot
|
56ce82f6ad
|
!89753 add use_reeenrant=false
Merge pull request !89753 from luochao60/Pynative_add_reentrant_false_recompute_20250916
|
2025-11-17 07:04:41 +00:00 |
i-robot
|
72f9924515
|
!89837 [doc][api] improve api documentation mint.tanh/ops.tanh
Merge pull request !89837 from 严珞珈/code_docs/mint_tanh
|
2025-11-17 06:55:21 +00:00 |
i-robot
|
111fa8a029
|
!90483 [docs][api] improve api documentation mindspore.dataset.DIV2KDataset and mindspore.dataset.EMnistDataset
Merge pull request !90483 from xuzhen/code_docs_dataset
|
2025-11-17 03:05:51 +00:00 |
xuzhen
|
3aa4a97368
|
modify mindspore.dataset documentation
|
2025-11-17 09:23:39 +08: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
|
41284220b4
|
!90480 [docs][api]improve api documentation mindspore.Tensor 2
Merge pull request !90480 from 宦晓玲/code_docs_1112
|
2025-11-14 09:42:09 +00:00 |
宦晓玲
|
171e8f8acb
|
modify files
|
2025-11-14 17:35:51 +08:00 |
luochao
|
e0a95d88a1
|
add use_reenrant and fuse compute feature
|
2025-11-14 10:19:50 +08:00 |
i-robot
|
b49deeaeb5
|
!90451 [docs][api] improve api documentation mindspore.dataset
Merge pull request !90451 from xuzhen/code_docs_dataset
|
2025-11-14 02:00:15 +00:00 |
xuzhen
|
13864eb5bb
|
modify mindspore.dataset documentation
|
2025-11-14 09:27:43 +08:00 |
严珞珈
|
722da85b23
|
squash: consolidate all changes since origin/master
Signed-off-by: 严珞珈 <2705845302@qq.com>
|
2025-11-14 00:10:42 +08:00 |
Bellatan
|
8393cae4f0
|
Tensor.sort API Docs Fix
|
2025-11-13 10:26:11 +08:00 |
i-robot
|
1924943c26
|
!90379 frombuffer功能开发
Merge pull request !90379 from 曹彤/from_buffer
|
2025-11-12 07:54:14 +00:00 |
i-robot
|
5a48b3b089
|
!90407 modify contents
Merge pull request !90407 from 宦晓玲/code_docs_1105
|
2025-11-12 01:44:09 +00:00 |
宦晓玲
|
8b7320694b
|
modify contents
|
2025-11-11 17:25:22 +08:00 |
i-robot
|
d3511410d7
|
!90378 [docs][api] improve api documentation mindspore.dataset.audio
Merge pull request !90378 from xuzhen/code_docs_audio
|
2025-11-11 01:48:10 +00:00 |