Commit Graph

214 Commits

Author SHA1 Message Date
i-robot 16339e9d16
!40105 fix code check
Merge pull request !40105 from hezhenhao1/master
2022-08-10 05:28:53 +00:00
hangangqiang b1623fc2e9 add CN api docs & add scalar rate ST & add 1-D-tensor check for argument shape 2022-08-10 09:49:34 +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
Corleone 9933995acb fixed median doc 2022-08-05 15:58:06 +08:00
hanhuiyu1996 348e6d9e26 add functional api and vmap rule for softmax 2022-08-05 14:22:53 +08:00
chenghaowang ea16266ddb modify sparsematrixsoftmax api 2022-08-05 11:24:54 +08:00
greatpanc 377b58b6a8 reduce op functional api docs update 2022-07-30 14:40:00 +08:00
wYann 65eb980cd2 ScatterMul op 2022-07-29 10:51:38 +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 106e96ebfd
!39053 modify format
Merge pull request !39053 from 俞涵/code_docs_0707
2022-07-28 07:05:46 +00:00
huodagu c1d0b01c02 modify format 2022-07-28 14:36:32 +08:00
i-robot a7f422f719
!35973 Add dropout api
Merge pull request !35973 from yuximiao/add_dropout_api
2022-07-28 02:22:50 +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
yuximiao d5deb33184 add dropout api. 2022-07-27 07:13:24 +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 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
panfengfeng fb8da42563 add ctc_greedy_decoder & UpsampleTrilinear3D doc 2022-07-17 23:27:33 -04: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
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
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
jianghui58 5fdf155714 stack & unstack & atan2 & log1p support function & tensor interface 2022-07-13 09:31:20 +08:00
i-robot 260fa2d43e
!35964 [MS][LITE] UnsortedSegmentSum ops dynamic shape support
Merge pull request !35964 from luoyuan/UnsortedSegmentSum-dynamic-shape
2022-07-12 10:34:57 +00:00
luoyuan 4eb1666b71 [MS][LITE] UnsortedSegmentSum ops dynamic shape support 2022-07-11 21:04:34 +08:00
greatpan ec665c4d3d reduce doc fix 2022-07-11 16:58:46 +08:00
zhangqi ae6c8c807d add random_gamma support dynamic shape and functional api 2022-07-08 10:15:32 +08:00
i-robot c5b1d3db41
!36726 [MS][LITE] StandardNormal dynamic support
Merge pull request !36726 from luoyuan/StandardNormal-dynamic-support
2022-07-07 13:18:58 +00:00
luoyuan 4e0ea6566f [MS][LITE] StandardNormal ops dynamic support and vmap 2022-07-06 17:34:43 +08:00