Commit Graph

1478 Commits

Author SHA1 Message Date
i-robot 516c8f8a35
!36983 fix doc string
Merge pull request !36983 from hezhenhao1/code_docs
2022-06-30 08:28:45 +00:00
i-robot e331577831
!36707 change format FracZ to FRACTAL_Z
Merge pull request !36707 from liubuyu/usb
2022-06-30 08:24:03 +00:00
hezhenhao1 0aff8748d1 fix doc string 2022-06-30 16:07:27 +08:00
i-robot dcf787e8fb
!36867 Fixed RandomRotation the test case reports an error when Inter.ANTIALIAS interpolation method is used.
Merge pull request !36867 from 刘勇琪/master
2022-06-30 06:26:15 +00:00
i-robot 30bebf1dda
!36938 fix vmap_rule for scatter_nd; fix docs
Merge pull request !36938 from DeshiChen/0629_scatternd_vmap
2022-06-30 04:06:27 +00:00
i-robot f61953d59a
!36925 interpolate add bilinear mode to support ResizeBilinear
Merge pull request !36925 from hanhuifeng/interpolate_func
2022-06-30 03:52:28 +00:00
i-robot e2e5850e0c
!36913 Add a batch_rank for MatrixBandPart.
Merge pull request !36913 from liqiliang/matrixbandpart-gpu
2022-06-30 02:08:32 +00:00
dayschan f876bd4c05 fix vmap_rule for scatter_nd; fix docs 2022-06-29 23:15:19 +08:00
hanhuifeng2020 79facfb1ab interpolate add bilinear mode to support ResizeBilinear 2022-06-29 19:48:18 +08:00
liu-yongqi-63 d7b8d6b4a0 fixed RandomRotation the test case reports an error when Inter.ANTIALIAS interpolation method is used. 2022-06-29 17:22:46 +08:00
i-robot 9669767bbc
!36829 Update tensor_scatter op chinese doc
Merge pull request !36829 from yuchaojie/code_docs_op
2022-06-29 09:16:27 +00:00
i-robot 7fcf29588b
!36903 Fix the API description of ApplyAdadelta
Merge pull request !36903 from panzhihui/code_docs_applyadadelta_fix
2022-06-29 09:15:14 +00:00
PanZhihui 479a204c66 Fix API description of ApplyAdadelta 2022-06-29 16:42:26 +08:00
i-robot 22e1420c02
!36792 modify the format of Chinese API files
Merge pull request !36792 from 宦晓玲/code_docs_0628
2022-06-29 08:37:37 +00:00
liqiliang 164c4c3592 Add a batch_rank for MatrixBandPart. 2022-06-29 16:33:56 +08:00
i-robot 8c25a1bb97
!36617 change for mindspore.ops.renorm valueerror
Merge pull request !36617 from koumengwang/code_docs_renorm
2022-06-29 08:09:38 +00:00
i-robot fb1d90d424
!36898 fix rfpad api
Merge pull request !36898 from shaojunsong/code_docs_rfpad
2022-06-29 08:04:21 +00:00
i-robot b355106cc2
!36614 change for mindspore.ops.intopk
Merge pull request !36614 from koumengwang/code_docs_intopk
2022-06-29 08:03:14 +00:00
i-robot 5e9ee29769
!36539 [mindspore.ops.MaxPool3D][检视活动] 异常信息中ceil_mode格式不正确
Merge pull request !36539 from jinguo123/test_0624
2022-06-29 07:53:09 +00:00
i-robot d3e9023b55
!36900 Modified the desc of nn docs
Merge pull request !36900 from gaoshuanglong/mindspore_nn
2022-06-29 07:51:51 +00:00
shaojunsong 2bf32bf695 fix ref pad api 2022-06-29 15:34:11 +08:00
i-robot 828b74c2b1
!36887 tensor scatter div docs bug
Merge pull request !36887 from ling/code_docs_sr
2022-06-29 07:23:57 +00:00
gaoshuanglong 1a2077e67b Modified the desc of nn docs of BatchNorm3d、Conv1dTranspose、Conv2dTranspose、Conv3dTranspose、Conv3d、Dropout 2022-06-29 15:19:50 +08:00
i-robot cc2bd395e0
!36878 modify format
Merge pull request !36878 from 俞涵/code_docs_0629
2022-06-29 07:19:26 +00:00
i-robot cc14bbf23c
!36823 [Auto parallel] MoE adaption
Merge pull request !36823 from Xiaoda/132-moe-fixbugs
2022-06-29 07:11:07 +00:00
ling 4af56af761 tensor scatter div docs bug 2022-06-29 14:48:02 +08:00
fan-jibin 70e28a5dac fix docs format 2022-06-29 14:35:06 +08:00
i-robot 420b6327ac
!36813 fix doc string
Merge pull request !36813 from hezhenhao1/code_docs
2022-06-29 06:19:28 +00:00
i-robot dc774f0c9a
!36776 支持高维CSR文档修复
Merge pull request !36776 from 黄晓/code_docs_csrtensor_0629
2022-06-29 04:32:10 +00:00
huodagu 2734250119 modify format 2022-06-29 11:31:01 +08:00
i-robot 21e176ae01
!36857 soft shrink docs bug
Merge pull request !36857 from ling/code_docs_sr
2022-06-29 03:20:20 +00:00
hezhenhao1 e756ee88ac fix doc string 2022-06-29 11:09:54 +08:00
muxiyin 274abd9c5f 高维CSR文档修复 2022-06-29 10:31:59 +08:00
i-robot 6ddce1fa75
!36173 add adaptiveMaxPool3D for gpu
Merge pull request !36173 from 范吉斌/maxpool3d
2022-06-29 02:22:07 +00:00
i-robot d0d30f5c21
!36800 modify format
Merge pull request !36800 from 俞涵/code_docs_0621
2022-06-29 02:18:06 +00:00
ling 77d93809d9 soft shrink docs bug 2022-06-29 10:13:44 +08:00
Xiaoda Zhang 1e4c9bf13b moe adaption 2022-06-29 09:36:43 +08:00
i-robot 9cfabe457c
!36818 [OP] fix docs bug of maxpoll_grad_grad and meshgrid
Merge pull request !36818 from yangruoqi713/code_docs_op
2022-06-29 01:20:25 +00:00
jinguo123 494ee10404 fix chinese api bug, This is a combination of 2 commits. 2022-06-28 22:22:53 +08:00
yangruoqi713 60cc552199 [OP] fix docs bug of maxpoll_grad_grad and meshgrid 2022-06-28 21:21:51 +08:00
yuchaojie 863d4197c4 Update tensor_scatter op chinese doc 2022-06-28 21:12:13 +08:00
mengyuanli ff60b4f050 change support data type of resize 2022-06-28 21:08:36 +08:00
i-robot 25fe3dd073
!36340 [MS][LITE]fix unique_with_pad docs
Merge pull request !36340 from gongdaguo1/fix_unique_with_path
2022-06-28 11:46:41 +00:00
i-robot 1dc2c47431
!36768 scatter add functional
Merge pull request !36768 from ling/bug
2022-06-28 11:46:22 +00:00
i-robot debfc55f0a
!36717 [MS][CPU]fix bug of smooth_l1_loss
Merge pull request !36717 from mengyuanli/fix_bug_smooth_l1_loss
2022-06-28 11:38:54 +00:00
huodagu a1fd875f01 modify format 2022-06-28 17:34:40 +08:00
zhangyi 34749d39d3 modify the format of API files 2022-06-28 16:46:24 +08:00
ling 6cde34e9bf scatter add functional & npu static+dynamic 2022-06-28 14:45:16 +08:00
mengyuanli 1a93c401ec fix bug of smoothL1Loss 2022-06-28 14:37:20 +08:00
i-robot 1fc7471e35
!36670 code_docs_kl_div_cn
Merge pull request !36670 from zhuyuxiao/I51VMV-1
2022-06-28 06:28:50 +00:00