Commit Graph

706 Commits

Author SHA1 Message Date
wangjun 24d448239c add pynative_parallel 2022-02-24 21:07:51 +08:00
i-robot 3219508ecd
!30494 Supplement the docs and log to recompute api of Cell
Merge pull request !30494 from YuJianfeng/recompute
2022-02-24 13:04:57 +00:00
i-robot 2e091cca4d
!30531 code_docs_auto_parallel_optimizer
Merge pull request !30531 from zhuyuxiao/I4S85V_doc
2022-02-24 11:27:41 +00:00
jiahongQian 25f57505bf ut for allgather fusion 2022-02-24 17:40:32 +08:00
zhuyuxiao 5f2ddb66fd update api doc 2022-02-24 17:32:31 +08:00
i-robot bbcfbce9e0
!29997 [Auto parallel] [MoE] Support data_parallel + expert_parallel
Merge pull request !29997 from Xiaoda/124-moe-changes
2022-02-24 09:23:47 +00:00
i-robot 33ec98ded5
!30512 modify format for chinese python api.
Merge pull request !30512 from zhangyi/code_docs_master
2022-02-24 09:08:39 +00:00
i-robot 99fbcec2ce
!30432 add ckpt check and mod cn api
Merge pull request !30432 from changzherui/add_ckpt_check
2022-02-24 08:43:17 +00:00
zhangyi 5f22461db9 modify format for chinese python api. 2022-02-24 16:39:33 +08:00
i-robot 121f6b1def
!30460 Fix some API docs
Merge pull request !30460 from xiaotianci/modify_api_docs
2022-02-24 07:28:28 +00:00
yujianfeng 951f830b9a Supplement the docs and warning log to recompute api of Cell 2022-02-24 11:28:26 +08:00
Xiaoda Zhang b714451937 implementing expert_parallel+data_parallel in MoE:
1) extending _Linear's input as 4-dimension tensor: [outer_batch, expert_dim, -1, hidden], and _Liner's BatchMatMul becomes BatchMatMul(4_dim_tensor, 3_dim_tensor);
2) configuring the _Linear's BatchMatMul sharding strategy as [[dp, ep, 1, 1], [ep, 1, mp]];
3) introducing a new parameter 'expert_parallel' in TransformerOpParallelConfig, creating a new class MoEParallelConfig to include 'data_parallel', 'model_parallel' and 'expert_parallel';
4) changing parallel config for FeedForward, TransformerEncoderLayer, TransformerDecoderLayer.
2022-02-24 09:24:27 +08:00
i-robot db7662fa5e
!30329 update chinese api doc
Merge pull request !30329 from luoyang/code_docs_chinese
2022-02-24 01:24:08 +00:00
i-robot d9214d0b55
!30170 Chinese API
Merge pull request !30170 from shenwei41/code_docs_chinese
2022-02-24 01:10:41 +00:00
YangLuo 20e3c642b1 update chinese api doc 2022-02-23 17:52:55 +08:00
Xiao Tianci ede3c231a2 fix some API docs 2022-02-23 17:22:54 +08:00
i-robot c20cb15532
!30374 update boost cn api
Merge pull request !30374 from jinjiali-kali/code_docs_master
2022-02-23 06:47:32 +00:00
shenwei41 6145300422 chinese api 2022-02-23 10:00:33 +08:00
changzherui 7821b2355f add ckpt check and mod cn api 2022-02-23 00:09:41 +08:00
i-robot 6390b71296
!30269 optimizes the documentation of chinese API of RNN,Tiru,Unfold,etc
Merge pull request !30269 from zhangfanghe/code_docs_zfh_20220219_nn
2022-02-22 13:10:17 +00:00
i-robot 397700ec25
!30271 optimizes the documentation of chinese API of Flatten,Floor,GetNext,etc
Merge pull request !30271 from zhangfanghe/code_docs_zfh_20220219_ops1
2022-02-22 13:09:52 +00:00
i-robot f891b0a906
!30272 optimizes the documentation of chinese API of AllGather,Argmin,Cast,etc
Merge pull request !30272 from zhangfanghe/code_docs_zfh_20220219_ops2
2022-02-22 13:09:10 +00:00
jinjiali 5af9980f95 update boost cn api 2022-02-22 17:29:31 +08:00
zhangyi 5d8887baab modify error format for api. 2022-02-22 17:02:04 +08:00
zhangfanghe 0690427dec optimizes the documentation of chinese API of AllGather,Argmin,Cast,etc. 2022-02-22 16:21:04 +08:00
zhangfanghe 516fe7c48e optimizes the documentation of chinese API of RNN,Tiru,Unfold,etc. 2022-02-22 16:18:29 +08:00
zhangfanghe 8640492906 optimizes the documentation of chinese API of Flatten,Floor,GetNext,etc. 2022-02-22 14:34:01 +08:00
i-robot c5811348cd
!30346 change api of dynamic shape ops
Merge pull request !30346 from lianliguang/code_docs_ms
2022-02-22 02:43:23 +00:00
lianliguang 6c7957f0dd change api of DynamicShape ops 2022-02-21 19:52:03 +08:00
zhangyi eddb5f9ca0 modify error format for chinese python api. 2022-02-21 19:01:22 +08:00
ms_yan 90f665726a add part of vision api doc 2022-02-21 14:48:53 +08:00
i-robot 97bc0ca366
!30085 code_docs_add_transformer_api_CN
Merge pull request !30085 from lichen/code_docs_add_transformer_api
2022-02-21 03:11:35 +00:00
wangshengnan12@huawei.com 3a27ee3533 code_docs_add_transformer_api 2022-02-21 10:41:16 +08:00
i-robot 6ebee5ff2c
!30195 Update boost cn api.
Merge pull request !30195 from linqingke/code_docs_api
2022-02-21 02:39:32 +00:00
i-robot d4e765fb69
!30254 modify landscape Chinese api
Merge pull request !30254 from Songyuanwei/api
2022-02-19 08:59:48 +00:00
liu-yongqi-63 f3219b4cf7 add vision api 2022-02-18 19:29:52 +08:00
[songyuanwei] f4984ea759 landscape chinese api 2022-02-18 17:33:14 +08:00
i-robot d7735df5cc
!30026 [MD] add mindrecord chn doc
Merge pull request !30026 from liyong126/add_mindrecord_chn_doc
2022-02-18 09:09:35 +00:00
linqingke b15ca93f15 Update boost cn api. 2022-02-18 17:03:12 +08:00
i-robot ff159694f6
!30192 Add Chinese API docs for mindspore.dataset.vison.py_transforms
Merge pull request !30192 from xiaotianci/code_docs_add_chinese_api
2022-02-18 08:36:59 +00:00
zhangyi 340e11d2b3 fix error format. 2022-02-18 15:36:51 +08:00
Xiao Tianci 49c599e023 add Chinese API for mindspore.dataset.vision 2022-02-18 15:31:33 +08:00
i-robot 63e7c9e608
!30033 Add Chinese statement for set_dump API
Merge pull request !30033 from maning202007/code_docs_dump_api
2022-02-18 06:53:53 +00:00
liyong a59542f7cd add mindrecord chn doc 2022-02-18 14:31:49 +08:00
maning202007 cff95a9ad1 Add Chinese statement for set_dump API. 2022-02-18 11:39:01 +08:00
i-robot 84ebb03734
!30044 add cn api3
Merge pull request !30044 from changzherui/mod_cn_api3
2022-02-17 10:59:49 +00:00
i-robot abe8b8422a
!30172 Add chinese api for ms_memory_recycle
Merge pull request !30172 from huangbingjian/code_docs_memory
2022-02-17 10:42:52 +00:00
huangbingjian e1005e9d63 Add chinese api for ms_memory_recycle 2022-02-17 17:29:04 +08:00
zhangyi ebba554086 modify chinese python api files. 2022-02-17 17:12:27 +08:00
i-robot 96cab0260f
!29947 optimizes the documentation of chinese API of FocalLoss,GroupNorm,GRU,etc
Merge pull request !29947 from zhangfanghe/code_docs_zfh_20220111
2022-02-17 07:11:22 +00:00
i-robot 548283ed6e
!30006 update minddata chinese api
Merge pull request !30006 from luoyang/code_docs_chinese
2022-02-17 07:01:17 +00:00
YangLuo bd1a639dc0 update minddata chinese api 2022-02-17 14:34:03 +08:00
zhangfanghe cf94c8ac59 optimizes the documentation of chinese API of FocalLoss,GroupNorm,GRU,etc. 2022-02-17 14:30:19 +08:00
i-robot 4e495292b2
!29993 Add boost cn api.
Merge pull request !29993 from linqingke/code_docs_api
2022-02-17 06:29:56 +00:00
i-robot 5ef2fba6e1
!30001 add chinese api comments
Merge pull request !30001 from liutongtong9/code_docs_addchiapi
2022-02-17 06:23:38 +00:00
linqingke c57486aefc Add boost cn api. 2022-02-17 14:21:07 +08:00
changzherui 2da26a23a2 add cn api 2022-02-17 11:03:20 +08:00
liutongtong 0747dead48 add chinese api 2022-02-16 19:11:19 +08:00
zhangyi 8814ca2141 modify titles. 2022-02-16 17:22:09 +08:00
[songyuanwei] 1d732d3ae9 modify summarylandscape Chinese api 2022-02-16 14:45:28 +08:00
i-robot 27498f8a41
!30065 Correct the spelling error of profiler Chinese api
Merge pull request !30065 from zangqx/zangqx_5
2022-02-16 06:31:52 +00:00
i-robot f0b93a3d9d
!30071 modify directives and titles for chinese python api.
Merge pull request !30071 from zhangyi/code_docs_master
2022-02-16 01:08:58 +00:00
i-robot 33c3a9e910
!29960 Fix Chinese Doc API for the SearchMode
Merge pull request !29960 from huangxinjing/code_docs_fix_api_doc
2022-02-15 08:49:15 +00:00
zhangyi 286d263522 modify directives and titles for chinese python api. 2022-02-15 16:22:46 +08:00
臧庆香 8de8e99e52 修正中文api拼写错误 2022-02-15 15:01:38 +08:00
i-robot d37c8719fd
!30003 add cpu timeline profiling and change threadpool default threads
Merge pull request !30003 from fangzehua/add_profi
2022-02-15 06:21:15 +00:00
huangxinjing 7d3b7cfc82 Add auto parallel search mode 2022-02-15 11:15:03 +08:00
i-robot 658eb0c44f
!29989 modify cn_api.
Merge pull request !29989 from zhangyi/code_docs_master
2022-02-14 08:54:31 +00:00
zhangyi 61931d4cd0 modify cn_api. 2022-02-14 16:41:13 +08:00
fangzehua 4bb4417aff support cpu profling timeline 2022-02-14 15:18:08 +08:00
wanyiming b27adf0465 code_docs_lr 2022-02-14 14:32:13 +08:00
i-robot bd8867d69b
!29911 Add chinese document for primitive, ...
Merge pull request !29911 from huangbingjian/code_docs_primitive
2022-02-11 10:24:55 +00:00
huangbingjian a5d8b0b3ef Add chinese document for primitive, ... 2022-02-11 17:44:27 +08:00
i-robot 6f4a936123
!29941 modify doc
Merge pull request !29941 from xumengjuan1/code_docs_xmj13
2022-02-11 08:27:05 +00:00
xumengjuan1 3c91dc08d0 modify doc 2022-02-11 16:13:59 +08:00
i-robot 63b4b68daa
!29889 Add SummaryLandscape Chinese api
Merge pull request !29889 from Songyuanwei/api
2022-02-11 07:34:45 +00:00
[songyuanwei] 50fa2f04f1 add SummaryLandscape Chinese api 2022-02-11 15:01:59 +08:00
i-robot 70ecc123eb
!29924 modify doc
Merge pull request !29924 from xumengjuan1/code_docs_xmjf11
2022-02-11 02:47:07 +00:00
xumengjuan1 9b4bf6a7d6 modify doc 2022-02-11 10:38:08 +08:00
yingchen 152760bc98 update index 2022-02-11 09:57:58 +08:00
i-robot 5bb8fa81cd
!29781 modify doc
Merge pull request !29781 from xumengjuan1/code_docs_xmjf9
2022-02-08 10:09:33 +00:00
i-robot c6156a065b
!29773 add api zh
Merge pull request !29773 from yingchen/code_docs_zh
2022-02-08 09:53:36 +00:00
xumengjuan1 f772d8b8df modify docformat 2022-02-08 17:39:18 +08:00
yingchen 7efe6dc0cd add apizh 2022-02-08 17:35:03 +08:00
xumengjuan1 e12cfe3ab5 modify doc 2022-02-08 15:38:54 +08:00
i-robot 7af80eda7d
!29722 modify apiformat
Merge pull request !29722 from xumengjuan1/code_docs_xmjf7
2022-02-08 06:39:11 +00:00
xumengjuan1 681ff685fe modify nn&train 2022-02-08 14:25:38 +08:00
i-robot ea4340523d
!29709 Fix Chinese operator documentation problem list
Merge pull request !29709 from chenweitao_295/chinese_ops-issue-2
2022-02-08 06:21:13 +00:00
i-robot b08d132804
!29480 THOR中文API修改
Merge pull request !29480 from melody/master
2022-02-07 07:06:43 +00:00
mwang a87eec27d4 # 这是一个 8 个提交的组合。
# 这是第一个提交说明:

