Commit Graph

290 Commits

Author SHA1 Message Date
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
huodagu 9cae074b16 modify format 2022-06-16 16:11:18 +08:00
i-robot 123a69889a
!35976 modify files
Merge pull request !35976 from 宦晓玲/code_docs_0613
2022-06-16 06:44:14 +00:00
zhangyi 985e2e5c4d modify the files 2022-06-16 14:05:28 +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 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
zhangyi c5be4dc10b modify the files 2022-06-14 17:02:28 +08:00
shaojunsong 39a3f0bfee fix api bug 2022-06-14 16:35:15 +08:00
i-robot a5bf4daf55
!35851 modify files
Merge pull request !35851 from 宦晓玲/code_docs_0610
2022-06-13 10:02:11 +00:00
zhangyi 78c0f49127 modify the files 2022-06-13 17:43:14 +08:00
xumengjuan1 c4a1953a40 modify doc 2022-06-13 17:24:48 +08:00
zhangyi e43a164b22 modify the files 2022-06-13 16:55:03 +08:00
i-robot 01ee3144ec
!35668 silu bugfix
Merge pull request !35668 from Henry Shi/operators_bugfix
2022-06-09 07:34:47 +00:00
Henry 454e50bad5 silu bugfix 2022-06-09 15:23:16 +08:00
i-robot 907b226d86
!35608 update reflectionpad api
Merge pull request !35608 from shaojunsong/code_docs_api_ch
2022-06-09 06:40:31 +00:00
shaojunsong 32b151102e update reflectionpad api 2022-06-09 10:24:22 +08:00
i-robot 37f115a0ef
!35605 modify format
Merge pull request !35605 from 俞涵/code_docs_0606
2022-06-08 07:12:16 +00:00
huodagu 85a5e03e9a modify format 2022-06-08 14:40:53 +08:00
lvyufeng f4f2f2fc6f fix desciption problems 2022-06-08 11:22:25 +08:00
i-robot 62653a9697
!35471 fix nllloss and crossentropy bug and description typo error
Merge pull request !35471 from 吕昱峰(Nate.River)/nllloss
2022-06-07 01:48:40 +00:00
i-robot 2ccc774d89
!35355 operator bugfix: Softmin and SiLU
Merge pull request !35355 from Henry Shi/operators
2022-06-06 11:07:33 +00:00
lvyufeng 9ec87173fe fix nllloss and crossentropy bug and description typo error 2022-06-06 17:26:10 +08:00
huodagu 4fbf67236b modify format 2022-06-06 15:03:02 +08:00
i-robot f058997021
!35071 Add feature ReflectionPad1d & ReflecitonPad2d
Merge pull request !35071 from shaojunsong/feature/reflectionPad
2022-06-04 13:00:45 +00:00
shaojunsong c0b9d74987 added reflectionpad1d and 2d 2022-06-04 17:43:49 +08:00
liqiliang ba67f2362b Add api docs. 2022-06-02 17:11:40 +08:00
lvyufeng ee30ffc3bf add nll_loss and cross_entropy for ops.functional and nn 2022-06-02 11:13:34 +08:00
Henry Shi 7fbce93bb4 operator bugfix 2022-06-02 10:33:19 +08:00
i-robot 4f1a8b1eef
!33877 operators: Softmin, SiLU
Merge pull request !33877 from Henry Shi/branch_operators
2022-06-01 01:53:19 +00:00
i-robot d8547cc27e
!35232 modify format
Merge pull request !35232 from 俞涵/code_docs_0531
2022-05-31 09:15:11 +00:00
huodagu 797cf1ef1b modify format 2022-05-31 15:35:09 +08:00
i-robot 0674bba5c3
!35191 nn.AdaptiveAvgPool1d and nn.AdaptiveMaxPool1d: correct the docs, they does not support dtype float64.
Merge pull request !35191 from fujianzhao/fix_adaptive_avg_pool_1d
2022-05-31 06:30:23 +00:00
i-robot d87af99e7c
!35152 add 1d inputs support for nn.BiDense
Merge pull request !35152 from 吕昱峰(Nate.River)/master
2022-05-31 02:55:46 +00:00
fujianzhao 59aa342c82 nn.AdaptiveAvgPool1d and nn.AdaptiveMaxPool1d does not support input dtype float64. 2022-05-31 09:30:51 +08:00
i-robot 28dca7e2bd
!35057 nn.Hardtanh: add type checking for input x, update docs
Merge pull request !35057 from fujianzhao/fix_hardtanh
2022-05-30 18:34:54 +00:00
i-robot 940be5d9a9
!35146 update doc of nn.HuberLoss
Merge pull request !35146 from fujianzhao/code_docs
2022-05-30 08:15:22 +00:00
i-robot 256303c6ef
!35004 AdaptiveMaxPool2D op.
Merge pull request !35004 from gaoyong10/dynamic_shape_04
2022-05-30 07:36:24 +00:00
lvyufeng 83f260484e add 1d inputs support for nn.BiDense 2022-05-30 10:11:38 +08:00
Henry Shi 63bd6f035b operators:Softmin & SiLU 2022-05-29 10:42:31 +08:00
huodagu 797c7484a1 modify format 2022-05-28 16:07:00 +08:00
gaoyong10 cd044f7446 AdaptiveMaxPool2d op. 2022-05-28 15:34:27 +08:00
fujianzhao 1ae9641d6f nn.Hardtanh: add type checking for input x, update docs 2022-05-27 16:59:34 +08:00
fujianzhao 01c0cafb89 update nn.HuberLoss docs 2022-05-27 10:42:45 +08:00
i-robot 2b625d31dc
!34899 Add function and tensor interfaces.
Merge pull request !34899 from liqiliang/function_and_tensor
2022-05-26 19:56:52 +00:00
i-robot 6a33b5215e
!34988 modify format
Merge pull request !34988 from 俞涵/code_docs_0526
2022-05-26 09:20:04 +00:00
liqiliang 73e4ee0f95 Add function and tensor interfaces. 2022-05-26 17:18:18 +08:00