Commit Graph

196 Commits

Author SHA1 Message Date
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
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
huangmengxi b64102dcee fix 2022-07-06 15:59:58 +08:00
i-robot 22c2f40f8a
!37307 fix doc string
Merge pull request !37307 from hezhenhao1/code_docs
2022-07-06 03:48:14 +00:00
hezhenhao1 8c25948fe6 fix doc string 2022-07-06 09:10:17 +08:00
i-robot b4822d8eeb
!37321 Add zh api docs for softsign.
Merge pull request !37321 from liqiliang/code_docs
2022-07-05 10:05:47 +00:00
i-robot 070993bae6
!37243 add log_matrix_determinant and matrix_determinant doc
Merge pull request !37243 from zhuzhongrui/code_docs_1
2022-07-05 09:44:55 +00:00
z00512249 5146e0b76e add dropout2d dropout3d doc 2022-07-05 16:51:14 +08:00
z00512249 8e488e53b7 add matrix_determinant and log_matrix_determinant 2022-07-05 16:39:56 +08:00
liqiliang 1f06f8d8f4 Add zh api docs for softsign. 2022-07-05 15:38:55 +08:00
i-robot f8e900113d
!37053 add MaxPool3dWithArgmax docs
Merge pull request !37053 from 范吉斌/code_docs_maxpool3d_withargmax
2022-07-04 08:01:23 +00:00
fan-jibin a0cd344bfd add MaxPool3dWithArgmax docs 2022-07-04 14:38:22 +08:00
i-robot 59cc60f607
!36761 add RandomCategorical doc
Merge pull request !36761 from yeyunpeng2020/cpu_doc
2022-07-04 06:10:45 +00:00
i-robot 55da1a87d5
!35287 Add tensor&functional interface for TensorScatterMax ops.
Merge pull request !35287 from wuweikang/tensor-scatter-max
2022-07-04 03:11:11 +00:00
wuweikang 1ca9c8984b Add tensor&functional interface for TensorScatterMax 2022-07-02 18:22:37 +08:00
i-robot 1b6640dc9c
!37023 add erfc and xlogy chinese docs
Merge pull request !37023 from cjh9368/static_check
2022-07-01 09:41:10 +00:00
cjh9368 8ff6eefde9 add erfc and xlogy chinese docs 2022-07-01 17:08:20 +08:00
yeyunpeng2020 c711a1ac9c add RandomCategorical doc 2022-07-01 16:54:04 +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 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