thor_doc

# 这是提交说明 #2:

update docs/api/api_python/nn/mindspore.nn.thor.txt.

# 这是提交说明 #3:

update docs/api/api_python/nn/mindspore.nn.thor.txt.

# 这是提交说明 #4:

Update docs/api/api_python/nn/mindspore.nn.thor.txt

# 这是提交说明 #5:

Update docs/api/api_python/nn/mindspore.nn.thor.txt

# 这是提交说明 #6:

Update docs/api/api_python/train/mindspore.train.train_thor.ConvertModelUtils.txt

# 这是提交说明 #7:

Update docs/api/api_python/train/mindspore.train.train_thor.ConvertNetUtils.txt

# 这是提交说明 #8:

update docs/api/api_python/nn/mindspore.nn.thor.txt.
2022-02-07 13:02:53 +08:00
i-robot 451930ea5a
!29670 Fix doc for gumbel distribution
Merge pull request !29670 from zichun_ye/doc_fix
2022-02-07 03:11:57 +00:00
chenweitao_295 9cc3ec8588 Fix Chinese operator documentation problem list 2022-02-07 10:15:37 +08:00
zhangyi c68c9ff8aa fix error format. 2022-01-30 14:32:59 +08:00
i-robot 0b8c1db08a
!29589 add profiler api Chinese document
Merge pull request !29589 from mahequn123/docs
2022-01-30 03:38:47 +00:00
mahequn123 72c3a796c6 add profiler chinese docs 2022-01-30 11:22:06 +08:00
Zichun Ye f2e8834d82 fix default value for gumbel distribution 2022-01-29 15:54:11 +08:00
xumengjuan1 de5967906e modify apiformat 2022-01-29 14:37:26 +08:00
wangshuide2020 522b1d208b update the documentation of Gather. 2022-01-29 09:47:02 +08:00
Zichun Ye 59c254d259 fix doc in prob program 2022-01-28 12:33:35 +08:00
i-robot c7c427d0ad
!29546 Fx Chinese api
Merge pull request !29546 from huangxinjing/code_docs_fx_api
2022-01-27 06:21:25 +00:00
huangxinjing 55d72691e4 Add chinese api 2022-01-27 10:23:50 +08:00
i-robot 6fac9c5d1d
!28505 Change SparseTensor to COOTensor
Merge pull request !28505 from wangrao124/COOTensor
2022-01-26 06:22:28 +00:00
i-robot 6eb9e3cc2d
!29493 update chinese doc
Merge pull request !29493 from luoyang/code_docs_chinese
2022-01-26 06:16:40 +00:00
i-robot 9954364907
!29514 fix infer shape and add context
Merge pull request !29514 from fangzehua/fix_bugs_0125
2022-01-26 03:25:54 +00:00
YangLuo 84bc135983 update chinese doc 2022-01-26 10:05:42 +08:00
i-robot 1e3f3b51d7
!29496 fix the error message of Select and optimize the documentation of L1Loss and SmoothL1Loss.
Merge pull request !29496 from wangshuide/wsd_master_new
2022-01-26 02:04:53 +00:00
i-robot 05d8dfab56
!29418 Fix Chinese operator documentation problem list
Merge pull request !29418 from chenweitao_295/chinese_ops-issue-1
2022-01-26 01:32:01 +00:00
wangshuide2020 1c66c15f57 fix the error message of Select and optimize the documentation of L1Loss and SmoothL1Loss. 2022-01-25 20:39:00 +08:00
fangzehua ccdc6e95f0 fix infer shape and add context 2022-01-25 17:09:31 +08:00
zhangyi 60e15f80cc fix some error. 2022-01-25 16:53:31 +08:00
i-robot a9b9d87273
!29515 modify doc
Merge pull request !29515 from xumengjuan1/code_docs_xmjf3
2022-01-25 08:25:01 +00:00
xumengjuan1 311fbaef96 modify doc 2022-01-25 16:00:34 +08:00
wangrao124 9dfc703f7a change sparsetensor to cootensor 2022-01-25 15:39:37 +08:00
zhangyi 246e958100 fix some error format. 2022-01-25 14:28:23 +08:00
xumengjuan1 a02157f70a modify doc 2022-01-24 17:01:10 +08:00
xumengjuan1 2cbd37ced3 modify doc 2022-01-24 16:31:13 +08:00
xumengjuan1 6b683718ee modify apiformat 2022-01-24 15:25:47 +08:00
chenweitao_295 1248cce836 Fix Chinese operator documentation problem list 2022-01-22 15:01:03 +08:00
xumengjuan1 74ebbd775b modify apiformat 2022-01-22 11:25:00 +08:00
i-robot 88ef81663f
!29375 modify doc
Merge pull request !29375 from xumengjuan1/code_docs_xmjformat8
2022-01-22 02:44:52 +00:00
i-robot 9f55a06652
!29389 [AutoParallel]fix parallel api doc
Merge pull request !29389 from lichen/code_docs_fix_gradreducer
2022-01-22 01:46:11 +00:00
xumengjuan1 e4f4b14fa0 modify doc 2022-01-22 09:44:23 +08:00
lichenever 376120267c code_docs_fix_gradreducer 2022-01-21 18:53:52 +08:00
zhangyi acc525881a move image for python api. 2022-01-21 17:30:08 +08:00
xumengjuan1 e987b843f7 modify doc 2022-01-21 12:00:58 +08:00
xumengjuan1 aefdba11d3 modify docformat 2022-01-20 17:43:28 +08:00
i-robot 863daec7fe
!29134 optimizes the documentation of Conv1d, Conv2d, Conv3d, Gather, etc.
Merge pull request !29134 from wangshuide/code_docs_wsd_master1
2022-01-20 07:47:45 +00:00
i-robot 60c431410e
!28934 optimize the documentation of englishAPI of HShrink,HSigmoid,LogSoftmax,MSELoss, etc.
Merge pull request !28934 from chenweitao_295/nn_amend_en-1
2022-01-20 03:46:25 +00:00
i-robot cac8bf39d5
!29313 modify doc
Merge pull request !29313 from xumengjuan1/master
2022-01-20 02:58:11 +00:00
chenweitao_295 a3dbc94f54 optimize the documentation of english API of HShrink,HSigmoid,LogSoftmax,MSELoss, etc. 2022-01-20 09:57:47 +08:00
xumengjuan1 f0c8c99857 modify doc 2022-01-20 09:46:56 +08:00
i-robot f4bd87380b
!29195 Update API docs for Audio and Callback to the previous modifications
Merge pull request !29195 from xiaotianci/fix_chinese_api
2022-01-20 01:17:02 +00:00
wangshuide2020 76f15d315c optimizes the documentation of Conv1d, Conv2d, Conv3d, Gather, etc. 2022-01-19 19:52:37 +08:00
i-robot 2040571f33
!28404 optimize the documentation of english API of Add,AddN,Div,Eps, etc
Merge pull request !28404 from chenweitao_295/ops_amend_other_en
2022-01-19 11:26:36 +00:00
xumengjuan1 27798e43ea modify doc 2022-01-19 17:29:42 +08:00
Xiao Tianci 1d628bfb85 Fix API docs of Audio and Callback 2022-01-19 15:23:50 +08:00
xumengjuan1 ee8e6fac00 modify format 2022-01-19 14:35:27 +08:00
xumengjuan1 f51fd70911 modify doc 2022-01-18 17:23:24 +08:00
i-robot c4b128e6fa
!29116 modify cn api comment and check ckpt file name
Merge pull request !29116 from changzherui/mod_cn_api_comment
2022-01-18 06:29:02 +00:00
changzherui 282e99e7f1 modify cn api comment 2022-01-17 23:12:08 +08:00
chenweitao_295 df729c2f28 optimize the documentation of english API of Add,AddN,Div,Eps, etc 2022-01-17 17:25:21 +08:00
i-robot 9d662d99da
!28809 Modify api note
Merge pull request !28809 from liuyang/code_check_test
2022-01-14 11:16:17 +00:00
i-robot cca91ea30a
!29088 fix sgd CN error
Merge pull request !29088 from wanyiming/code_docs_sgd
2022-01-14 08:53:45 +00:00
wanyiming d541604ec1 fix_sgd 2022-01-14 15:22:38 +08:00
i-robot 1c745cde5c
!29001 optimizes the documentation of chinese API of Conv1D, Conv2D, Conv3dTranspose, etc.
Merge pull request !29001 from wangshuide/code_docs_wsd_master1
2022-01-14 06:50:17 +00:00
i-robot d20985284b
!29013 modify cn api comment
Merge pull request !29013 from changzherui/code_docs_comment2
2022-01-14 06:11:33 +00:00
liuyang_655 076af4a21c modify api note 2022-01-14 12:02:17 +08:00
wangshuide2020 2bf37c32cd optimizes the documentation of chinese API of Conv1D, Conv2D, Conv3dTranspose, etc. 2022-01-14 11:49:31 +08:00
i-robot ce8f89e88e
!29008 Fix Chinese API docs of Audio
Merge pull request !29008 from xiaotianci/code_docs_fix_chinese_api
2022-01-14 01:37:45 +00:00
i-robot 67060483cb
!28515 [MD] fix dataset chinese doc
Merge pull request !28515 from liyong126/fix_dataset_doc
2022-01-14 01:23:27 +00:00
changzherui 1eabf644f3 modify cn api 2022-01-13 22:43:13 +08:00
Xiao Tianci d14557e509 fix Chinese API docs 2022-01-13 20:36:45 +08:00
i-robot 4f86ae55f8
!28769 context api master 0110
Merge pull request !28769 from mindspore_ding/context_api_0110_master
2022-01-13 12:25:41 +00:00
dingpeifei e92a40000c context api 0110 master 2022-01-13 20:10:24 +08:00
liyong 8dc511bd12 fix dataset doc 2022-01-13 16:49:04 +08:00
Margaret_wangrui 4fb883657e Optimize tensor api 2022-01-13 10:45:19 +08:00
i-robot 6b8148df94
!28761 optimize the documentation of chinese API of HShrink,HSigmoid,LogSoftmax,MSELoss, etc.
Merge pull request !28761 from chenweitao_295/nn_amend_1
2022-01-12 08:03:16 +00:00
i-robot e6c57593b1
!28334 modify comment for cn api
Merge pull request !28334 from changzherui/mod_comment1
2022-01-12 07:55:09 +00:00
i-robot 2c50223cca
!28895 Update dataset operation comments
Merge pull request !28895 from luoyang/code_docs_chinese
2022-01-12 07:48:14 +00:00
luoyang e456d32714 Update dataset operation comments 2022-01-12 11:21:55 +08:00
i-robot b8e1b94eee
!28488 fix chinese api comments
Merge pull request !28488 from liutongtong9/code_docs_chi_api
2022-01-12 03:19:26 +00:00
liutongtong f0b7156ae1 fix chinese api comments 2022-01-12 10:58:39 +08:00
i-robot 35ca76afb9
!28817 modify api comments
Merge pull request !28817 from wangnan39/code_docs_modify_api_comments
2022-01-12 02:02:42 +00:00
changzherui 832fbc1280 modify comment1 2022-01-12 00:29:43 +08:00
王南 553cf07ef0 modify api comments 2022-01-11 18:09:35 +08:00
i-robot 293143d3ee
!28609 Fix CN docs
Merge pull request !28609 from wanyiming/code_docs_cnapis
2022-01-11 08:45:46 +00:00
wanyiming aac86ca124 mod cnapi 2022-01-11 15:29:16 +08:00
shenwei41 6dcba68c60 fix api chinese doc 2022-01-11 14:58:49 +08:00
i-robot dac6adc9f0
!28777 [AutoParallel] code_docs_fix_CN_API
Merge pull request !28777 from lichen/code_docs_fix_CN_api
2022-01-11 02:36:47 +00:00
i-robot 4856bda05f
!28732 Update doc for nn prob
Merge pull request !28732 from zichun_ye/doc_fix
2022-01-10 11:46:56 +00:00
lichenever 18640dd4ac fix_api 2022-01-10 19:13:59 +08:00
i-robot f69699f1ec
!28749 fix summary docs
Merge pull request !28749 from jiangshuqiang/code_docs_wb
2022-01-10 08:25:25 +00:00
Zichun Ye d51483f235 update nn.prob doc
fix typo

