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 |
changzherui
|
d6d07b137f
|
modify jitconfig docs for r1.8
|
2022-07-12 23:37:07 +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 |
i-robot
|
f089b01fa3
|
!37505 add random_gamma support dynamic shape and functional api
Merge pull request !37505 from zhangqi/0706
|
2022-07-09 02:59:57 +00:00 |
z00512249
|
cb0a0fc357
|
fix dropout doc format
|
2022-07-08 15:23:45 +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 |
i-robot
|
22c2f40f8a
|
!37307 fix doc string
Merge pull request !37307 from hezhenhao1/code_docs
|
2022-07-06 03:48:14 +00:00 |
i-robot
|
637b32ec74
|
!37361 fix tensor_scatter_mul doc
Merge pull request !37361 from zhuzhongrui/code_docs_2
|
2022-07-06 02:33:26 +00:00 |
hezhenhao1
|
8c25948fe6
|
fix doc string
|
2022-07-06 09:10:17 +08:00 |
z00512249
|
0abd6475d6
|
fix tensor_scatter_mul doc
|
2022-07-05 19:34:40 +08: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 |
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
|
87f2993534
|
!37140 [MS][DOC] fix bug of doc
Merge pull request !37140 from mengyuanli/code_docs_bug_fix
|
2022-07-04 06:29:08 +00: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
|
7a58d86ee8
|
!36916 [MS][LITE]Fix unique with pad
Merge pull request !36916 from gongdaguo1/fix_unique_with_pad
|
2022-07-04 06:08:59 +00:00 |
mengyuanli
|
12abb6beea
|
fix bug of doc
|
2022-07-04 11:13:56 +08: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
|
5a41a426a9
|
!36804 fix rrelu bug
Merge pull request !36804 from shaojunsong/fix/rrelu
|
2022-06-30 13:45:11 +00: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 |
hezhenhao1
|
0aff8748d1
|
fix doc string
|
2022-06-30 16:07:27 +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 |