Commit Graph

586 Commits

Author SHA1 Message Date
i-robot e186f406a2
!44205 reverse增加cpu动态shape, nn、functional接口及中文api
Merge pull request !44205 from 黄勇/reverse
2022-10-20 06:17:56 +00:00
zhujingxuan 5dfe8f2669 remove operator ScalarToArray 2022-10-20 09:33:32 +08:00
i-robot c805e8bb9a
!42911 [ST][MS][OPS] cumprod Functional API & STs; cumprod, expand, div, equal & expm1 Tensor APIs & STs.
Merge pull request !42911 from alashkari/functional-tensor-apis-sept-25
2022-10-19 08:35:36 +00:00
huangyong b3da2ebeb5 reversev2 接口补齐
reversev2 cpu add dynamic shape
2022-10-19 15:31:45 +08:00
i-robot eac31a1a40
!44008 Add nn.GaussianNLLLoss
Merge pull request !44008 from shaojunsong/feature/nnBilinear
2022-10-19 06:47:38 +00:00
i-robot 3942f0a0d8
!43988 Add Tensor interface of ReverseSequence GPU kernel
Merge pull request !43988 from liulei277/interface_dev
2022-10-19 03:47:22 +00:00
i-robot 1726b105f7
!44122 [API] data sink for functional program r2.0
Merge pull request !44122 from kingxian/master
2022-10-18 18:55:42 +00:00
liulei277 27e14b0ddb reverse sequence gpu kernel add tensor interface
add tensor interface docs