update doc
2022-01-10 16:08:56 +08:00
chenweitao_295 e3bbc44e2f fix doc bug 2022-01-10 14:17:35 +08:00
jiangshuqiang 067d5b7b45 fix summary docs 2022-01-10 10:33:57 +08:00
chenweitao_295 3c9aa15c15 amend ops 2022-01-07 17:42:36 +08:00
i-robot 33ffff987c
!28557 [MindSpore][API][doc] Fix bug of Chinese API doc
Merge pull request !28557 from jinguo123/test_0104
2022-01-06 09:03:00 +00:00
i-robot 3febbbf1eb
!28446 correct code examples etc.
Merge pull request !28446 from chentangyu/code_docs_cty_master_I4NUSK_I4NWQW_I4OTOQ
2022-01-05 01:56:21 +00:00
i-robot 309add890d
!28484 update tensor api document
Merge pull request !28484 from huangbingjian/code_docs_tensor
2022-01-05 01:52:54 +00:00
i-robot c2c47413e6
!28517 [Dataset][docs][chinese] 修复dataset中文文档中WatiedCallback、deserialize、imshow_det_bbox检视问题
Merge pull request !28517 from xiefangqi/code_docs_fix_chinese_docs_problem_stage1
2022-01-05 01:34:38 +00:00
xiefangqi b21baa366d fix chinese docs problem 2022-01-05 09:24:25 +08:00
jinguo123 ddc8505298 Fix bug of Chinese API doc 2022-01-04 23:25:18 +08:00
Zichun Ye 1f4d906f17 doc update for probability module
fix typo

