Commit Graph

1375 Commits

Author SHA1 Message Date
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
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