add tensor api st cases
2022-10-19 00:15:52 +08:00
shaojunsong 0961e395a7 Add nn.GaussianNLLLoss 2022-10-18 20:07:06 +08:00
i-robot a60615e409
!43911 Support MarginRankingLoss
Merge pull request !43911 from 冯一航/support_MarginRankingLoss
2022-10-18 11:45:56 +00:00
jinxiaoxian e6a494f0ef 2.0 data sink 2022-10-18 18:00:43 +08:00
i-robot 1ed689f087
!43432 fractional_max_pool_2d_3d
Merge pull request !43432 from yide12/fractionalmaxpool
2022-10-18 07:18:49 +00:00
i-robot ee7f194a58
!44013 del close_pool and to_device operation
Merge pull request !44013 from 刘勇琪/master
2022-10-18 06:39:46 +00:00
i-robot a1a612c0ea
!42652 del batch operation param column_order & pad_info
Merge pull request !42652 from guozhijian/del_batch_parameter
2022-10-18 06:34:26 +00:00
i-robot 1443fe82c3
!43327 Add dynamic obfuscation feature
Merge pull request !43327 from jxlang910/obf_pr
2022-10-18 06:26:23 +00:00
alashkari afb525b7dc Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
fengyihang f56f8e936f support MarginRankingLoss 2022-10-18 10:34:04 +08:00
i-robot 792c41d95c
!43978 Fix doc && bug of CumSum.
Merge pull request !43978 from hezhenhao1/add_cumsum
2022-10-18 02:26:10 +00:00
liu-yongqi-63 fa8891c68d Delete close_pool and to_device interface 2022-10-18 09:30:58 +08:00
jin-xiulang 969e368cc5 Add dynamic obfucation tool 2022-10-18 00:36:18 +08:00
i-robot 2d20001adc
!43296 [ST][MS][OPS] diagonal, elu & gelu Functional API & STs.
Merge pull request !43296 from alashkari/new-apis-oct-01
2022-10-17 09:33:34 +00:00
i-robot 51ae189eec
!43932 add docs for callback
Merge pull request !43932 from changzherui/code_docs_1014
2022-10-17 07:57:46 +00:00
yide12 2aaf625725 fractionalmaxpool 2022-10-17 15:20:54 +08:00
alashkari e5edbb6480 Added new APIs and STs. 2022-10-16 23:08:15 -04:00
i-robot ac8a42d05d
!42291 [ST][MS][OPS] fold & unfold Functional & Tensor APIs with STs.
Merge pull request !42291 from alashkari/functional-tensor-apis-sept-19
2022-10-17 02:32:24 +00:00
changzherui ce6f04fa8f add cn api docs 2022-10-17 10:01:51 +08:00
hezhenhao1 12066b2895 Fix doc && bug of CumSum. 2022-10-17 09:52:55 +08:00
jonyguo 0571532873 del batch param: column_order & pad_info 2022-10-17 09:35:41 +08:00
yanghaoran a787d266d6
回退 'Pull Request !43779 : Fix doc && bug of CumSum.' 2022-10-15 04:42:26 +00:00
i-robot d0cd42d9b7
!43779 Fix doc && bug of CumSum.
Merge pull request !43779 from hezhenhao1/add_cumsum
2022-10-14 18:11:29 +00:00
i-robot cd8d8d03d7
!43881 modify format
Merge pull request !43881 from 俞涵/code_docs_1010
2022-10-14 06:55:04 +00:00
huodagu f1bebb5261 modify format 2022-10-14 14:15:45 +08:00
LaiYongqiang 8eb2cd4f76 fix cnode nullptr in eos mode
Added fold & unfold Functional & Tensor APIs with STs.
2022-10-13 23:43:47 -04:00
yao_yf ae6fd1031b update checkpoint transform api 2022-10-13 19:47:10 +08:00
hezhenhao1 b7f3227b18 Fix doc && bug of CumSum. 2022-10-13 17:11:48 +08:00
i-robot 6a6eea12c0
!43347 support max and avg pool3d
Merge pull request !43347 from 冯一航/support_max_and_avg_pool3d
2022-10-13 06:43:42 +00:00
i-robot 9319e78cb1
!43483 Move mindspore.ops.shard interface to mindspore.shard
Merge pull request !43483 from liuluobin/shard_default
2022-10-13 06:05:12 +00:00
i-robot 0966115408
!43459 Add nn.Softmax2d
Merge pull request !43459 from pkuliuliu/master
2022-10-13 03:24:12 +00:00
yuzhenhua b2ae9e2db7 for ReplicationPad 2022-10-13 09:28:38 +08:00
liuluobin a99ff97e3e Move ops.shard to mindspore.shard 2022-10-13 08:54:34 +08:00
i-robot 723bf4b2c0
!42121 [ST][MS][OPS] Support for conj, cross, erfinv & less_equal Functional & Tensor APIs with STs.
Merge pull request !42121 from alashkari/functional-tensor-apis-sept-16
2022-10-12 21:33:37 +00:00
fengyihang 672f72cb4c support_max_and_avg_pool3d 2022-10-12 14:53:56 +08:00
i-robot 09aa9a25ec
!43645 move and rename auto-grad related api doc
Merge pull request !43645 from 吕浩宇/master
2022-10-12 03:10:18 +00:00
huodagu 5852b45884 modify format 2022-10-12 10:07:39 +08:00
lvhaoyu b2ab41f165 move and rename auto-grad related api documents 2022-10-11 19:36:38 +08:00
pkuliuliu a4d144b8f6 Add nn.Softmax2d 2022-10-10 21:22:48 +08:00
lianliguang 120b230a12 ADD GLU docs 2022-10-10 14:25:40 +08:00
alashkari 07987781f0 Added new Functional and Tensor APIs and STs. 2022-10-10 00:10:24 -04:00
i-robot 77ac46d959
!42910 Add some operations api
Merge pull request !42910 from 朱家兴/master
2022-10-09 12:52:30 +00:00
huanxiaoling 441a46bcb5 modify the inconsistence of files 1009 2022-10-09 17:51:29 +08:00
huanxiaoling 02171e4aff modify the list rst files 2022-10-09 10:59:28 +08:00
z30020733 4d0190b234 1.Add MultiMarginLoss and MultiLabelMarginLoss functional api and nn api.
2.Modify the doc of conv2d and conv3d api.
3.Add the doc of ScalarSummary and TensorSummary api.
2022-10-09 10:54:07 +08:00
fan-jibin bc2a361823 \add random_shuffle docs 2022-09-30 11:39:02 +08:00
i-robot 1cf78e1d85
!42060 [feature] add jacrev
Merge pull request !42060 from chenzhuo/master_jacrev
2022-09-30 01:28:48 +00:00
i-robot a41d153790
!43100 modify chinese doc for OnRequestExit
Merge pull request !43100 from zhangbuxue/modify_the_chinese_doc_for_OnRequestExit
2022-09-29 09:42:39 +00:00
buxue 75b97cdf7a modify chinese doc for OnRequestExit 2022-09-29 09:31:01 +04:30
huodagu e1c2396198 rename functional to function 2022-09-29 11:23:37 +08:00
chenzhuo f8b2d3ca60 add jacrev 2022-09-29 09:29:37 +08:00
i-robot 2a2ce2f500
!40939 [feature] add jacfwd
Merge pull request !40939 from chenzhuo/master_jacfwd
2022-09-26 09:40:26 +00:00
huodagu fcef91d37c modify format 2022-09-26 14:41:27 +08:00
i-robot 08ff00f6fb
!42834 modify the files on webpage
Merge pull request !42834 from 宦晓玲/code_docs_0924
2022-09-26 02:11:07 +00:00
huanxiaoling a27159355d modify the files on webpage 2022-09-24 17:07:20 +08:00
huodagu d5e0946e01 modify format 2022-09-24 15:02:57 +08:00
i-robot 8950f2162a
!42451 parallel_checkpoint_transform_api
Merge pull request !42451 from yao_yf/code_docs_parallel_checkpoint_transform_api
2022-09-23 07:19:06 +00:00
chenzhuo bd01dcad29 add jacfwd 2022-09-23 15:00:53 +08:00
yao_yf 534f6ec36a checkpoint transform api 2022-09-23 15:00:26 +08:00
i-robot 04eb8ee404
!42568 Add floor/gt/ge tensor docs
Merge pull request !42568 from 胡安东/code_docs_ops
2022-09-23 06:37:49 +00:00
i-robot b835df60ce
!42643 modify api format in documents
Merge pull request !42643 from lvmingfu/code_docs_master0922
2022-09-23 06:10:00 +00:00
lvmingfu 33d9cbf290 modify api format in documents 2022-09-23 11:18:10 +08:00
huandong 3cacdb2afd Add floor/gt/ge tensor docs
Signed-off-by: huandong <huandong1@huawei.com>
2022-09-23 10:10:19 +08:00
huodagu 78d8e58443 del repeat interface 2022-09-23 10:05:16 +08:00
i-robot 4bfd821110
!42608 modify format
Merge pull request !42608 from 俞涵/code_docs_0819
2022-09-22 03:25:32 +00:00
huodagu 7fdc8ca00e modify format and dataset page 2022-09-22 10:38:19 +08:00
fan-jibin eb1b928501 add strided_slice docs 2022-09-21 17:57:26 +08:00
i-robot ec5e3f4087
!42471 Add Chinese docs for mindspore.tensor.tile
Merge pull request !42471 from Bokai Li/code_docs_tile
2022-09-21 07:34:08 +00:00
BokaiLi 6a818b8181 Add Chinese docs for mindspore.tensor.tile 2022-09-21 14:50:01 +08:00
fan-jibin 1b686aba07 add docs for nn.KLDivLoss 2022-09-20 15:51:49 +08:00
alashkari f3162d8726 Added new Tensor APIs and Sts. 2022-09-19 05:50:30 -04:00
i-robot af01e94051
!42294 modify format
Merge pull request !42294 from 俞涵/code_docs_0819
2022-09-19 09:15:55 +00:00
i-robot 7e40350311
!41592 [ST][MS][OPS] blackman_window, bounding_box_decode, bounding_box_encode, expand, check_valid, cholesky & cholesky_inverse Functional APIs and STs.
Merge pull request !41592 from alashkari/functional-apis-sept-06
2022-09-19 06:35:01 +00:00
huodagu 86682fb247 modify format 2022-09-19 11:49:43 +08:00
i-robot 820d73d935
!42171 modify the inconsistence in files 0916
Merge pull request !42171 from 宦晓玲/code_docs_0916
2022-09-19 01:41:00 +00:00
alashkari 7985f97bfe Added new Functional APIs ans STs. 2022-09-18 07:47:21 -04:00
lvyufeng 208147d55b move Metrics from mindspore.nn to mindspore.train 2022-09-18 13:50:28 +08:00
huodagu 4d0d05df15 del page 2022-09-16 17:34:27 +08:00
huanxiaoling 779af79486 modify the inconsistence of files 0916 2022-09-16 17:21:26 +08:00
lvyufeng be98de31a9 fix mindspore.train docs for en pages 2022-09-16 16:30:12 +08:00
i-robot 66ba9e952b
!42128 modify format
Merge pull request !42128 from 俞涵/code_docs_0819
2022-09-16 04:38:36 +00:00
huodagu 9afa3fdead modify format 2022-09-16 11:19:33 +08:00
lvyufeng 9e86724735 move Model and Callbacks from mindspore to mindspore.train 2022-09-15 23:57:17 +08:00
i-robot 3789b73bfa
!41793 fix issue I5O6V6 I5O5XB ,remove fl code
Merge pull request !41793 from tan-wei-cheng-3260/develop-twc-master
2022-09-14 07:21:22 +00:00
i-robot 65ea230048
!41937 modify format
Merge pull request !41937 from 俞涵/code_docs_0819
2022-09-14 06:35:45 +00:00
huodagu 7287335783 modify format 2022-09-14 14:13:13 +08:00
i-robot a6f9183752
!41536 [ST][MS][OPS] Unifying avg_pool1d, avg_pool2d & avg_pool3d functional APIs and STs
Merge pull request !41536 from alashkari/avg_pool_unify
2022-09-14 06:08:21 +00:00
twc 698e6c9300 fix issue I5O6V6 I5O5XB and remove fl code 2022-09-14 10:50:57 +08:00
i-robot cb28edc61d
!41338 add SparseTensorDenseAdd api
Merge pull request !41338 from wangmin0104/master
2022-09-13 09:17:21 +00:00
i-robot 3f9db0313a
!41537 add Tensor API for argmaxwithvalue
Merge pull request !41537 from zhouxulin2/tensor_api
2022-09-13 08:40:15 +00:00
alashkari b0db8d1b21 Unifying avg_pool1d, avg_pool2d & avg_pool3d with PyTorch, Updating St. 2022-09-13 04:04:59 -04:00
alashkari fabf4c075d Added new tensor and functional APIs and STs. 2022-09-12 04:26:11 -04:00
wangmin 91d82fdbcc add SparseTensorDenseAdd api 2022-09-09 11:26:43 +08:00
alashkari f796b7ecae Added new functional apis and STs. 2022-09-07 05:18:40 -04:00
zhouxulin2 b882dc8c81 add Tensor API for argmaxwithvalue 2022-09-07 14:40:04 +08:00
i-robot 667144cde7
!41481 modify the inconsistence in files 0905
Merge pull request !41481 from 宦晓玲/code_docs_0905
2022-09-06 06:26:08 +00:00
zhangyi 8d0beae1b4 modify the consistence in files 2022-09-06 11:31:10 +08:00
i-robot 934d57b8c2
!41244 [ST][MS][OPS] add, addr & asin Tensor api and ST.
Merge pull request !41244 from alashkari/tensor-apis
2022-09-06 01:48:34 +00:00
i-robot 2dd332cb27
!41380 Add CPU&GPU dynamic shape support for IOU
Merge pull request !41380 from liuluobin/iou_dyn_shape
2022-09-05 05:53:01 +00:00
zhangyi 2c92bd2e95 delete the file names in list 2022-09-05 11:27:29 +08:00
alashkari 069fe21f39 Added tensor apis and STs. 2022-09-04 22:19:22 -04:00
liuluobin 9d4c3aef78 Add CPU&GPU dynamic shape support for IOU 2022-09-03 14:16:58 +08:00
z00512249 574917ebd0 add sub && sqrt functional and tensor api 2022-09-03 10:48:19 +08:00
hezhenhao1 e82d2026e1 fix doc string 2022-09-02 14:46:17 +08:00
i-robot 478669a7d5
!41085 将csr_add注释信息添加到注册列表中
Merge pull request !41085 from Bokai Li/master
2022-09-01 04:10:25 +00:00
i-robot 5eec6a57da
!41173 fix adamw docs
Merge pull request !41173 from liutongtong9/code_docs_adamw_ma
2022-09-01 02:31:32 +00:00
liutongtong 8a3f2c8c92 fix adamw docs 2022-09-01 10:22:58 +08:00
i-robot 2b3b323eae
!41255 modify the inconsistence in files 0831
Merge pull request !41255 from 宦晓玲/code_docs_0830
2022-09-01 01:39:20 +00:00
zhangyi 98deae82ce modify the inconsistence in files 0831 2022-08-31 18:43:53 +08:00
jonyguo 9e9362d3c8 add commnet for api: bucket_batch_by_length 2022-08-31 15:51:48 +08:00
Bokai Li efcd75ce06 将注释信息添加到注册列表中 2022-08-31 14:15:26 +08:00
i-robot 0765c2cc3c
!41186 Supplement the docs for const_arg of Tensor
Merge pull request !41186 from YuJianfeng/code_docs
2022-08-31 03:23:10 +00:00
i-robot 43a41a27b3
!40987 [MS][OP]add functional interface
Merge pull request !40987 from mengyuanli/relu_tensor_interface
2022-08-31 02:45:22 +00:00
alashkari 688cbc00f5 Added adaptive_max_pool1d functional api and ST.
Added argmax functional api and ST.
2022-08-30 09:25:31 -04:00
yujianfeng 1e8bccc3f5 Fix the bug of docs for const_arg of Tensor 2022-08-30 18:47:18 +08:00
VectorSL e88ca25ac3 add en doc for exp tensor 2022-08-30 14:25:59 +08:00
i-robot b98ece0963
!40885 add more introduce info for dataset
Merge pull request !40885 from guozhijian/add_doc_for_md
2022-08-30 01:34:22 +00:00
i-robot 36619b975e
!40961 add print functional
Merge pull request !40961 from 范吉斌/print_func
2022-08-29 09:58:48 +00:00
mengyuanli 2407a7eb1d add functional interface of relu and relu6 2022-08-29 14:52:57 +08:00
i-robot 8450d3b4c3
!40899 [ST][MS][OPS] adaptive_avg_pool1d functional api and GPU ST
Merge pull request !40899 from alashkari/adaptive_avgpool1d-functional-api
2022-08-29 06:09:54 +00:00
fan-jibin e74d1b3c06 add print functional 2022-08-29 11:53:39 +08:00
jonyguo 8961ebbe6f add more info for minddata 2022-08-29 10:07:21 +08:00
fan-jibin 1bfeebbd6f add adaptive_avg_pool3d to en rst 2022-08-29 09:40:07 +08:00
alashkari 5dc79afc43 Added adaptive_avg_pool1d functional api and test case. 2022-08-27 02:58:02 -04:00
zhangzhaoju 5222cad0db Add xdivy to functional.rst 2022-08-26 15:52:59 +08:00
alashkari 633921ef1f Added accumulate_n functional api and test case. 2022-08-25 02:50:20 +00:00
i-robot b17ca7def1
!40639 [MS] Add the interface document of Conv2d function
Merge pull request !40639 from happy徐/master
2022-08-22 03:24:15 +00:00
xuqiang 09da0b0330 add the interface document of conv2d function 2022-08-19 17:48:32 +08:00
i-robot 60dc85a774
!40510 add functional test case of scatter_mul
Merge pull request !40510 from wYann/scatter_mul
2022-08-18 19:33:01 +00:00
zhujingxuan 27de2189e1 add Tensor api for log and tanh 2022-08-18 15:55:48 +08:00
wYann c88f3a50ba add functional tese case for scatter_mul 2022-08-17 15:10:11 +08:00
i-robot 2b11578573
!39700 [feature] support grad and value_and_grad with weight as well as aux
Merge pull request !39700 from chenzhuo/master
2022-08-15 08:41:08 +00:00
xuanyue b463b8d371 fix document for isfinite 2022-08-15 10:31:13 +08:00
chenzhuo 5f39ebd788 support grad and value_and_grad with has_aux 2022-08-12 16:43:03 +08:00
huodagu 29a1422362 modify format 2022-08-12 11:36:59 +08:00
w00517672 0f7a12fe79 synchronize the code of the reverse_sequence operator in r1.8 2022-08-10 22:47:42 +08:00
i-robot 16339e9d16
!40105 fix code check
Merge pull request !40105 from hezhenhao1/master
2022-08-10 05:28:53 +00:00
greatpanc 74b25937e3 r1.8 code round master branch 2022-08-09 16:31:40 +08:00
hezhenhao1 294d7a47f8 fix code check. 2022-08-09 16:23:27 +08:00
i-robot 03688f7888
!35878 add functional api and vmap rule for softmax
Merge pull request !35878 from hanhuiyu1996/softmax
2022-08-08 16:51:28 +00:00
i-robot e707bbdf87
!39857 modify format
Merge pull request !39857 from 俞涵/code_docs_0707
2022-08-08 02:03:47 +00:00
Corleone 9933995acb fixed median doc 2022-08-05 15:58:06 +08:00
i-robot 3e26211f46
!39461 modify csrsoftmax api
Merge pull request !39461 from 王程浩/code_docs_csr_softmax
2022-08-05 06:39:33 +00:00
hanhuiyu1996 348e6d9e26 add functional api and vmap rule for softmax 2022-08-05 14:22:53 +08:00
huodagu 22d0f222bb modify format 2022-08-05 14:19:57 +08:00
chenghaowang ea16266ddb modify sparsematrixsoftmax api 2022-08-05 11:24:54 +08:00
i-robot 74d8633565
!39729 classify Tensor
Merge pull request !39729 from luojianing/code_docs_master
2022-08-04 11:00:31 +00:00
luojianing f11fe8460e classify Tensor 2022-08-04 17:46:48 +08:00
zhangyi aff3805971 modify the files to fix the webpage 2022-08-04 16:35:11 +08:00
panfengfeng 26af16f65b some operators issues:
FFTWithSize api description
  SquareSumAll cn & en inconsistent
  ctc_greedy_decoder, trunc, population_count api description
  ctc_greedy_decoder runtime_error to value_error
  trunc dynamic shape fix