fix pylint problem

fix warning

fix typo

fix typo

update formula in log-normal
2022-01-04 10:45:39 +08:00
huangbingjian 3cfb0b88b5 update tensor api document 2021-12-31 17:36:31 +08:00
tacyi139 36901f77a8 correct code examples etc. 2021-12-31 15:16:49 +08:00
i-robot 6f9541d02c !28389 Update chinese API doc
Merge pull request !28389 from luoyang/code_docs_chinese
2021-12-31 06:57:43 +00:00
i-robot 5b3c6d361b !28467 fix formula issue I4OSPR
Merge pull request !28467 from yingchen/code_docs_ops
2021-12-31 06:54:47 +00:00
YangLuo 1e21d8f96b Updata chinese API doc 2021-12-31 14:27:41 +08:00
yingchen aef999147c updat ops 2021-12-31 14:25:04 +08:00
i-robot da10c76eee !28464 modify api format
Merge pull request !28464 from xumengjuan1/master
2021-12-31 06:17:58 +00:00
xumengjuan1 0f57863e19 modify api format 2021-12-31 11:38:07 +08:00
i-robot 8961541339 !27873 [MS][API][DOC]There are some problems in Chinese API doc,mostly in dataset
Merge pull request !27873 from longvoyage/master
2021-12-31 03:26:04 +00:00
i-robot 1cec34cf97 !28442 fix api zh format
Merge pull request !28442 from yingchen/code_docs_apizh
2021-12-31 02:27:58 +00:00
yingchen a9da0e7b9c update api zh 2021-12-31 09:16:35 +08:00
i-robot 911c84d800 !28420 [dataset][docs] Fix chinese docs problem
Merge pull request !28420 from xiefangqi/code_docs_fix_chinese_docs_problem_stage1
2021-12-30 11:13:12 +00:00
xiefangqi a2ba8c2d0e fix chinese docs problem of dataset 2021-12-30 16:41:09 +08:00
i-robot d836beb526 !28377 optimized code docs about list of 7 issue items
Merge pull request !28377 from chentangyu/code_docs_cty_master_I4NUQN_I4NUUT_I4NUX0_I4NWKI_I4NWMW_I4NWVS_I4NX03
2021-12-30 07:09:31 +00:00
i-robot 7348ca8eac !28298 fix summary chinese api doc
Merge pull request !28298 from jiangshuqiang/code_docs_summary_api
2021-12-30 03:04:06 +00:00
tacyi139 f5339512f2 optimized code docs about list of 7 issue items 2021-12-29 17:16:58 +08:00
i-robot 84a35b8a91 !27987 optimize the documentation of chinese API of BiasAdd,ELU,EYE,FILL, etc.
Merge pull request !27987 from chenweitao_295/ops_amend_9
2021-12-29 07:17:42 +00:00
jiangshuqiang ae8b003db5 fix summary chinese api doc 2021-12-29 14:31:34 +08:00
chenweitao_295 10a2b6367a amend ops 2021-12-29 10:49:31 +08:00
zhanglin ea8793b431 fix Chinese API problems 2021-12-27 23:16:04 +08:00
i-robot 4045601345 !27919 optimize the documentation of chinese API of ELU, ReLU, Tril, etc.
Merge pull request !27919 from wangshuide/code_docs_wsd_master1
2021-12-27 10:30:41 +00:00
i-robot bc2f07fae7 !28118 fix summary api docs
Merge pull request !28118 from jiangshuqiang/code_docs_summary_api
2021-12-25 09:48:01 +00:00
wangshuide2020 57018cb669 optimize the documentation of chinese API of ELU, ReLU, Tril, etc. 2021-12-25 10:27:15 +08:00
i-robot d9efe41557 !27886 Submit modification of Chinese api inspection results
Merge pull request !27886 from GongLiyao/code_docs_api_check
2021-12-24 12:08:59 +00:00
i-robot 493636eee3 !27724 context&model doc fix
Merge pull request !27724 from lamuxiaoyu/master
2021-12-24 12:08:00 +00:00
jiangshuqiang 011db43012 fix summary api docs 2021-12-24 18:09:51 +08:00
i-robot b6d5648db7 !28114 code_docs_update_cn_api_description
Merge pull request !28114 from zhuyuxiao/I4NR6X
2021-12-24 08:01:49 +00:00
yingchen 4e8724eb65 update dataset 2021-12-24 11:35:46 +08:00
zhuyuxiao 51dc15b4b5 update cn api description 2021-12-24 10:11:59 +08:00
GongLiyao e5089d48da edit the Chinese api describe. 2021-12-22 23:23:35 +08:00
i-robot 21c83445f4 !28008 [docs]modify docs of jvp and vjp
Merge pull request !28008 from chenzhuo/master
2021-12-22 06:25:05 +00:00
王南 f96fe92853 update chinese example 2021-12-22 11:14:01 +08:00
chenzhuo 8b9100354f modify docs of jvp and vjp 2021-12-22 10:07:16 +08:00
i-robot 2901cb2fc4 !27906 update tensor api document
Merge pull request !27906 from huangbingjian/code_docs_update_api
2021-12-22 02:06:12 +00:00
huangbingjian f32802cef6 update Tensor api 2021-12-21 10:29:51 +08:00
i-robot 1fb6040804 !27908 Add docs description for ps server recovery
Merge pull request !27908 from zyli2020/ps_cache_feature
2021-12-20 12:02:05 +00:00
lizhenyu f66ce9e485 Add docs description for ps server recovery 2021-12-20 14:45:01 +08:00
ZPaC 75cef0f2a1 Fix ps context default value 2021-12-20 09:53:41 +08:00
i-robot 822dd07bb0 !27843 Optimize tensor api
Merge pull request !27843 from Margaret_wangrui/code_docs_tensor
2021-12-17 08:15:31 +00:00
i-robot d0b5b648d1 !27841 fix docs errors
Merge pull request !27841 from yingchen/code_docs_link1217
2021-12-17 07:43:16 +00:00
Margaret_wangrui 773474ea39 Optimize tensor api 2021-12-17 15:31:27 +08:00
i-robot e8b5e0bd4e !27801 fix tensor api doc
Merge pull request !27801 from huanghui/code_docs-fix-tensor-api-doc
2021-12-17 06:34:24 +00:00
yingchen 9a44f5f473 update docs master 2021-12-17 14:30:25 +08:00
i-robot 9979c6a694 !27782 Add a description of lossScalemanager to the Model comment
Merge pull request !27782 from wangnan39/code_docs_model_kwargs
2021-12-17 03:44:16 +00:00
王南 c7ed65afa8 model amp comments 2021-12-17 11:33:06 +08:00
huanghui 601597bd3f fix tensor api doc 2021-12-17 11:23:54 +08:00
l00591931 bfec897bdb Fix chinese commnet for Tensor.any and Tensor.asnumpy 2021-12-16 14:41:52 +08:00
i-robot c4603023d2 !27481 Correct api for pynative
Merge pull request !27481 from JoyLvliang/correct_api_des_for_pynative
2021-12-15 12:35:46 +00:00
lamuxiaoyu 02296e467b context & model doc fix 2021-12-15 16:58:31 +08:00
ms_yan a32883ed04 fix api description error 2021-12-15 15:15:36 +08:00
xumengjuan1 c8eaf81db2 modify api annotation 2021-12-15 10:09:27 +08:00
7347157+joylvliang@user.noreply.gitee.com 5670103a0f correct_api_des_for_pynative 2021-12-14 16:17:12 +08:00
i-robot fa5a541d7e !27423 modify api annotation
Merge pull request !27423 from xumengjuan1/code_docs_xmj9
2021-12-10 03:42:27 +00:00
i-robot a02a24720f !26955 Optimize pyantiave mem
Merge pull request !26955 from zjun/pynative_mem_optimize
2021-12-09 03:44:05 +00:00
xumengjuan1 fbbf97e318 modify api annotation 2021-12-08 16:27:04 +08:00
i-robot ebc0561bfe !27421 modify api annotation
Merge pull request !27421 from xumengjuan1/code_docs_xmj8
2021-12-08 08:16:17 +00:00
xumengjuan1 3374dc3d96 modify api annotation 2021-12-08 16:05:37 +08:00
i-robot b0ce80e3d3 !27379 dataset: add Note for map and GeneratorDataset
Merge pull request !27379 from ms_yan/code_docs_mix_operations
2021-12-08 07:38:14 +00:00
i-robot f3a7667efd !27397 add cn api
Merge pull request !27397 from changzherui/code_docs_api2
2021-12-08 07:13:01 +00:00
ms_yan 2a2d73406f add Note for map and generatorDataset 2021-12-08 15:10:09 +08:00
changzherui 3582ef1f07 add cn apt2 2021-12-08 14:37:52 +08:00
i-robot aac371543c !27399 add chinese API documentation of Conv1d, Conv2d, Conv3d, etc.
Merge pull request !27399 from wangshuide/code_docs_wsd_master1
2021-12-08 05:13:58 +00:00
zjun eb450dd31f Optimize pynative device memory use
Add gradient to pynative unique

