Xiaoda Zhang
f944fe7065
moe adaption
2022-07-01 16:00:15 +08:00
liutongtong
d2a3746a7c
fix docs
2022-07-01 15:16:21 +08:00
changzherui
1b7901e874
modify jit config
2022-07-01 12:41:50 +08:00
i-robot
3a8cc10845
!36229 [MSLITE] Add tensor and function methods for uniform_int and uniform_real.
...
Merge pull request !36229 from wangshaocong/uniform_ops
2022-07-01 03:20:32 +00:00
i-robot
4fcd2eebf6
!37021 修改Ger算子doc
...
Merge pull request !37021 from KXiong/code_docs_master
2022-07-01 03:13:10 +00:00
i-robot
a29d655cba
!37042 modify format
...
Merge pull request !37042 from 俞涵/code_docs_0629
2022-07-01 03:01:03 +00:00
i-robot
b7c2dd8fa1
!36988 change dropout2d dropout3d attr from keep_prob to p
...
Merge pull request !36988 from zhuzhongrui/pub_master1
2022-07-01 02:44:14 +00:00
xiongkun
9a2b390134
fix ger doc
...
fix bug
modify
2022-07-01 10:29:52 +08:00
huodagu
96bb275ff5
modify format
2022-07-01 10:06:53 +08:00
i-robot
176a48e954
!36944 matmul cn description updates
...
Merge pull request !36944 from panfengfeng/matmul_doc
2022-07-01 01:44:25 +00:00
xuxiny
37070aa208
batch to batch size
2022-07-01 02:48:18 +08:00
i-robot
5a41a426a9
!36804 fix rrelu bug
...
Merge pull request !36804 from shaojunsong/fix/rrelu
2022-06-30 13:45:11 +00:00
i-robot
cc4970de66
!37015 add approver for md and update api comment
...
Merge pull request !37015 from guozhijian/code_docs_add_approver_and_update_api_comment
2022-06-30 13:31:14 +00:00
longvoyage
29ba9a84da
【mindspore.ops.matmul】【中文检视】API算子返回描述有误
...
https://gitee.com/mindspore/mindspore/issues/I5ER7L
https://gitee.com/mindspore/mindspore/issues/I5ER7L# Please enter the commit message for your changes. Lines starting
2022-06-30 21:02:04 +08:00
i-robot
5f85eb75a9
!36930 parse_concat python api
...
Merge pull request !36930 from baochong/master
2022-06-30 12:49:24 +00:00
jonyguo
06bfa2b96c
add approver for md and some comment
2022-06-30 20:43:32 +08:00
i-robot
e6e773a267
!36288 [feat] add new gpu backend and func interface of operator AffineGrid
...
Merge pull request !36288 from GeniusPatrick/op_affine_grid
2022-06-30 11:31:31 +00:00
i-robot
3dac24e1bc
!36957 modify format
...
Merge pull request !36957 from 俞涵/code_docs_0629
2022-06-30 09:47:27 +00:00
baochong
ba73f2ecbe
add python api
2022-06-30 17:39:29 +08:00
z00512249
12c10f9374
change dropout2d dropout3d attr from keep_prob to p
2022-06-30 16:56:34 +08:00
i-robot
516c8f8a35
!36983 fix doc string
...
Merge pull request !36983 from hezhenhao1/code_docs
2022-06-30 08:28:45 +00:00
shaojunsong
7e92fbb3c8
fix rrelu dtype bug
2022-06-30 16:26:48 +08: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
huodagu
7531fe6a3f
modify format
2022-06-30 10:28:38 +08: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
panfengfeng
eb92d0f79b
fix matmul cn description
2022-06-29 20:42:37 -04: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
wang_shaocong
e26273a2c9
[MSLITE] Add function and vmap methods for uniform_int and uniform_real.
2022-06-29 19:01:42 +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
fujianzhao
4c0fa7baed
update CN docs
2022-06-29 11:26:20 +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
guoqi
c48ad905cd
fix the typos in comments of deformable_conv2d function.
2022-06-29 09:04:15 +08: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
fan-jibin
7cbfa5d20a
add adaptiveMaxPool3D for gpu
2022-06-28 14:25:50 +08:00
zhangyi
0ce65e2d27
modify the files
2022-06-28 10:33:17 +08:00
i-robot
61e4b68872
!36697 add tanhshrink dtype check
...
Merge pull request !36697 from 冯一航/tanhshrink_dtype_check
2022-06-28 02:23:54 +00:00
zhuyuxiao
8f2d80e6bb
fix cn docs
2022-06-28 10:23:25 +08:00
i-robot
1a64acb096
!36619 change for mindspore.nn.BiDense
...
Merge pull request !36619 from koumengwang/code_docs_bernoulli
2022-06-28 02:17:57 +00:00
chaijun
a011326430
fix unique_with_pad docs and add unique_with_pad gpu op
2022-06-28 10:10:42 +08:00
i-robot
32872330fd
!36668 modify format
...
Merge pull request !36668 from 俞涵/code_docs_0621
2022-06-28 01:34:34 +00:00
i-robot
47a9146e4f
!36269 add Tensor and vmap interface of StandardLaplace op
...
Merge pull request !36269 from panshaowu/master
2022-06-27 13:35:41 +00:00
fengyihang
c981b4ec24
tanhshrink_dtype_check
2022-06-27 19:49:44 +08:00
lby
55e8b59451
change FracZ to FRACTAL_Z
2022-06-27 19:48:10 +08:00
i-robot
509f5c4e0d
!36568 fix valueerror bugs and add chinese rst for applyadamwithamsgrad
...
Merge pull request !36568 from OwenSec/bugfix
2022-06-27 11:19:46 +00:00
i-robot
ce4294a1b7
!35922 Remove Onehot Tensor
...
Merge pull request !35922 from jiaoy1224/onehot
2022-06-27 10:23:38 +00:00
i-robot
85d187e550
!36669 Update RReLU api
...
Merge pull request !36669 from shaojunsong/code_docs_RReLU_api
2022-06-27 09:42:10 +00:00
huodagu
4e53cc799d
modify format
2022-06-27 16:05:27 +08:00
i-robot
a51e3bab4e
!36664 change functional docs of slice、ne,add new dyn_shape
...
Merge pull request !36664 from gaoshuanglong/md_rst
2022-06-27 07:56:42 +00:00
i-robot
6c0b8ab995
!36616 [MS][DOC] tensor_scatter_elements doc
...
Merge pull request !36616 from mengyuanli/code_docs_tensor_scatter_elements
2022-06-27 07:03:19 +00:00
i-robot
416fe7ab5f
!36615 [MS][DOC]resize doc
...
Merge pull request !36615 from mengyuanli/code_docs_resize
2022-06-27 07:02:21 +00:00
i-robot
220c708f18
!35780 add cpu operation of Reduce Std
...
Merge pull request !35780 from tan-wei-cheng-3260/develop-twc-master
2022-06-27 06:46:46 +00:00
shaojunsong
dfc7a32020
Update RReLU API
2022-06-27 14:41:03 +08:00
gaoshuanglong
afd6115963
Change functional docs of slice、ne,add new dyn_shape
2022-06-27 12:02:44 +08:00
OwenSec
e7087076df
remove some validations and modify chinese rst of applyadamwithamsgrad, also modify one st file
2022-06-27 11:22:27 +08:00
xumengjuan1
9a743c3a7a
modify link
2022-06-27 10:19:15 +08:00
mengyuanli
6b0ab478bf
add doc for tensor_scatter_elements
2022-06-27 10:12:44 +08:00
mengyuanli
4d95eb96f0
add resize doc
2022-06-27 10:04:10 +08:00
koumengwang
e506f5a6f9
update docs/api/api_python/nn/mindspore.nn.BiDense.rst.
2022-06-26 11:16:49 +00:00
koumengwang
b7c4f1511b
update docs/api/api_python/ops/mindspore.ops.func_renorm.rst.
2022-06-26 10:06:17 +00:00
koumengwang
b9408c31c8
update docs/api/api_python/ops/mindspore.ops.func_intopk.rst.
2022-06-26 08:58:15 +00:00
twc
be02bcfb4a
add cpu operation of reduce std
2022-06-26 09:08:24 +08:00
i-robot
ab17cc9fdd
!36181 add functional/tensor api for kl div loss
...
Merge pull request !36181 from zhuyuxiao/I51VMV-1
2022-06-25 10:22:38 +00:00
Yufei Wang
4361bcaac2
[feat] add new func interface of operator AffineGrid
2022-06-25 18:14:28 +08:00
liu-yongqi-63
f544dfc9f9
Repair document inconsistency in Chinese and English
2022-06-25 16:27:48 +08:00
panshaowu
d7257e50a1
add Tensor and vmap interface of StandardLaplace op
2022-06-25 15:30:32 +08:00
i-robot
2e084e7796
!36491 [MS][DOC] add smooth_l1_loss doc
...
Merge pull request !36491 from mengyuanli/code_docs_smooth_l1_loss
2022-06-25 07:04:37 +00:00
zhuyuxiao
6165842821
add functional api for kl div
2022-06-25 14:39:34 +08:00
i-robot
cf36e1b6dd
!36559 add parameters for nn optimizer
...
Merge pull request !36559 from 俞涵/code_docs_0621
2022-06-25 03:35:02 +00:00
huodagu
c6f3b45838
add parameters for nn optimizer
2022-06-25 11:12:33 +08:00
i-robot
c0f5c4e1e3
!36303 [MSLITE][CPU] add reduce tensor api
...
Merge pull request !36303 from Greatpan/reduce_tensro
2022-06-25 02:53:59 +00:00
mengyuanli
ccdaa96346
add smooth_l1_loss doc
2022-06-25 09:18:00 +08:00
i-robot
4aabc67fc0
!36227 make matrix_diag_part document public
...
Merge pull request !36227 from zhujingxuan/code_docs_matrix_diag_part
2022-06-24 10:55:12 +00:00
i-robot
f51ce15a96
!36425 fix earlystop callback docs
...
Merge pull request !36425 from liutongtong9/code_docs_fix_earlystop
2022-06-24 10:04:04 +00:00
zhujingxuan
fe56bbc4b7
make matrix_diag_part document public
2022-06-24 17:34:19 +08:00
i-robot
0b44e1edd3
!36496 modify the Chinese API files
...
Merge pull request !36496 from 宦晓玲/code_docs_0624
2022-06-24 09:29:18 +00:00
zhangyi
702037724a
modify the API files
2022-06-24 17:16:09 +08:00
i-robot
824246769a
!36327 add document for InstanceNorm1d and InstanceNorm3d
...
Merge pull request !36327 from zhujingxuan/code_docs_instance_norm
2022-06-24 09:08:36 +00:00
i-robot
9c82cc2bdc
!36323 update document of scatter_nd_div and scatter_nd_min
...
Merge pull request !36323 from zhujingxuan/code_docs_scatter_nd
2022-06-24 09:07:20 +00:00
i-robot
9c32816903
!36414 Fix API for export and load
...
Merge pull request !36414 from 张澍坤/master
2022-06-24 09:02:28 +00:00
i-robot
358a69e17e
!36494 Fix the docs format of deformable_conv2d
...
Merge pull request !36494 from YuJianfeng/code_docs
2022-06-24 08:28:29 +00:00
liutongtong
d7436252c6
fix code docs in earlystop
2022-06-24 16:11:35 +08:00
yujianfeng
a431e7cb39
Fix the docs format of deformable_conv2d
2022-06-24 15:56:59 +08:00
zhujingxuan
910d0be6f1
add document for InstanceNorm1d and InstanceNorm3d
2022-06-24 15:32:52 +08:00
zhujingxuan
c279caa6ba
update document of scatter_nd_div and scatter_nd_min
2022-06-24 14:42:01 +08:00
He Wei
2fb90d4213
Add api document for Cell.flatten_weights()
2022-06-24 14:13:50 +08:00
i-robot
ca919ba17b
!36454 code_docs_fix_parallel_api
...
Merge pull request !36454 from lichen/code_docs_fix_DistributedGradReducer_En_api
2022-06-24 02:33:32 +00:00
wangshengnan12@huawei.com
3e64bcd5e7
code_docs_fix_DistributedGradReducer_En_api
2022-06-24 10:11:07 +08:00
i-robot
b1d99b0ed3
!36368 Decode: validation & support formats, Fix WithBbox op bugs
...
Merge pull request !36368 from luoyang/fix-decode
2022-06-24 02:06:59 +00:00
wangshengnan12@huawei.com
7ea4bf83fe
fix_parallel_Chinese_api
2022-06-24 09:51:00 +08:00
i-robot
19aca14a52
!36376 modify doc
...
Merge pull request !36376 from xumengjuan1/code_docs_x8
2022-06-24 01:41:47 +00:00
i-robot
6c6d8931c3
!36329 Supply Tanhshrink activation function and test cases
...
Merge pull request !36329 from 冯一航/Supply_Tanhshrink
2022-06-24 01:33:32 +00:00
i-robot
9b60a1721d
!36419 modify format
...
Merge pull request !36419 from 俞涵/code_docs_0621
2022-06-24 01:10:25 +00:00
i-robot
9185ebeb8d
!35264 implement CSRSparseMatrixToSparseTensor GPU
...
Merge pull request !35264 from huangmengxi/cuda_csr_op
2022-06-23 12:06:01 +00:00
ShukunZhang
f390d4b8e7
Fix API for export and load
2022-06-23 19:11:45 +08:00
hujiahui8
b561d0d878
Improve documentation for scatter-like operators
2022-06-23 17:39:01 +08:00
huodagu
551f4047de
modify format
2022-06-23 17:09:29 +08:00
YangLuo
f275547ecd
Decode: validation & support formats, Fix WithBbox op bugs
2022-06-23 17:07:39 +08:00
greatpanc
cbab0ee065
add reduce op tensor api
2022-06-23 16:39:29 +08:00
i-robot
a4d97a5431
!35720 Accelerate function by cache.
...
Merge pull request !35720 from liqiliang/accelerate_function_cache
2022-06-23 06:08:14 +00:00
fengyihang
98bf50ffcf
Supply Tanhshrink activation function and test cases
2022-06-23 11:34:53 +08:00
i-robot
39ddfe8b74
!36357 fix dropoout2d dropout3d spell error
...
Merge pull request !36357 from zhuzhongrui/code_docs_branch1
2022-06-23 03:28:59 +00:00
i-robot
5296854433
!36306 unsorted segment arith support uint
...
Merge pull request !36306 from ling/sr
2022-06-23 03:17:00 +00:00
i-robot
8cbd91eda8
!36252 Fix issue I5C8D0, boost readme
...
Merge pull request !36252 from archer2049/code_docs_master
2022-06-23 02:34:13 +00:00
yujianfeng
491f7e2968
Fix the formula of deformable_conv2d
2022-06-23 09:57:10 +08:00
xumengjuan1
03449726b2
modify doc
2022-06-23 09:56:19 +08:00
z00512249
0eca505b12
fix dropoout2d dropout3d spell error
2022-06-22 19:42:40 +08:00
liqiliang
a47df493bf
Accelerate function by cache.
2022-06-22 19:20:05 +08:00
i-robot
5e1b73a836
!36204 Add RReLU activation function and test cases
...
Merge pull request !36204 from shaojunsong/feature/RReLU2
2022-06-22 10:33:36 +00:00
i-robot
9ebf91d468
!36331 modify format
...
Merge pull request !36331 from 俞涵/code_docs_0621
2022-06-22 07:33:59 +00:00
huodagu
2b982cbb09
modify format
2022-06-22 15:07:38 +08:00
ling
ea257b8b7e
unsorted segment arith support uint
2022-06-22 14:30:38 +08:00
liu-yongqi-63
4167741abf
Fix issues in documentation
2022-06-22 14:12:20 +08:00
huangmengxi
06c6321d7e
implement CSRSparseMatrixToSparseTensor GPU
2022-06-22 11:18:00 +08:00
i-robot
ba217e3f90
!36255 update document of matrix_solve
...
Merge pull request !36255 from zhujingxuan/code_docs_matrix_solve
2022-06-22 02:59:29 +00:00
shaojunsong
260c920b3d
add RReLU, in-place is not supported
2022-06-22 10:58:39 +08:00
i-robot
7b41b9162d
!36302 Add Supported Platform and Fix chinses api for communication APIs
...
Merge pull request !36302 from huangxinjing/code_docs_fix_supported_platform2
2022-06-22 02:07:23 +00:00
zhujingxuan
abbd5096c4
update document of matrix_solve
2022-06-22 09:56:25 +08:00
zhangyi
ada2c5f2d6
modify the API files
2022-06-22 09:48:43 +08:00
huangxinjing
969d854b6e
Add support platform
2022-06-22 09:31:41 +08:00
i-robot
8dc4692a41
!36247 unsorted segment min/max/prod docs
...
Merge pull request !36247 from ling/code_docs_sr
2022-06-22 01:29:27 +00:00
i-robot
3e7e0f9637
!36259 modify format
...
Merge pull request !36259 from 俞涵/code_docs_0621
2022-06-22 01:11:40 +00:00
i-robot
f6b064efda
!36245 [kernel]fix cdist bug
...
Merge pull request !36245 from 张学同/ceil
2022-06-21 14:14:17 +00:00
i-robot
68cc5ddb1f
!36253 add dropout2d dropout3d nn function and cell
...
Merge pull request !36253 from zhuzhongrui/pub_master
2022-06-21 13:21:58 +00:00
i-robot
f29626abc1
!36066 [MS][LITE]Add unique_with_pad function
...
Merge pull request !36066 from gongdaguo1/add_unique_with_pad_func
2022-06-21 13:09:27 +00:00
i-robot
5c09759eab
!36067 optimize ger
...
Merge pull request !36067 from KXiong/branch_ger
2022-06-21 13:05:01 +00:00
i-robot
e2224b2104
!36223 update linspace document
...
Merge pull request !36223 from zhujingxuan/code_docs_linspace
2022-06-21 13:01:39 +00:00
i-robot
887700f989
!36261 Translate API titles
...
Merge pull request !36261 from xiaotianci/code_docs_api_title
2022-06-21 12:42:11 +00:00
i-robot
d932c9de0d
!36230 update log_softmax document
...
Merge pull request !36230 from zhujingxuan/code_docs_logsoftmax
2022-06-21 12:19:47 +00:00
ling
46de8ba7c5
unsorted segment min/max/prod docs
2022-06-21 14:38:14 +08:00
huodagu
eb33fefc0f
modify format
2022-06-21 14:21:08 +08:00
i-robot
8f2afe13b4
!36210 Keep ch api docs same as en.
...
Merge pull request !36210 from gaoyong10/code_docs_adaptivemaxpool2d
2022-06-21 04:15:10 +00:00
Xiao Tianci
1817ce3075
translate title
2022-06-21 11:53:31 +08:00
zhangxuetong
0d2686e34a
fix cdist bug
2022-06-21 11:33:31 +08:00
z00512249
5f803e7250
add dropout2d dropout3d nn function and cell
2022-06-21 11:03:46 +08:00
kylin_su
008cf82d75
fix issue I5C8D0
...
1. More accurate description of GroupLossScaleManager
2022-06-21 11:02:47 +08:00
i-robot
5cf4a18d06
!35949 Add new APIs and fix doc problems
...
Merge pull request !35949 from xiaotianci/add_api
2022-06-21 02:25:54 +00:00
chaijun
2dea092baf
add unique_with_pad functional
2022-06-21 10:00:29 +08:00
i-robot
3d41bf6b92
!36209 tensor scatter div sample bug
...
Merge pull request !36209 from ling/code_docs_pr
2022-06-21 01:38:22 +00:00
i-robot
666baf94ee
!36050 [kernel]add cdist vmap、ceil tensor api
...
Merge pull request !36050 from 张学同/ceil
2022-06-20 20:07:36 +00:00
zhujingxuan
03da0ecdd1
update log_softmax document
2022-06-20 21:03:52 +08:00
zhujingxuan
65cfade67f
update linspace document
2022-06-20 19:36:50 +08:00
ling
6e03e828bd
tensor scatter div sample bug
2022-06-20 19:29:40 +08:00
gaoyong10
22de97ce8e
Keep ch api docs same as en.
2022-06-20 18:58:56 +08:00
i-robot
412ba826ab
!36206 Fix the docs of deformable_conv2d
...
Merge pull request !36206 from YuJianfeng/code_docs
2022-06-20 10:34:43 +00:00
i-robot
ae4c7962f1
!36202 remove Tensor API documents for InplaceAdd and InplaceSub
...
Merge pull request !36202 from zhujingxuan/code_docs_inplace_op
2022-06-20 09:31:31 +00:00
i-robot
d1900ed95e
!36119 Fix issue I5C8D0, boost readme
...
Merge pull request !36119 from archer2049/code_docs_master
2022-06-20 08:55:39 +00:00
i-robot
303de2b4fc
!36103 update op docs for Concat and ScatterNd
...
Merge pull request !36103 from DeshiChen/code_docs_concat_scatternd
2022-06-20 08:45:25 +00:00
zhangxuetong
7e3604d3e6
opt kernel
2022-06-20 16:34:59 +08:00
i-robot
3146f49feb
!36182 fix col2im func interface doc description
...
Merge pull request !36182 from baihuawei/fix_Col2Im_func_doc
2022-06-20 08:25:18 +00:00
yujianfeng
75455dc198
Fix the docs of deformable_conv2d
2022-06-20 15:49:23 +08:00
qinzheng
ce8285358b
fix split docs
2022-06-20 15:24:27 +08:00
zhujingxuan
6529a2beca
update documents for InplaceAdd and InplaceSub
2022-06-20 15:00:31 +08:00
kylin_su
e1f9ab7781
fix issue I5C8D0
...
1. Modified the mindspore.boost.rst. Added Chinese description of remaining functions.
2. A more precise description of Boost functionality was added: supported hardware platforms, execution modes et al.
2022-06-20 14:40:45 +08:00
xiongkun
16671a53ca
optimize ger
...
remove useless
modify ger
transform fp16
modify ger
modify ger
fix bug
ger vmap
use workspace
fix bug
fix vmap
codex
codex
fix bug
codex
2022-06-20 14:28:33 +08:00
i-robot
2b7f14a700
!35474 feat: add ops.applyAdadelta CPU backend, add nn.Adadelta, ops.applyAdadelta CPU backend support vmap.
...
Merge pull request !35474 from fujianzhao/ApplyAdadeltavmap
2022-06-20 03:46:46 +00:00
dayschan
f567d2fc34
update op docs for Concat and ScatterNd
2022-06-20 09:47:50 +08:00
baihuawei
cd79ab4a36
fix Col2Im func description
2022-06-20 09:43:30 +08:00
i-robot
220699107e
!35463 fix bernoulli docs
...
Merge pull request !35463 from jiangshuqiang/code_docs_fix_bernoulli
2022-06-19 09:00:56 +00:00
fujianzhao
862752fdce
feat: add ops.applyAdadelta CPU backend, add nn.Adadelta, ops.applyAdadelta CPU backend support vmap.
2022-06-19 08:01:14 +08:00
i-robot
db871eaea1
!36092 change lp_norm api to morm api for tensor and fucntional
...
Merge pull request !36092 from zhuzhongrui/pub_master2
2022-06-18 06:50:59 +00:00
i-robot
cf09e3582e
!35963 Fix HWC2CHW with 2 dim tensor
...
Merge pull request !35963 from xiaotianci/fix_hwc
2022-06-18 03:17:47 +00:00
i-robot
c20e2e6083
!35369 accelerate reading tfrecord file
...
Merge pull request !35369 from luoyang/fix-tf
2022-06-18 02:39:29 +00:00
i-robot
e6107a4443
!35885 convert maskedfill vmap impl to batch_rank mode && support more datatype
...
Merge pull request !35885 from 范吉斌/maskedfill_vmap
2022-06-17 15:06:53 +00:00
i-robot
cff0361b95
!36093 update documents for MatrixDiagPartV3
...
Merge pull request !36093 from zhujingxuan/code_docs_matrix_diag_part
2022-06-17 14:15:35 +00:00
i-robot
e4ef0dad89
!36095 replace description with refer
...
Merge pull request !36095 from zhujingxuan/code_docs_inplace_op
2022-06-17 13:47:40 +00:00
i-robot
2a997efe03
!36070 modify files
...
Merge pull request !36070 from 宦晓玲/code_docs_0616
2022-06-17 08:29:59 +00:00
zhujingxuan
53641645d2
update documents for MatrixDiagPartV3
2022-06-17 15:49:23 +08:00
zhangyi
0050b7cf0e
modify the files
2022-06-17 15:41:18 +08:00
i-robot
27d9df648d
!35996 fix adaptive_avg_pool2d docs
...
Merge pull request !35996 from 范吉斌/fix_avg_docs
2022-06-17 07:04:58 +00:00
i-robot
f6db71aac1
!36098 Fix document not showing
...
Merge pull request !36098 from shenwei41/code_docs_rst
2022-06-17 06:37:32 +00:00
i-robot
7b9b3f40df
!36096 modify format
...
Merge pull request !36096 from 俞涵/code_docs_0616
2022-06-17 03:34:55 +00:00
huodagu
b655a64221
modify format
2022-06-17 11:04:41 +08:00
z00512249
76a4420b8d
change lp_norm api to morm api for tensor and fucntional
2022-06-17 10:32:40 +08:00
shenwei41
ca11bf2d69
Fix document not showing
2022-06-17 10:24:14 +08:00
Yang Jiao
7791c0ff96
remove onehot tensor api
2022-06-17 10:22:43 +08:00
zhujingxuan
47ed5c3dbc
replace description with refer
2022-06-17 10:12:18 +08:00
i-robot
2b3a994013
!35936 batchtospacend
...
Merge pull request !35936 from r1chardf1d0/bts2
2022-06-17 02:05:42 +00:00
jiangshuqiang
0a096070af
fix bernoulli docs
2022-06-17 09:59:12 +08:00
fanjibin
f1fddffee4
convert maskedfill vmap impl to batch_rank mode
2022-06-16 21:46:49 +08:00
i-robot
e2592d81a6
!36068 add shape and dtype discription for nn.BiDense
...
Merge pull request !36068 from 吕昱峰(Nate.River)/code_docs_bidense
2022-06-16 10:54:35 +00:00
lvyufeng
8b0cfe4bb8
add shape and dtype discription for nn.BiDense
2022-06-16 18:21:18 +08:00
i-robot
6ef6551a99
!35836 Improve API documents of LossBase, BroadcastTo, etc.
...
Merge pull request !35836 from panzhihui/code_docs_api_fix
2022-06-16 09:14:46 +00:00
PanZhihui
cb70c10080
Improve cn api doc
2022-06-16 16:40:21 +08:00
i-robot
4f2f579bcf
!35985 repair scatter_sub and scatter_update docs
...
Merge pull request !35985 from hujiahui8/code_docs
2022-06-16 08:24:29 +00:00
huodagu
9cae074b16
modify format
2022-06-16 16:11:18 +08:00
i-robot
043606cedb
!36044 update documents for Cosh
...
Merge pull request !36044 from zhujingxuan/code_docs_cosh
2022-06-16 07:08:00 +00:00
i-robot
123a69889a
!35976 modify files
...
Merge pull request !35976 from 宦晓玲/code_docs_0613
2022-06-16 06:44:14 +00:00
zhujingxuan
c3f3bc7e38
update documents for Cosh
2022-06-16 14:29:56 +08:00
zhangyi
985e2e5c4d
modify the files
2022-06-16 14:05:28 +08:00
i-robot
ace3624c38
!35698 [kernel]add cdist vmap and add ceil tensor functional api
...
Merge pull request !35698 from 张学同/applyproximaladagrad_gpu
2022-06-16 05:32:26 +00:00
Xiao Tianci
acf2e31f75
fix Hwc2Chw with 2 dim tensor
2022-06-16 11:51:13 +08:00
i-robot
e21690d34e
!36043 Fix doc of `gather_d` and `gather_elements`.
...
Merge pull request !36043 from TronZhang/code_docs_fix_gather_d
2022-06-16 03:47:04 +00:00
i-robot
008500a016
!35889 delete pdist api of tensor
...
Merge pull request !35889 from hemaohua/master
2022-06-16 03:42:45 +00:00
i-robot
e213427d04
!35998 optimize sparse doc
...
Merge pull request !35998 from 杨林枫/code_docs_sparse
2022-06-15 09:33:57 +00:00
i-robot
d27e3e7d0c
!36006 update documents for InplaceAdd and InplaceSub
...
Merge pull request !36006 from zhujingxuan/code_docs_inplace_op
2022-06-15 09:29:12 +00:00
yanglf1121
04da116794
optmize sparse doc
2022-06-15 17:09:44 +08:00
zhujingxuan
e12c50c345
update documents for InplaceAdd and InplaceSub
2022-06-15 16:36:11 +08:00
i-robot
10ea3018f2
!35933 fix api
...
Merge pull request !35933 from shaojunsong/code_docs_api
2022-06-15 08:11:12 +00:00
i-robot
844b4e4fb0
!35904 modify format
...
Merge pull request !35904 from 俞涵/code_docs_0610
2022-06-15 07:55:21 +00:00
fan-jibin
64666f0cc0
fix avg docs
2022-06-15 14:52:21 +08:00
i-robot
c6b826aed9
!35927 add exception information for inplace ops
...
Merge pull request !35927 from wangjun/code_docs_0614
2022-06-15 06:36:04 +00:00
i-robot
ccfb4e306f
!35987 modify rst different
...
Merge pull request !35987 from 冯一航/code_docs_modify_rst
2022-06-15 06:26:50 +00:00
fengyihang
21d1390a1f
modify_rst
2022-06-15 11:58:27 +08:00
hemaohua
00026dec33
delete tensor api of pdist
2022-06-15 11:54:52 +08:00
hujiahui8
cbad354d9c
repair scatter_sub and scatter_update docs
2022-06-15 11:29:51 +08:00
r1chardf1d0
2605a7d39b
batch_to_space_nd docs
2022-06-15 11:18:50 +08:00
i-robot
46fbf523b8
!35939 Support Gather Tensor interface
...
Merge pull request !35939 from ZengZitao/gather_tensor_func
2022-06-15 02:51:51 +00:00
huodagu
17a34c0e1e
modify format
2022-06-15 10:42:00 +08:00
zhangxuetong
dab8dde706
add cdist vmap、ceil tensor api
2022-06-15 10:38:50 +08:00
i-robot
e420e22839
!35898 Delete tensor api.
...
Merge pull request !35898 from liqiliang/function_and_tensor
2022-06-15 02:31:27 +00:00
Xiao Tianci
18371fa5d9
add new API docs
2022-06-15 10:10:20 +08:00
i-robot
c5563116d0
!35916 [OP]delete space_to_batch_nd tensor api
...
Merge pull request !35916 from zichun_ye/del_space_to_batch_nd_tensor
2022-06-15 02:04:23 +00:00
i-robot
fc3ab714ed
!35891 modify files
...
Merge pull request !35891 from 宦晓玲/code_docs_0613
2022-06-15 02:03:03 +00:00
i-robot
9d807f95a2
!34742 add AvgPool nn/functional api
...
Merge pull request !34742 from 范吉斌/AvgPool
2022-06-15 01:55:32 +00:00
i-robot
479dd49229
!35924 Remove matrix_diag tensor interface.
...
Merge pull request !35924 from hezhenhao1/add_matrix_diag
2022-06-14 19:32:45 +00:00
YangLuo
a5a3892c11
accelerate reading tfrecord file
2022-06-14 19:11:50 +08:00
zengzitao
33d0690eb6
support gather_v2 tensor and function interface
2022-06-14 19:07:19 +08:00
liqiliang
e16f80b07d
Delete tensor api.
2022-06-14 17:36:33 +08:00
wangjun
8273188f47
add exception raises for inplace ops
2022-06-14 17:31:03 +08:00
fanjibin
489cfa15e6
add AvgPool nn/functional/tensor api
2022-06-14 17:09:38 +08:00
zhangyi
c5be4dc10b
modify the files
2022-06-14 17:02:28 +08:00
i-robot
8c9b466693
!35779 fix doc string
...
Merge pull request !35779 from hezhenhao1/code_docs
2022-06-14 08:44:37 +00:00
shaojunsong
39a3f0bfee
fix api bug
2022-06-14 16:35:15 +08:00
hezhenhao1
ad44ede647
Remove matrix_diag tensor interface.
2022-06-14 16:14:48 +08:00
hezhenhao1
2453a9e2f4
fix doc string
2022-06-14 15:37:26 +08:00
Zichun Ye
5a3b579a5b
delete space_to_batch_nd tensor api
2022-06-14 14:43:30 +08:00
i-robot
a300990322
!35888 remove Pad tensor interface
...
Merge pull request !35888 from looop5/remove_pad_tensor
2022-06-14 06:38:14 +00:00
i-robot
69fc09be50
!35866 rename Tensor.tensor_scatter_* to Tensor.scatter_*
...
Merge pull request !35866 from yuchaojie/op_dev
2022-06-14 05:46:05 +00:00
tronzhang
5aa3250e8b
fix gather d doc
2022-06-14 11:10:37 +08:00
i-robot
08dc4ddd7a
!35887 modify format
...
Merge pull request !35887 from 俞涵/code_docs_0610
2022-06-14 01:45:54 +00:00
looop5
1f2c7bc4ce
remove Pad tensor interface
2022-06-14 09:21:22 +08:00
huodagu
d93408de90
modify format
2022-06-14 09:19:17 +08:00
jjfeing
2b4c0d15f5
remove tensor
2022-06-13 21:05:46 +08:00
i-robot
6d6327882f
!35675 adapter dynamic shape of hswish & hswish grad
...
Merge pull request !35675 from jjfeing/add_hswish_operator
2022-06-13 12:45:54 +00:00
yuchaojie
d65187f1ba
rename Tensor.tensor_scatter_* to Tensor.scatter_*
2022-06-13 20:45:16 +08:00
i-robot
dbec13ca4a
!35650 支持SPMM算子
...
Merge pull request !35650 from 黄晓/spmm_hxp_0609
2022-06-13 11:49:01 +00:00
i-robot
a5bf4daf55
!35851 modify files
...
Merge pull request !35851 from 宦晓玲/code_docs_0610
2022-06-13 10:02:11 +00:00
i-robot
9a134b4a64
!35852 modify doc
...
Merge pull request !35852 from xumengjuan1/code_docs_c5
2022-06-13 09:57:26 +00:00
i-robot
a38fd4cfbe
!35850 modify format
...
Merge pull request !35850 from 俞涵/code_docs_0610
2022-06-13 09:57:25 +00:00
zhangyi
78c0f49127
modify the files
2022-06-13 17:43:14 +08:00
xumengjuan1
c4a1953a40
modify doc
2022-06-13 17:24:48 +08:00
huodagu
e961046679
modify format
2022-06-13 17:18:13 +08:00
i-robot
3170c0a90b
!35818 modify files
...
Merge pull request !35818 from 宦晓玲/code_docs_0610
2022-06-13 09:03:41 +00:00
zhangyi
e43a164b22
modify the files
2022-06-13 16:55:03 +08:00
i-robot
08afe47203
!35841 modify format
...
Merge pull request !35841 from 俞涵/code_docs_0610
2022-06-13 08:33:48 +00:00
huodagu
56b7e76568
modify format
2022-06-13 15:59:32 +08:00
jjfeing
ce295846c6
support dynamic shape of hardswish & hardswishgrad
2022-06-13 15:40:22 +08:00
muxiyin
27e96dd46d
support spmm
2022-06-13 15:08:09 +08:00
i-robot
0e11cf9633
!35253 [op]Add CPU op Argmin and support Ascend dynamic shape
...
Merge pull request !35253 from chenzhuo/Argmin_cpu
2022-06-13 03:23:56 +00:00
i-robot
b0bcd270fb
!35447 update docs for KLDivLoss
...
Merge pull request !35447 from xulei/code_docs
2022-06-13 02:42:01 +00:00
i-robot
cbea10add6
!35467 add cpu operation of StandardLaplace and its functional interface
...
Merge pull request !35467 from panshaowu/master
2022-06-13 02:32:36 +00:00
xulei
5b170a5ac4
update docs for KLDivLoss
2022-06-13 10:22:31 +08:00
i-robot
0f160775c5
!35618 Update ms_kernel custom op
...
Merge pull request !35618 from zichun_ye/custom_op_update
2022-06-13 02:00:54 +00:00
i-robot
1766015d77
!35619 code style
...
Merge pull request !35619 from liubuyu/doc
2022-06-13 01:34:36 +00:00
panshaowu
fa32247b6f
add cpu operation of StandardLaplace and its functional interface
2022-06-11 18:25:58 +08:00
chenzhuo
2529bd3c2c
add cpu ops Argmin add support Ascend dynamic ArgminV2
2022-06-11 17:20:47 +08:00
i-robot
d6bbef46ee
!35448 add deformable offsets grad op for Ascend
...
Merge pull request !35448 from guoqi/deformable_offsets_grad
2022-06-11 07:39:42 +00:00
i-robot
2c9fe2bc6b
!34869 support tensor to sparse tensor conversion
...
Merge pull request !34869 from 杨林枫/dense_to_csr_gpu
2022-06-11 07:03:19 +00:00
i-robot
91a7ae0de0
!35646 make clear that Ger doesn't support mixed dtype input
...
Merge pull request !35646 from 李林杰/0609fix
2022-06-11 02:47:55 +00:00
lilinjie
9a8c0f825c
some small fixes
2022-06-10 19:58:52 +08:00
i-robot
0a7e9ac87b
!35395 Add functional and tensor interface for `GatherD`
...
Merge pull request !35395 from TronZhang/gatherd_interface
2022-06-10 09:22:38 +00:00
i-robot
58efca88db
!35394 add get_mindir_input api
...
Merge pull request !35394 from changzherui/add_get_mindir_input
2022-06-10 08:28:35 +00:00
i-robot
402431e754
!35667 [kernel]add celu vmap
...
Merge pull request !35667 from 张学同/celu
2022-06-10 08:21:43 +00:00
Zichun Ye
8de24b4d2f
update ms_kernel related files
...
fix import problem
update code check
update test case
update test case
rename file
2022-06-10 15:41:38 +08:00
guoqi
b68e7d5045
add deformable offset grad operator for Ascend
2022-06-10 15:14:17 +08:00
yanglf1121
dd7f6f91c0
support tensor to sparse tensor
2022-06-10 12:41:12 +08:00
i-robot
29a3c7f3ed
!34888 add Col2Im GPU impl
...
Merge pull request !34888 from baihuawei/col2im
2022-06-10 03:50:40 +00:00
i-robot
c9a86fadb6
!35714 modify format
...
Merge pull request !35714 from 俞涵/code_docs_0606
2022-06-10 02:03:29 +00:00
i-robot
260f2bda0f
!35490 add functional, tensor interface and vmap for ops.Pad
...
Merge pull request !35490 from looop5/op_pad_commit
2022-06-10 01:29:10 +00:00
zhangxuetong
86dc05b979
support functional tensor vmap for celu
2022-06-10 09:12:39 +08:00
lby
968531f2f1
code style
2022-06-10 08:34:11 +08:00
huodagu
a6d79af3ad
modify Probability api format
2022-06-10 08:30:45 +08:00
changzherui
9649556315
add get_mindir_input api
2022-06-09 22:18:16 +08:00
baihuawei
404816a5f4
add gpu Col2Im impl and tensor & function op
2022-06-09 20:10:00 +08:00
i-robot
277b92e18d
!35672 modify format
...
Merge pull request !35672 from 俞涵/code_docs_0606
2022-06-09 11:06:17 +00:00
tronzhang
9a2fc5785d
add functional and tensor interface for gatherd
2022-06-09 18:00:08 +08:00
i-robot
705bfca13a
!35669 Fix the formula in the docs of deformable_conv2d
...
Merge pull request !35669 from YuJianfeng/code_docs
2022-06-09 08:01:05 +00:00
i-robot
01ee3144ec
!35668 silu bugfix
...
Merge pull request !35668 from Henry Shi/operators_bugfix
2022-06-09 07:34:47 +00:00
huodagu
15ec12a06b
modify format
2022-06-09 15:31:05 +08:00
Henry
454e50bad5
silu bugfix
2022-06-09 15:23:16 +08:00
yujianfeng
02626022a2
Fix the formula in the docs of deformable_conv2d
2022-06-09 15:07:55 +08:00
i-robot
907b226d86
!35608 update reflectionpad api
...
Merge pull request !35608 from shaojunsong/code_docs_api_ch
2022-06-09 06:40:31 +00:00
looop5
4c5de144ce
add functional, tensor interface and vmap for ops.Pad
2022-06-09 14:26:36 +08:00
i-robot
eafd35217a
!33569 add hswish operator
...
Merge pull request !33569 from jjfeing/add_hswish_operator
2022-06-09 06:19:38 +00:00
i-robot
598caa37ca
!35568 Extend the MatrixBandPart kernel to support batch.
...
Merge pull request !35568 from liqiliang/vmap_and_dynamic_and_tests
2022-06-09 06:14:48 +00:00
i-robot
fd50ac5dbf
!35380 add EarlyStopping and ReduceLROnPleatu callbacks
...
Merge pull request !35380 from liutongtong9/add_cbs
2022-06-09 03:42:37 +00:00
i-robot
d79a264e81
!35417 add masked_fill api
...
Merge pull request !35417 from 范吉斌/maskedfill_docs
2022-06-09 03:27:34 +00:00
jjfeing
5f8af95bb6
add hardswish & hardswishgrad
2022-06-09 10:51:38 +08:00
shaojunsong
32b151102e
update reflectionpad api
2022-06-09 10:24:22 +08:00
i-robot
f2acc43307
!35558 fix intopk docs
...
Merge pull request !35558 from 范吉斌/fix_intopk_docs
2022-06-09 01:53:37 +00:00
i-robot
2a0bcb581e
!35599 Fix several bugs of Pad
...
Merge pull request !35599 from xiaotianci/fix_pad
2022-06-09 01:26:03 +00:00
liutongtong
7605d6470d
add earlystop and reducelrpleatu
2022-06-08 22:10:43 +08:00
liqiliang
e0369d0d54
Extend the MatrixBandPart kernel to support batch.
2022-06-08 20:45:19 +08:00
fanjibin
dc6d60ffad
add masked_fill api
2022-06-08 19:55:38 +08:00
fan-jibin
19f551149a
fix intopk docs
2022-06-08 19:31:52 +08:00
i-robot
8c823836a6
!35383 Add cpu kernel for deformable_offsets
...
Merge pull request !35383 from YuJianfeng/deformable_conv
2022-06-08 11:13:30 +00:00
i-robot
0f27520ddb
!35560 Move ClipByNorm to inner interface
...
Merge pull request !35560 from JoyLvliang/move_clipbynorm_to_inner_interface
2022-06-08 09:27:05 +00:00
Xiao Tianci
2df7c5a193
fix bugs of Pad
2022-06-08 15:57:28 +08:00
i-robot
37f115a0ef
!35605 modify format
...
Merge pull request !35605 from 俞涵/code_docs_0606
2022-06-08 07:12:16 +00:00
huodagu
85a5e03e9a
modify format
2022-06-08 14:40:53 +08:00
i-robot
b76a64d1fa
!35554 update pdist docs
...
Merge pull request !35554 from hemaohua/master
2022-06-08 06:34:38 +00:00
i-robot
3db02540ad
!35529 Update Raises in ScatterUpdate doc
...
Merge pull request !35529 from zhengzuohe/doc_for_scatterupdate
2022-06-08 04:03:23 +00:00
yujianfeng
2d283c96df
Add the implement of cpu kernel for deformable_offsets
2022-06-08 11:53:52 +08:00
lvyufeng
f4f2f2fc6f
fix desciption problems
2022-06-08 11:22:25 +08:00
i-robot
1686e6253e
!35587 fix chinese doc
...
Merge pull request !35587 from luoyang/code_docs_chinese
2022-06-08 02:56:23 +00:00
i-robot
964e01ddb0
!35528 modify format
...
Merge pull request !35528 from 俞涵/code_docs_0606
2022-06-08 02:50:35 +00:00
luoyang
8d49596154
fix chinese doc
2022-06-08 10:41:21 +08:00
i-robot
be5fd85eae
!35585 Fix GradOperation document issues.
...
Merge pull request !35585 from 张清华/code_docs_opt
2022-06-08 02:38:51 +00:00
i-robot
a27f5fcd22
!34594 add adaptive_avgpol2d nn/function/tensor api
...
Merge pull request !34594 from 范吉斌/adapool2d
2022-06-08 02:37:01 +00:00
Zhang Qinghua
5683ce2d81
Fix GradOperation document issues.
2022-06-08 10:31:04 +08:00
i-robot
275ee3c637
!35459 Fix GradOperation descripition and support tuple/list for 'get_by_list'.
...
Merge pull request !35459 from 张清华/opt
2022-06-08 01:46:39 +00:00
i-robot
097588fb62
!35263 fix model.fit and callbacks
...
Merge pull request !35263 from liutongtong9/fix_model_fit
2022-06-07 15:33:51 +00:00
i-robot
c4a401d074
!35519 [Doc]update chinese doc about context parameter variable_memory_max_size
...
Merge pull request !35519 from laiyongqiang/doc
2022-06-07 13:13:36 +00:00
7347157+joylvliang@user.noreply.gitee.com
e8bc5e59e7
move_clipbynorm_to_inner_interface
2022-06-07 21:01:04 +08:00
i-robot
e85d0cc246
!35227 gumbel softmax
...
Merge pull request !35227 from TuDouNi/gumbelsoftmax2
2022-06-07 10:59:53 +00:00
hemaohua
684853f7e3
update pdist docs
2022-06-07 18:30:15 +08:00
i-robot
8f51b50547
!35393 Add tensor and functional interface for ScatterNdMul and ScatterNdMax operator.
...
Merge pull request !35393 from hezhenhao1/add_scatter_max
2022-06-07 09:49:34 +00:00
i-robot
894973abe1
!35536 Update doc for Unify Transform API - stage 2
...
Merge pull request !35536 from luoyang/code_docs_chinese2
2022-06-07 09:33:44 +00:00
i-robot
df576bf581
!35523 Update doc for Unify Transform API - stage 1
...
Merge pull request !35523 from luoyang/code_docs_chinese
2022-06-07 09:33:06 +00:00
Lai Yongqiang
28d463c2bf
update chinese doc about context parameter variable_memory_max_size
2022-06-07 16:15:35 +08:00
luoyang
076d141913
Update doc for Unify Transform API - stage 2
2022-06-07 16:06:31 +08:00
luoyang
a05f3ff6be
Update doc for Unify Transform API - stage 1
2022-06-07 15:54:46 +08:00
huodagu
067750a0bb
modify format
2022-06-07 15:05:12 +08:00
zhengzuohe
6e3b8735e6
update Raises in ScatterUpdate doc
2022-06-07 15:00:13 +08:00
fan-jibin
624706d54b
add adaptive_avgpol2d nn/function/tensor api
2022-06-07 14:48:55 +08:00
Zhang Qinghua
ce39353421
Fix GradOperation descripition and support tuple/list for 'get_by_list'.
2022-06-07 14:21:58 +08:00
i-robot
041ed6ddf9
!35509 modify Chinese Probability API files
...
Merge pull request !35509 from 宦晓玲/code_docs_0607
2022-06-07 03:20:16 +00:00
zhangyi
2fccd9d679
modify the files
2022-06-07 11:03:39 +08:00
i-robot
375196215f
!35374 doc for renorm op
...
Merge pull request !35374 from liubuyu/doc
2022-06-07 02:50:40 +00:00
i-robot
62653a9697
!35471 fix nllloss and crossentropy bug and description typo error
...
Merge pull request !35471 from 吕昱峰(Nate.River)/nllloss
2022-06-07 01:48:40 +00:00
i-robot
4ea499991c
!35341 code_docs_auto_parallel_initializer_seed_api_fix
...
Merge pull request !35341 from yao_yf/code_docs_auto_parallel_initializer_seed_api_fix
2022-06-07 01:11:13 +00:00
hezhenhao1
bf6340504d
Add functional doc and interface for ScatterNdMul and ScatterNdMax operator.
2022-06-06 20:39:02 +08:00
i-robot
8968b238de
!35373 Update the doc of ScatterUpdate's functional interface
...
Merge pull request !35373 from zhengzuohe/doc_for_scatterupdate
2022-06-06 11:13:18 +00:00
i-robot
2ccc774d89
!35355 operator bugfix: Softmin and SiLU
...
Merge pull request !35355 from Henry Shi/operators
2022-06-06 11:07:33 +00:00
i-robot
621b48760b
!35347 flatten support functional and tensor interface, dynamic shape and vmap
...
Merge pull request !35347 from polyhedral/flatten
2022-06-06 09:50:51 +00:00
lvyufeng
9ec87173fe
fix nllloss and crossentropy bug and description typo error
2022-06-06 17:26:10 +08:00
lby
00c378dc92
doc for renorm
2022-06-06 17:23:07 +08:00
ttudu
4885dc69cd
gumbel softmax
2022-06-06 17:09:40 +08:00
i-robot
f25705340b
!35465 add ReflectionPad API to catalog
...
Merge pull request !35465 from shaojunsong/code_docs_add_refpadapi
2022-06-06 08:41:42 +00:00
i-robot
43df0f985c
!35461 modify format
...
Merge pull request !35461 from 俞涵/code_docs_0606
2022-06-06 08:40:27 +00:00
shaojunsong
dd86f05761
add ReflectionPad api to catalog
2022-06-06 16:22:32 +08:00
i-robot
8026412d84
!35305 Fix some remaining problems of Pad
...
Merge pull request !35305 from xiaotianci/fix_pad
2022-06-06 07:28:21 +00:00
huodagu
4fbf67236b
modify format
2022-06-06 15:03:02 +08:00
i-robot
945aa1b1d3
!34597 add intopk vmap, functional/tensor api
...
Merge pull request !34597 from 范吉斌/intopk_vmap
2022-06-06 06:41:06 +00:00
zhengzuohe
5b2701bbfe
udpate docs for functional api of ScatterUpdate
2022-06-06 11:44:35 +08:00
i-robot
27cb08f4f3
!34976 AdamApplyOne support dynamic shape
...
Merge pull request !34976 from huoxinyou/0525adam
2022-06-06 02:49:21 +00:00
fanjibin
938a17d314
add intopk vmap, functional/tensor api
2022-06-05 13:18:51 +08:00
i-robot
f058997021
!35071 Add feature ReflectionPad1d & ReflecitonPad2d
...
Merge pull request !35071 from shaojunsong/feature/reflectionPad
2022-06-04 13:00:45 +00:00
shaojunsong
c0b9d74987
added reflectionpad1d and 2d
2022-06-04 17:43:49 +08:00
polyhedral
92b1459d57
flatten support functional and tensor interface, dynamic shape and vmap
2022-06-04 11:49:55 +08:00
huoxinyou
e7c769eebd
AdamApplyOne support dynamic shape &
...
ScatterNd ops's indices support int64 docs
2022-06-02 20:21:33 +08:00
Xiao Tianci
72fafb9251
fix remaining problems of Pad and PadToSize
2022-06-02 17:19:30 +08:00
liqiliang
ba67f2362b
Add api docs.
2022-06-02 17:11:40 +08:00
i-robot
59e7689876
!34991 Remove SoftDVPP related APIs
...
Merge pull request !34991 from xiaotianci/remove_soft_dvpp
2022-06-02 09:00:58 +00:00
i-robot
f3251db54d
!35379 move logsumexp from element-wise to reduction
...
Merge pull request !35379 from 吕昱峰(Nate.River)/code_docs_logsumexp
2022-06-02 08:08:16 +00:00
i-robot
f5ad517c23
!34925 add docs for scatter_div operator
...
Merge pull request !34925 from hujiahui8/code_docs_scatter_div
2022-06-02 08:01:21 +00:00
lvyufeng
ccd67fa5d6
move logsumexp from element-wise to reduction
2022-06-02 15:57:53 +08:00
i-robot
ad8dab99a3
!35361 add ops.logsumexp and fix nan problem
...
Merge pull request !35361 from 吕昱峰(Nate.River)/logsumexp
2022-06-02 07:50:12 +00:00
i-robot
a03d31e8ed
!35302 add nll_loss and cross_entropy for ops.functional and nn
...
Merge pull request !35302 from 吕昱峰(Nate.River)/nllloss
2022-06-02 07:20:14 +00:00
i-robot
b58f42b671
!35301 modify format
...
Merge pull request !35301 from 俞涵/code_docs_0601
2022-06-02 06:29:39 +00:00
i-robot
05afdee563
!34757 add inplace_update operator and vmaprule
...
Merge pull request !34757 from wangjun/inplace_ops_0523
2022-06-02 05:52:09 +00:00
i-robot
8ae7250a24
!35213 Add broadcast_to op api
...
Merge pull request !35213 from 朱家兴/master
2022-06-02 03:50:23 +00:00
lvyufeng
cf067edc98
add ops.logsumexp and fix nan problem
2022-06-02 11:45:58 +08:00
lvyufeng
ee30ffc3bf
add nll_loss and cross_entropy for ops.functional and nn
2022-06-02 11:13:34 +08:00
Henry Shi
7fbce93bb4
operator bugfix
2022-06-02 10:33:19 +08:00
i-robot
ae0a4815f5
!35217 [DOC][OP]Fix space_to_batch_nd op doc
...
Merge pull request !35217 from zichun_ye/code_docs_space_to_batch_nd
2022-06-02 02:06:12 +00:00
yao_yf
69af271f0f
set_seed api fix in auto parallel mode
2022-06-01 20:18:39 +08:00
hujiahui8
33a9fd87d3
add docs for scatter_div operator
2022-06-01 17:49:14 +08:00
Xiao Tianci
74a1f06362
remove soft dvpp
2022-06-01 17:45:58 +08:00
i-robot
0a05f67681
!35296 Update api doc Ainh & Softsign
...
Merge pull request !35296 from panzhihui/code_docs_cn_api4
2022-06-01 09:08:10 +00:00
i-robot
751f62824d
!35300 fix docs format
...
Merge pull request !35300 from yelihua/code_docs_master
2022-06-01 09:06:54 +00:00
panzhihui
2dd576e8d6
update doc
2022-06-01 14:29:06 +08:00
i-robot
2f01d8b5bf
!35089 Add introduction with profiler op_analyse.
...
Merge pull request !35089 from liuchuting/profiler
2022-06-01 06:16:47 +00:00
wangjun
1f1857c51c
add inplace update
2022-06-01 13:50:17 +08:00
huodagu
b4cef0a3e6
modify format
2022-06-01 11:45:09 +08:00
yelihua
3e4b0fec5b
fix the raises type format
2022-06-01 11:36:12 +08:00
liu-yongqi-63
241bc7d2e5
Supplementary interface input parameters
2022-06-01 10:44:46 +08:00
i-robot
4f1a8b1eef
!33877 operators: Softmin, SiLU
...
Merge pull request !33877 from Henry Shi/branch_operators
2022-06-01 01:53:19 +00:00
i-robot
21bcf23bbd
!35215 Update svd api docs
...
Merge pull request !35215 from huanghui/code_docs-update-svd-api
2022-05-31 11:17:54 +00:00
liutongtong
d5460cc34e
fix fit and callbacks
2022-05-31 18:08:23 +08:00
i-robot
d8547cc27e
!35232 modify format
...
Merge pull request !35232 from 俞涵/code_docs_0531
2022-05-31 09:15:11 +00:00
huodagu
797cf1ef1b
modify format
2022-05-31 15:35:09 +08:00
i-robot
e6e6d0633c
!35091 update pdist interface doc
...
Merge pull request !35091 from hemaohua/master
2022-05-31 06:39:40 +00:00
i-robot
0674bba5c3
!35191 nn.AdaptiveAvgPool1d and nn.AdaptiveMaxPool1d: correct the docs, they does not support dtype float64.
...
Merge pull request !35191 from fujianzhao/fix_adaptive_avg_pool_1d
2022-05-31 06:30:23 +00:00
liuchuting
91c0a0c8b6
add introduction with profiler op_analyse and field discrimination card data.
2022-05-31 11:29:28 +08:00
i-robot
e682f0bb2b
!35169 Correct ClipByNorm api doc
...
Merge pull request !35169 from JoyLvliang/correct_clipbynorm_api_doc
2022-05-31 03:20:28 +00:00
i-robot
d87af99e7c
!35152 add 1d inputs support for nn.BiDense
...
Merge pull request !35152 from 吕昱峰(Nate.River)/master
2022-05-31 02:55:46 +00:00
Zichun Ye
e67654b729
update doc string for the space_to_batch_nd op
...
fix typo
fix typo
2022-05-31 10:51:34 +08:00
i-robot
fedccd0d63
!34529 Support specific data set decryption
...
Merge pull request !34529 from 刘勇琪/master-decrypt-column
2022-05-31 02:47:19 +00:00
z30020733
942d49e693
Add broadcast_to op api
2022-05-31 10:37:43 +08:00
huanghui
7a0f5f661b
update svd api docs
2022-05-31 10:06:10 +08:00
i-robot
97fe8b6dd5
!34999 fl chinese doc
...
Merge pull request !34999 from wtcheng/master
2022-05-31 01:58:05 +00:00
fujianzhao
59aa342c82
nn.AdaptiveAvgPool1d and nn.AdaptiveMaxPool1d does not support input dtype float64.
2022-05-31 09:30:51 +08:00
i-robot
28dca7e2bd
!35057 nn.Hardtanh: add type checking for input x, update docs
...
Merge pull request !35057 from fujianzhao/fix_hardtanh
2022-05-30 18:34:54 +00:00
i-robot
509fb1e776
!34550 add model.fit and refactor callbacks
...
Merge pull request !34550 from liutongtong9/add_fit
2022-05-30 11:32:20 +00:00
w00517672
b47fd3fd91
fl chinese doc
2022-05-30 17:42:42 +08:00
hezhenhao1
3832cc2115
fix doc string
2022-05-30 16:34:23 +08:00
i-robot
940be5d9a9
!35146 update doc of nn.HuberLoss
...
Merge pull request !35146 from fujianzhao/code_docs
2022-05-30 08:15:22 +00:00
i-robot
63701b7070
!35166 add parameters
...
Merge pull request !35166 from 俞涵/code_docs_0530
2022-05-30 07:51:04 +00:00
7347157+joylvliang@user.noreply.gitee.com
8a176ca1ad
correct_clipbynorm_api_doc
2022-05-30 15:49:52 +08:00
i-robot
ca473a8aed
!33835 remove the usage of obj in ms_function
...
Merge pull request !33835 from wangjun/ms_function_obj_remove
2022-05-30 07:47:20 +00:00
i-robot
2734f2cca9
!34582 Add tensor&functional interface for TensorScatterMin ops.
...
Merge pull request !34582 from liangzelang/tensor_scatter_min
2022-05-30 07:42:46 +00:00
i-robot
256303c6ef
!35004 AdaptiveMaxPool2D op.
...
Merge pull request !35004 from gaoyong10/dynamic_shape_04
2022-05-30 07:36:24 +00:00
hemaohua
75fd564200
update pdist interface doc
2022-05-30 15:28:45 +08:00
huodagu
4d4102f1a3
add parameters for output_shapes
2022-05-30 15:19:16 +08:00
liu-yongqi-63
ea336c3109
Support specific data set decryption
2022-05-30 14:42:35 +08:00
i-robot
51c1918011
!34849 add bernoulli ops include func, Tensor interface, GPU kernel and docs.
...
Merge pull request !34849 from jiangshuqiang/add_bernoulli_
2022-05-30 06:34:08 +00:00
i-robot
fe95a4feca
!34966 optimizes the documentation of chinese API of Mod,MulNoNan,etc
...
Merge pull request !34966 from zhangfanghe/code_docs_master_14_526
2022-05-30 03:37:25 +00:00
zhangfanghe
85d4c2ef44
optimizes the documentation of chinese API of Mod,MulNoNan,etc.
2022-05-30 11:05:44 +08:00
i-robot
8ab56385bb
!35092 Add translated Chinese API document, e.g. ROIAlign, Softplus...
...
Merge pull request !35092 from panzhihui/code_docs_cn_api3
2022-05-30 02:40:32 +00:00
lvyufeng
83f260484e
add 1d inputs support for nn.BiDense
2022-05-30 10:11:38 +08:00
i-robot
d41b1ab22d
!35105 tan docs
...
Merge pull request !35105 from ling/code_docs_sr
2022-05-30 01:43:18 +00:00
wangjun
0d3f2c6f3c
remove usage of obj in ms_function
2022-05-30 09:30:25 +08:00
i-robot
57f66960ae
!35081 fix-output_shape_doc
...
Merge pull request !35081 from luoyang/fix-output_shape_doc
2022-05-30 01:22:29 +00:00
panzhihui
2d61667b09
Add translated CN API documents
2022-05-29 19:36:35 +08:00
jiangshuqiang
0449f91f47
add bernoulli ops include func, Tensor interface, GPU kernel and docs.
2022-05-29 13:38:06 +08:00
Henry Shi
63bd6f035b
operators:Softmin & SiLU
2022-05-29 10:42:31 +08:00
i-robot
44bf5724a9
!35112 modify format
...
Merge pull request !35112 from 俞涵/code_docs_0527
2022-05-28 08:28:38 +00:00
huodagu
797c7484a1
modify format
2022-05-28 16:07:00 +08:00
i-robot
627ca3722d
!35087 fix error links and code formats
...
Merge pull request !35087 from lvmingfu/code_docs_master26
2022-05-28 08:05:32 +00:00
gaoyong10
cd044f7446
AdaptiveMaxPool2d op.
2022-05-28 15:34:27 +08:00
i-robot
96bfdbbd68
!34998 fix doc string
...
Merge pull request !34998 from hezhenhao1/code_docs
2022-05-28 07:06:59 +00:00
lvmingfu
e166f9326e
fix error links and code formats for master
2022-05-28 14:59:56 +08:00
ling
dc0d5185b8
tan docs
2022-05-28 14:46:34 +08:00
i-robot
a19c2f806c
!34995 update vmap doc
...
Merge pull request !34995 from Erpim/code_docs_vmap
2022-05-28 03:39:54 +00:00
i-robot
2f71ed63bb
!35046 Support scalar tensor as input of ClipByNorm
...
Merge pull request !35046 from JoyLvliang/fix_scalar_tensor_calculate_wrong_in_ClipByNorm
2022-05-28 03:18:59 +00:00
hezhenhao1
59a6dcfa26
fix doc string
2022-05-28 10:41:55 +08:00
liutongtong
f6c8053c2b
add model.fit and refactor callbacks
2022-05-28 10:33:39 +08:00
i-robot
35d2a0fdd0
!34911 optimizes the documentation of chinese API of FloorMod,Invert,etc
...
Merge pull request !34911 from zhangfanghe/code_docs_master_11_525
2022-05-28 02:29:07 +00:00
YangLuo
4e31675447
fix-output_shape_doc
2022-05-28 10:03:46 +08:00
i-robot
012e69c911
!35060 fix lp_norm doc.
...
Merge pull request !35060 from zhuzhongrui/code_docs_branch1
2022-05-27 10:19:32 +00:00
i-robot
56462cc071
!34486 add pdist_cpu_kernel
...
Merge pull request !34486 from hemaohua/pdist_push
2022-05-27 09:54:58 +00:00
fujianzhao
1ae9641d6f
nn.Hardtanh: add type checking for input x, update docs
2022-05-27 16:59:34 +08:00
z00512249
33d6102040
fix lp_norm doc.
2022-05-27 16:14:24 +08:00
7347157+joylvliang@user.noreply.gitee.com
6ebe248549
fix_scalar_tensor_calculate_wrong_in_ClipByNorm
2022-05-27 15:36:48 +08:00
i-robot
4adf5d390c
!35047 modify format
...
Merge pull request !35047 from 俞涵/code_docs_0527
2022-05-27 07:08:12 +00:00
huodagu
11a8fef875
modify Probability_rst and format
2022-05-27 14:51:00 +08:00
i-robot
62f25c572d
!34851 Add translated Chinese API documents
...
Merge pull request !34851 from panzhihui/code_docs_cn_api
2022-05-27 06:46:48 +00:00
Erpim
fd40bff8f8
update vmap doc
2022-05-27 14:30:28 +08:00
i-robot
a61b57b921
!34944 Add Chinese API document translationsm, e.g. InTopK, KLDivLoss, Log1p
...
Merge pull request !34944 from panzhihui/code_docs_cn_api2
2022-05-27 06:02:29 +00:00
i-robot
d5fa86fea0
!34717 Fix OneHot docs and vmap
...
Merge pull request !34717 from jiaoy1224/onehot
2022-05-27 03:38:26 +00:00
panzhihui
127cb7d969
Add chinese api doc translation, InTopk, KLDivLoss etc.
2022-05-27 11:37:35 +08:00
fujianzhao
01c0cafb89
update nn.HuberLoss docs
2022-05-27 10:42:45 +08:00
liangzelang
8ace2766c4
Add tensor&functional interface for TensorScatterMin.
2022-05-27 09:37:31 +08:00
i-robot
8ce5d2c8cf
!34949 提供probablility中文api
...
Merge pull request !34949 from 王程浩/master
2022-05-27 01:32:43 +00:00
hemaohua
cd9c40f807
add pdist_cpu_kernel
2022-05-27 09:01:07 +08:00
i-robot
2b625d31dc
!34899 Add function and tensor interfaces.
...
Merge pull request !34899 from liqiliang/function_and_tensor
2022-05-26 19:56:52 +00:00
cheng-hao-wang
39662b04df
offer probability 中文 api
2022-05-26 22:51:28 +08:00
panzhihui
58fdd7e623
add cn api docs
2022-05-26 19:56:21 +08:00
i-robot
9cdb283781
!34671 Fix Ge Interface for AllReduce fusion
...
Merge pull request !34671 from huangxinjing/fix_ge_error
2022-05-26 11:34:42 +00:00
i-robot
b62d4d84d1
!34970 add tensor_scatter_mul doc
...
Merge pull request !34970 from zhuzhongrui/code_docs_scipy
2022-05-26 09:59:03 +00:00
i-robot
67c7712c9d
!34987 add lp_norm doc
...
Merge pull request !34987 from zhuzhongrui/code_docs_branch1
2022-05-26 09:58:18 +00:00
i-robot
4380e9d974
!34993 add fills docs
...
Merge pull request !34993 from yelihua/code_docs_master
2022-05-26 09:47:02 +00:00
i-robot
2b2888593e
!34889 [OP] modify docs for hardshrink, meshgrid
...
Merge pull request !34889 from yangruoqi713/code_docs_op
2022-05-26 09:33:25 +00:00
zhangfanghe
a0641550a8
optimizes the documentation of chinese API of FloorMod,Invert,etc.
2022-05-26 17:20:17 +08:00
i-robot
6a33b5215e
!34988 modify format
...
Merge pull request !34988 from 俞涵/code_docs_0526
2022-05-26 09:20:04 +00:00
liqiliang
73e4ee0f95
Add function and tensor interfaces.
2022-05-26 17:18:18 +08:00