2022-08-01 10:11:11 -04:00
huodagu ae76eacc9f modify format 2022-08-01 16:54:05 +08:00
greatpanc 377b58b6a8 reduce op functional api docs update 2022-07-30 14:40:00 +08:00
i-robot 11bd1ae500
!38655 [MS][LITE] update some ops functional API support
Merge pull request !38655 from luoyuan/update-some-ops-func-API-support
2022-07-28 07:41:46 +00:00
i-robot 6d87fa6288
!38522 operators doc added
Merge pull request !38522 from panfengfeng/operators_doc
2022-07-27 14:23:24 +00:00
luoyuan f0125d4d78 [MS][LITE] update some ops functional API support 2022-07-27 16:36:31 +08:00
huodagu 898dd91dbf modify format 2022-07-27 16:11:23 +08:00
i-robot 841b9df521
!38371 add gpu ops logit and logitgrad
Merge pull request !38371 from 高攀/logit_logitgrad
2022-07-27 04:21:11 +00:00
panfengfeng b774ecb9e4 operators doc: ApplyAdagradV2, GridSampler2D, GridSampler3D, PopulationCount, SparseApplyAdagrad,
SparseApplyAdagradV2, SparseApplyFtrl, Trunc, TruncateDiv, TruncateMod, UpsampleNearest3D, CTCGreedyDecoder
2022-07-26 20:56:12 -04:00
jonyguo ab128b9a76 del docs: PSROIPooling 2022-07-26 18:33:44 +08:00
gaopan12 0f58743451 add gpu ops logit and logitgrad with primitive, functional, tensor, docs 2022-07-26 17:47:55 +08:00
i-robot 4e87c22f88
!38642 Add functional doc
Merge pull request !38642 from ZPaC/add-argmin-func-doc
2022-07-24 14:10:47 +00:00
i-robot 83b657b4df
!38650 modify the rst files
Merge pull request !38650 from 宦晓玲/code_docs_0722
2022-07-23 00:45:30 +00:00
zhangyi 2ea5bde6f3 modify the rst files 2022-07-22 18:01:42 +08:00
i-robot 5d49559b82
!38604 add max functional docs
Merge pull request !38604 from zhouxulin2/code_docs
2022-07-22 09:56:35 +00:00
ZPaC 0360bd60cf Add functional doc 2022-07-22 16:03:56 +08:00
zhujingxuan 0b9c39c13b add squeeze functional api 2022-07-22 15:16:20 +08:00
zhouxulin2 37f26a53a4 add max functional docs 2022-07-22 10:31:45 +08:00
i-robot b3c06eb08e
!38562 update release note
Merge pull request !38562 from 李林杰/code_docs_fix_release_note_master
2022-07-21 07:10:22 +00:00
lilinjie 68b3686998 update release note 2022-07-21 14:49:12 +08:00
i-robot 5d297c6abf
!38481 add sparse_add doc description
Merge pull request !38481 from xiaoyao/dev_doc_master
2022-07-20 10:11:24 +00:00
i-robot c67a68d01f
!38442 add bce_with_logits_loss chinese doc api.
Merge pull request !38442 from zhuzhongrui/code_docs_1
2022-07-20 08:54:42 +00:00
xiao_yao1994 5368806436 add sparse_add doc decription 2022-07-20 16:31:56 +08:00
i-robot a22dbcf9a3
!38224 add matrix_set_diag doc api.
Merge pull request !38224 from zhuzhongrui/code_docs_branch1
2022-07-20 04:09:12 +00:00
z00512249 efdeb29bdc add bce_with_logit_loss chinese doc api. 2022-07-20 11:22:54 +08:00
louie5 ae60a9fd95 add functional method for UniformCandidateSampler 2022-07-20 08:20:54 +08:00
z00512249 997a3499c1 add matrix_set_diag doc api. 2022-07-19 19:24:31 +08:00
i-robot eb4030b089
!38227 add chinese api for Graph API
Merge pull request !38227 from ms_yan/CN_api_graph
2022-07-18 12:47:59 +00:00
i-robot 0a49f09637
!38119 add ctc_greedy_decoder & UpsampleTrilinear3d doc
Merge pull request !38119 from panfengfeng/ctcgreedydecode_upsampletrill_doc
2022-07-18 08:08:22 +00:00
ms_yan 9203938295 add chinese api for Graph API 2022-07-18 14:43:12 +08:00
panfengfeng fb8da42563 add ctc_greedy_decoder & UpsampleTrilinear3D doc 2022-07-17 23:27:33 -04:00
jianghui58 192e851fa2 ops doc bugfix 2022-07-18 09:59:14 +08:00
i-robot 61bdcb777c
!37198 [feat] change type of 2-rd input of operator AffineGrid from tensor to tuple
Merge pull request !37198 from GeniusPatrick/op_affine_grid
2022-07-15 10:16:34 +00:00
i-robot 9d21009dfd
!38157 add lrn selu mish doc api .
Merge pull request !38157 from zhuzhongrui/pub_master1
2022-07-15 09:12:31 +00:00
i-robot 5dd00c5219
!38130 fix doc string
Merge pull request !38130 from hezhenhao1/code_docs
2022-07-15 08:51:45 +00:00
hezhenhao1 135027c737 fix doc string 2022-07-15 16:31:39 +08:00
z00512249 6d89e4a2b5 add lrn selu mish doc api . 2022-07-15 14:56:57 +08:00
i-robot 1b3043bc19
!38089 add docs for PSROIPooling
Merge pull request !38089 from guozhijian/code_docs_add_docs_for_PSROIPooling
2022-07-15 03:20:02 +00:00
jonyguo b46cce3bf2 add chinese docs for PSROIPooling 2022-07-15 10:56:30 +08:00
Yufei Wang c1da0d3b05 [feat] change type of 2-rd input of operator AffineGrid from tensor to tuple 2022-07-15 10:51:36 +08:00
i-robot 161bc2e537
!37993 add AdaptiveAvgPool2d && AdaptiveMaxPool3d nn docs
Merge pull request !37993 from 范吉斌/code_docs_nn
2022-07-14 11:37:48 +00:00
i-robot 91196795d6
!37814 add explaination about difference of numpy and ops
Merge pull request !37814 from 杨林枫/code_docs_numpy
2022-07-14 07:23:04 +00:00
yanglf1121 6a4b35ba27 add numpy explanation 2022-07-14 15:07:19 +08:00
fan-jibin 8d57d3e83c add AdaptiveAvgPool2d && AdaptiveMaxPool3d docs 2022-07-13 20:08:26 +08:00