Signed-off-by: zjun <zhangjun0@huawei.com>
2021-12-08 11:53:40 +08:00
wangshuide2020 cbb4559c40 add chinese API documentation of Conv1d, Conv2d, Conv3d, etc. 2021-12-08 11:35:46 +08:00
xumengjuan1 250401a384 modify api annotation 2021-12-08 10:26:54 +08:00
i-robot 1d0b7fafe3 !27363 Add api note
Merge pull request !27363 from liuyang/code_docs_api
2021-12-08 01:46:36 +00:00
liuyang_655 24d884af32 add api note 2021-12-07 05:52:04 -05:00
xumengjuan1 51c7bd1b29 add nn_ops_api name 2021-12-07 17:45:17 +08:00
xumengjuan1 6a4fa1aa17 modify api annotation 2021-12-07 14:45:07 +08:00
i-robot e35d1df357 !27241 add chinese API documentation of Flatten, Eye, Gather, etc.
Merge pull request !27241 from wangshuide/code_docs_wsd_master1
2021-12-06 12:48:30 +00:00
zhangyi fa6c4cc269 fix table. 2021-12-06 15:44:43 +08:00
wangshuide2020 ad31be6507 add chinese API documentation of Flatten, Eye, Gather, etc. 2021-12-05 21:11:56 +08:00
zhangyi 16c78f1999 fix error format for chinese python API. 2021-12-05 16:13:12 +08:00
zhangyi 4d169b05ae modify index and error format. 2021-12-05 14:50:03 +08:00
i-robot 641ae20dc6 !27246 modify error format and index.
Merge pull request !27246 from zhangyi/code_docs_master
2021-12-04 11:35:40 +00:00
zhangyi eb34fe477b modify error format and index. 2021-12-04 19:15:55 +08:00
yingchen 999ce681a4 update api format 2021-12-04 19:01:41 +08:00
zhangyi baff111eac modify index for chinese python API. 2021-12-04 16:39:46 +08:00
yingchen 7a962c2b56 udpate api 2021-12-04 16:09:40 +08:00
i-robot fe0e61e6cd !27220 update api format
Merge pull request !27220 from yingchen/code_docs_1204
2021-12-04 07:05:27 +00:00
yingchen 9b800a3a36 update api docs 2021-12-04 14:55:17 +08:00
zhangyi fe100d0fb5 update chinese python API. 2021-12-04 14:43:40 +08:00
zhangyi 3fa73f5eee modify index pages for chinese python API. 2021-12-04 11:23:02 +08:00
zhangyi 8f2457a0f8 add removed api files. 2021-12-04 09:59:18 +08:00
i-robot 4f1968a829 !27073 add chinese API documentation of Sigmoid, Pow, Mul, etc.
Merge pull request !27073 from wangshuide/code_docs_wsd_master1
2021-12-04 01:26:43 +00:00
i-robot 983326c963 !27106 Update chinese doc
Merge pull request !27106 from luoyang/code_docs_chinese
2021-12-03 14:09:44 +00:00
i-robot 00fdf567a5 !27123 set the environment variable "MS_GRAPH_KERNEL_FLAGS" to deprecated
Merge pull request !27123 from DeshiChen/1202_gkflag_env
2021-12-03 11:33:11 +00:00
YangLuo afe502a25f Update chinese doc 2021-12-03 17:56:57 +08:00
i-robot cb77bfeb5b !27200 update dataset
Merge pull request !27200 from yingchen/code_docs_12032
2021-12-03 09:43:55 +00:00
i-robot 204f6528ae !27141 add chinese api comments
Merge pull request !27141 from wangnan39/code_docs_add_chinese_docs
2021-12-03 09:38:17 +00:00
wangshuide2020 c4a215edab add chinese API documentation of Div, Hswish, Erf, etc 2021-12-03 17:31:18 +08:00
王南 86afb1725d chinese api comments 2021-12-03 17:06:55 +08:00
i-robot dd543af6eb !26852 code_docs_cnapi
Merge pull request !26852 from wanyiming/code_docs_cnapi2
2021-12-03 09:05:49 +00:00
yingchen 57a1e2f555 update dataset 2021-12-03 17:02:40 +08:00
i-robot 1da503448f !27168 [AutoParallel]Add_Parallel_CN_API
Merge pull request !27168 from lichen/add_CN_API
2021-12-03 08:37:04 +00:00
i-robot cf6b5dfcf4 !27180 modify api annotation
Merge pull request !27180 from xumengjuan1/code_docs_xmj3
2021-12-03 07:45:19 +00:00
wanyiming 99382eb743 code_docs_cnapi2 2021-12-03 15:35:33 +08:00
dayschan be11003ec7 set the environment variable "MS_GRAPH_KERNEL_FLAGS" to deprecated 2021-12-03 15:33:19 +08:00
i-robot 4011fe86f3 !26933 add chinese comments in metric
Merge pull request !26933 from liutongtong9/code_docs_add_metric
2021-12-03 07:07:22 +00:00
ms_yan 00bfc24277 add part of dataset operation api in chinese version 2021-12-03 14:54:15 +08:00
xumengjuan1 97d0779245 modify api annotation 2021-12-03 14:17:11 +08:00
lichenever ae40fea111 add_CN_API 2021-12-03 14:12:43 +08:00
i-robot 8985b2626d !27172 modify api annotation
Merge pull request !27172 from xumengjuan1/code_docs_xmj2
2021-12-03 03:41:28 +00:00
xumengjuan1 39399f47fb modify api annotation 2021-12-03 11:32:31 +08:00
i-robot 25aa2bee49 !27100 PyNative Chinese API doc
Merge pull request !27100 from chujinjin/code_docs_pynative_api
2021-12-03 02:02:30 +00:00
chujinjin 787cd27455 add pynative ForwardValueAndGrad api doc 2021-12-03 09:54:58 +08:00
i-robot 204822ecd8 !27149 modify api annotation
Merge pull request !27149 from xumengjuan1/master
2021-12-03 01:51:53 +00:00
xumengjuan1 fc2a76ab46 modify api annotation 2021-12-03 09:42:32 +08:00
i-robot 2dac953ed3 !27095 Add ps context cn doc
Merge pull request !27095 from ZPaC/code_docs_master
2021-12-02 12:14:08 +00:00
i-robot bc8f412d96 !26710 code docs review master 1123
Merge pull request !26710 from mindspore_ding/code_docs_review_master_1123
2021-12-02 12:12:04 +00:00
ZPaC a64920c468 Add ps context cn doc 2021-12-02 20:08:40 +08:00
zhangyi 5ce71e326e modify index of content for chinese python API. 2021-12-02 17:32:28 +08:00
zhangyi 7e36dd98d3 modify index of content for chinese python API. 2021-12-02 16:53:32 +08:00
i-robot 40723bf268 !27112 merge model
Merge pull request !27112 from yingchen/code_docs_api12022
2021-12-02 07:47:54 +00:00
yingchen e12c6952e7 update model 2021-12-02 15:35:20 +08:00
xumengjuan1 c364c87d9e modify api annotation 2021-12-02 15:34:25 +08:00
liutongtong 498da0eded add metric chinese api comments 2021-12-02 11:43:47 +08:00
dingpeifei 86b7798c96 docs type 1123 2021-12-02 11:31:19 +08:00
i-robot f80869c3f0 !27087 modify api annotation
Merge pull request !27087 from xumengjuan1/code_docs_xmj
2021-12-02 02:55:12 +00:00
xumengjuan1 d65db1b350 modify api annotation 2021-12-02 10:44:44 +08:00
i-robot db9ed3eadb !27086 add index files for chinese python api.
Merge pull request !27086 from zhangyi/code_docs_master
2021-12-02 01:43:51 +00:00
zhangyi f6b6d503a2 add index files for chinese python api. 2021-12-02 09:23:35 +08:00
i-robot 95f7c61d2e !27057 update nn.cell
Merge pull request !27057 from yingchen/code_docs_api1201
2021-12-02 01:21:33 +00:00
yingchen 721aa37901 update cell 2021-12-02 08:40:28 +08:00
i-robot 37cb0b7561 !26833 add chinese api of probability
Merge pull request !26833 from byweng/master
2021-12-01 12:28:25 +00:00
i-robot 3be3c7cdfd !26943 modify comments for Model api
Merge pull request !26943 from wangnan39/code_docs_model
2021-12-01 10:46:19 +00:00
i-robot ca6dd3b95a !26924 add index files for chinese python api.
Merge pull request !26924 from zhangyi/code_docs_master
2021-12-01 09:31:44 +00:00
i-robot 1a95df0ff1 !26732 add cn api
Merge pull request !26732 from changzherui/code_docs_aip1
2021-12-01 08:16:51 +00:00
changzherui d44e9a19c6 add cn api 2021-12-01 15:43:08 +08:00
xumengjuan1 43e572a91f modify api annotaion 2021-12-01 11:36:54 +08:00
i-robot 54f05f1520 !26991 update api format 1130
Merge pull request !26991 from yingchen/code_docs_api1130
2021-12-01 01:21:35 +00:00
王南 b1e02acb51 add docs for model 2021-11-30 21:25:38 +08:00
i-robot ac1c1e6250 !26855 modify api annotation
Merge pull request !26855 from xumengjuan1/master
2021-11-30 12:22:58 +00:00
xumengjuan1 a887ee377c modify api annotation 2021-11-30 16:10:52 +08:00
yingchen 234176fb48 update api format 2021-11-30 16:03:45 +08:00
i-robot 889eb14a70 !26616 add chinese comments in cell
Merge pull request !26616 from liutongtong9/code_docs_addChineseComments
2021-11-30 06:23:03 +00:00
i-robot 03554c47ca !26925 update api format
Merge pull request !26925 from yingchen/code_docs_api1129
2021-11-30 06:07:40 +00:00
liutongtong 904f1a8123 add Chinese comment in cell 2021-11-29 17:21:16 +08:00
i-robot 1a7ac7bcdc !26659 code_docs_cnapi
Merge pull request !26659 from wanyiming/code_docs_cnapi
2021-11-29 07:45:32 +00:00
yingchen d6a23fee8c update api format 2021-11-29 15:03:17 +08:00
zhangyi c9225d5667 add index files for chinese python api. 2021-11-29 11:36:30 +08:00
yingchen 319c67df14 update api format 2021-11-27 16:44:36 +08:00
i-robot 0ce94030e8 !26859 update api format 1126
Merge pull request !26859 from yingchen/code_docs_api1126
2021-11-27 01:05:59 +00:00
yingchen 4d46962b11 update api format 2021-11-26 19:23:40 +08:00
Bingya Weng ce85cba866 add chinese api of probability 2021-11-26 16:42:29 +08:00
wanyiming 822b11a9be code_docs_cnapi 2021-11-26 16:30:37 +08:00
i-robot f2f75a1403 !26673 modify Dataset_rst and zip_rst master
Merge pull request !26673 from xumengjuan1/master
2021-11-26 07:04:40 +00:00
xumengjuan1 90362ae848 modify Dataset_rst and zip_rst master 2021-11-26 14:51:58 +08:00
i-robot c5cdc71c7a !26814 [docs]add docs of JVP and VJP
Merge pull request !26814 from chenzhuo/master
2021-11-26 06:21:01 +00:00
chenzhuo f3545c8ced add docs of JVP and VJP 2021-11-26 11:17:51 +08:00
i-robot 7587544c0e !26787 Add Chinese document for Tensor, RowTensor and SparseTensor
Merge pull request !26787 from LiangZhibo/code_docs_tensor
2021-11-26 02:19:38 +00:00
l00591931 fb5e7e1802 Add Chinese documents for Tensor/SparseTensor/RowTensor 2021-11-26 10:10:38 +08:00
i-robot efad2cbe9d !26795 update api cn format
Merge pull request !26795 from yingchen/code_docs_api1125
2021-11-26 01:42:04 +00:00
yingchen 945f903add update api format 2021-11-25 16:44:52 +08:00
i-robot 0904efeb76 !26621 dataset: add part of dataset api in chinese version
Merge pull request !26621 from ms_yan/code_docs_operation_api
2021-11-25 06:43:31 +00:00
i-robot 01e8ad9f38 !26677 change dataset chinese comment
Merge pull request !26677 from shenwei41/code_docs_chinese
2021-11-25 03:19:58 +00:00
shenwei41 522d3b7447 change dataset chinese comment 2021-11-25 10:58:03 +08:00
ms_yan 556f1e5bc0 add part of dataset api 2021-11-25 09:46:28 +08:00
Xiao Tianci a06f4a92c8 add chinese api 2021-11-24 17:17:44 +08:00
i-robot 43fabaeef8 !26668 add api cn
Merge pull request !26668 from yingchen/code_docs_api6
2021-11-24 08:50:51 +00:00
yingchen 6f7a104e7c update api cn 2021-11-24 16:34:48 +08:00
i-robot 1b1401e73d !26577 update dataset chinese comment
Merge pull request !26577 from luoyang/code_docs_chinese
2021-11-24 08:21:16 +00:00
i-robot 249fcbf812 !26614 Add api comments of chinese
Merge pull request !26614 from wangnan39/code_docs_api_chinese
2021-11-23 10:17:08 +00:00
YangLuo bfa57ebd34 update dataset chinese comment 2021-11-23 17:11:19 +08:00
王南 977af36379 optim loss_scale datasethelper chinese api 2021-11-23 16:34:26 +08:00
liyong 9b629557f3 add chn dataset 2021-11-22 17:33:09 +08:00
xiefangqi 2c69a34557 add doc minddata imshow_det_bbox 2021-11-22 10:08:08 +08:00
zyli2020 6181690bf5 update docs/api/api_python/mindspore/mindspore.ParameterTuple.rst.
删除无效的异常提示
2021-11-18 10:24:46 +00:00
yingchen e24def4c52 add minddata api cn 2021-11-18 17:40:24 +08:00
yingchen 00cd2d61fb move api file 2021-11-16 16:59:58 +08:00
yingchen 93f4413861 add api cn 2021-11-16 16:11:45 +08:00
yingchen cb697a9780 add 2 api cn 2021-11-12 15:13:35 +08:00
yingchen ec6cc664ab add ms_function cn 2021-11-10 14:25:31 +08:00