Commit Graph

1141 Commits

Author SHA1 Message Date
i-robot 751f62824d
!35300 fix docs format
Merge pull request !35300 from yelihua/code_docs_master
2022-06-01 09:06:54 +00:00
panzhihui 2dd576e8d6 update doc 2022-06-01 14:29:06 +08:00
i-robot 2f01d8b5bf
!35089 Add introduction with profiler op_analyse.
Merge pull request !35089 from liuchuting/profiler
2022-06-01 06:16:47 +00:00
wangjun 1f1857c51c add inplace update 2022-06-01 13:50:17 +08:00
huodagu b4cef0a3e6 modify format 2022-06-01 11:45:09 +08:00
yelihua 3e4b0fec5b fix the raises type format 2022-06-01 11:36:12 +08:00
liu-yongqi-63 241bc7d2e5 Supplementary interface input parameters 2022-06-01 10:44:46 +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 21bcf23bbd
!35215 Update svd api docs
Merge pull request !35215 from huanghui/code_docs-update-svd-api
2022-05-31 11:17:54 +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 e6e6d0633c
!35091 update pdist interface doc
Merge pull request !35091 from hemaohua/master
2022-05-31 06:39:40 +00: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
liuchuting 91c0a0c8b6 add introduction with profiler op_analyse and field discrimination card data. 2022-05-31 11:29:28 +08:00
i-robot e682f0bb2b
!35169 Correct ClipByNorm api doc
Merge pull request !35169 from JoyLvliang/correct_clipbynorm_api_doc
2022-05-31 03:20:28 +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
Zichun Ye e67654b729 update doc string for the space_to_batch_nd op
fix typo

fix typo
2022-05-31 10:51:34 +08:00
i-robot fedccd0d63
!34529 Support specific data set decryption
Merge pull request !34529 from 刘勇琪/master-decrypt-column
2022-05-31 02:47:19 +00:00
z30020733 942d49e693 Add broadcast_to op api 2022-05-31 10:37:43 +08:00
huanghui 7a0f5f661b update svd api docs 2022-05-31 10:06:10 +08:00
i-robot 97fe8b6dd5
!34999 fl chinese doc
Merge pull request !34999 from wtcheng/master
2022-05-31 01:58:05 +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 509fb1e776
!34550 add model.fit and refactor callbacks
Merge pull request !34550 from liutongtong9/add_fit
2022-05-30 11:32:20 +00:00
w00517672 b47fd3fd91 fl chinese doc 2022-05-30 17:42:42 +08:00
hezhenhao1 3832cc2115 fix doc string 2022-05-30 16:34:23 +08: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 63701b7070
!35166 add parameters
Merge pull request !35166 from 俞涵/code_docs_0530
2022-05-30 07:51:04 +00:00
7347157+joylvliang@user.noreply.gitee.com 8a176ca1ad correct_clipbynorm_api_doc 2022-05-30 15:49:52 +08:00
i-robot ca473a8aed
!33835 remove the usage of obj in ms_function
Merge pull request !33835 from wangjun/ms_function_obj_remove
2022-05-30 07:47:20 +00:00
i-robot 2734f2cca9
!34582 Add tensor&functional interface for TensorScatterMin ops.
Merge pull request !34582 from liangzelang/tensor_scatter_min
2022-05-30 07:42:46 +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
hemaohua 75fd564200 update pdist interface doc 2022-05-30 15:28:45 +08:00
huodagu 4d4102f1a3 add parameters for output_shapes 2022-05-30 15:19:16 +08:00
liu-yongqi-63 ea336c3109 Support specific data set decryption 2022-05-30 14:42:35 +08:00
i-robot 51c1918011
!34849 add bernoulli ops include func, Tensor interface, GPU kernel and docs.
Merge pull request !34849 from jiangshuqiang/add_bernoulli_
2022-05-30 06:34:08 +00:00
i-robot fe95a4feca
!34966 optimizes the documentation of chinese API of Mod,MulNoNan,etc
Merge pull request !34966 from zhangfanghe/code_docs_master_14_526
2022-05-30 03:37:25 +00:00
zhangfanghe 85d4c2ef44 optimizes the documentation of chinese API of Mod,MulNoNan,etc. 2022-05-30 11:05:44 +08:00
i-robot 8ab56385bb
!35092 Add translated Chinese API document, e.g. ROIAlign, Softplus...
Merge pull request !35092 from panzhihui/code_docs_cn_api3
2022-05-30 02:40:32 +00:00
lvyufeng 83f260484e add 1d inputs support for nn.BiDense 2022-05-30 10:11:38 +08:00
i-robot d41b1ab22d
!35105 tan docs
Merge pull request !35105 from ling/code_docs_sr
2022-05-30 01:43:18 +00:00
wangjun 0d3f2c6f3c remove usage of obj in ms_function 2022-05-30 09:30:25 +08:00
i-robot 57f66960ae
!35081 fix-output_shape_doc
Merge pull request !35081 from luoyang/fix-output_shape_doc
2022-05-30 01:22:29 +00:00
panzhihui 2d61667b09 Add translated CN API documents 2022-05-29 19:36:35 +08:00
jiangshuqiang 0449f91f47 add bernoulli ops include func, Tensor interface, GPU kernel and docs. 2022-05-29 13:38:06 +08:00
Henry Shi 63bd6f035b operators:Softmin & SiLU 2022-05-29 10:42:31 +08:00
i-robot 44bf5724a9
!35112 modify format
Merge pull request !35112 from 俞涵/code_docs_0527
2022-05-28 08:28:38 +00:00
huodagu 797c7484a1 modify format 2022-05-28 16:07:00 +08:00
i-robot 627ca3722d
!35087 fix error links and code formats
Merge pull request !35087 from lvmingfu/code_docs_master26
2022-05-28 08:05:32 +00:00
gaoyong10 cd044f7446 AdaptiveMaxPool2d op. 2022-05-28 15:34:27 +08:00
i-robot 96bfdbbd68
!34998 fix doc string
Merge pull request !34998 from hezhenhao1/code_docs
2022-05-28 07:06:59 +00:00
lvmingfu e166f9326e fix error links and code formats for master 2022-05-28 14:59:56 +08:00
ling dc0d5185b8 tan docs 2022-05-28 14:46:34 +08:00
i-robot a19c2f806c
!34995 update vmap doc
Merge pull request !34995 from Erpim/code_docs_vmap
2022-05-28 03:39:54 +00:00
i-robot 2f71ed63bb
!35046 Support scalar tensor as input of ClipByNorm
Merge pull request !35046 from JoyLvliang/fix_scalar_tensor_calculate_wrong_in_ClipByNorm
2022-05-28 03:18:59 +00:00
hezhenhao1 59a6dcfa26 fix doc string 2022-05-28 10:41:55 +08:00
liutongtong f6c8053c2b add model.fit and refactor callbacks 2022-05-28 10:33:39 +08:00
i-robot 35d2a0fdd0
!34911 optimizes the documentation of chinese API of FloorMod,Invert,etc
Merge pull request !34911 from zhangfanghe/code_docs_master_11_525
2022-05-28 02:29:07 +00:00
YangLuo 4e31675447 fix-output_shape_doc 2022-05-28 10:03:46 +08:00
i-robot 012e69c911
!35060 fix lp_norm doc.
Merge pull request !35060 from zhuzhongrui/code_docs_branch1
2022-05-27 10:19:32 +00:00
i-robot 56462cc071
!34486 add pdist_cpu_kernel
Merge pull request !34486 from hemaohua/pdist_push
2022-05-27 09:54:58 +00:00
fujianzhao 1ae9641d6f nn.Hardtanh: add type checking for input x, update docs 2022-05-27 16:59:34 +08:00
z00512249 33d6102040 fix lp_norm doc. 2022-05-27 16:14:24 +08:00
7347157+joylvliang@user.noreply.gitee.com 6ebe248549 fix_scalar_tensor_calculate_wrong_in_ClipByNorm 2022-05-27 15:36:48 +08:00
i-robot 4adf5d390c
!35047 modify format
Merge pull request !35047 from 俞涵/code_docs_0527
2022-05-27 07:08:12 +00:00
huodagu 11a8fef875 modify Probability_rst and format 2022-05-27 14:51:00 +08:00
i-robot 62f25c572d
!34851 Add translated Chinese API documents
Merge pull request !34851 from panzhihui/code_docs_cn_api
2022-05-27 06:46:48 +00:00
Erpim fd40bff8f8 update vmap doc 2022-05-27 14:30:28 +08:00
i-robot a61b57b921
!34944 Add Chinese API document translationsm, e.g. InTopK, KLDivLoss, Log1p
Merge pull request !34944 from panzhihui/code_docs_cn_api2
2022-05-27 06:02:29 +00:00
i-robot d5fa86fea0
!34717 Fix OneHot docs and vmap
Merge pull request !34717 from jiaoy1224/onehot
2022-05-27 03:38:26 +00:00
panzhihui 127cb7d969 Add chinese api doc translation, InTopk, KLDivLoss etc. 2022-05-27 11:37:35 +08:00
fujianzhao 01c0cafb89 update nn.HuberLoss docs 2022-05-27 10:42:45 +08:00
liangzelang 8ace2766c4 Add tensor&functional interface for TensorScatterMin. 2022-05-27 09:37:31 +08:00
i-robot 8ce5d2c8cf
!34949 提供probablility中文api
Merge pull request !34949 from 王程浩/master
2022-05-27 01:32:43 +00:00
hemaohua cd9c40f807 add pdist_cpu_kernel 2022-05-27 09:01:07 +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
cheng-hao-wang 39662b04df offer probability 中文 api 2022-05-26 22:51:28 +08:00
panzhihui 58fdd7e623 add cn api docs 2022-05-26 19:56:21 +08:00
i-robot 9cdb283781
!34671 Fix Ge Interface for AllReduce fusion
Merge pull request !34671 from huangxinjing/fix_ge_error
2022-05-26 11:34:42 +00:00
i-robot b62d4d84d1
!34970 add tensor_scatter_mul doc
Merge pull request !34970 from zhuzhongrui/code_docs_scipy
2022-05-26 09:59:03 +00:00
i-robot 67c7712c9d
!34987 add lp_norm doc
Merge pull request !34987 from zhuzhongrui/code_docs_branch1
2022-05-26 09:58:18 +00:00
i-robot 4380e9d974
!34993 add fills docs
Merge pull request !34993 from yelihua/code_docs_master
2022-05-26 09:47:02 +00:00
i-robot 2b2888593e
!34889 [OP] modify docs for hardshrink, meshgrid
Merge pull request !34889 from yangruoqi713/code_docs_op
2022-05-26 09:33:25 +00:00
zhangfanghe a0641550a8 optimizes the documentation of chinese API of FloorMod,Invert,etc. 2022-05-26 17:20:17 +08: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
huodagu a7f9e1a9d0 modify format 2022-05-26 17:07:25 +08:00
yelihua 9a9ab882e9 delete ops.Fills docs 2022-05-26 17:04:58 +08:00
z00512249 59643981ba add lp_norm 2022-05-26 16:49:00 +08:00
z00512249 a07f4b1bf9 add tensor_scatter_mul doc 2022-05-26 15:56:44 +08:00
i-robot dde6a2a24e
!34872 Add nn.BiDense
Merge pull request !34872 from 吕昱峰(Nate.River)/master
2022-05-26 07:35:20 +00:00
yangruoqi713 6e32fe1fb2 [OP] modify docs for hardshrink, meshgrid 2022-05-26 14:13:10 +08:00
i-robot e960f5beb7
!34938 fix docs problems for nn.Threshold
Merge pull request !34938 from 吕昱峰(Nate.River)/code_docs_threshold
2022-05-26 04:26:33 +00:00
yelihua 79316f6caf add GPU impl for Fills and testcase 2022-05-25 18:29:10 +08:00
lvyufeng 708cad7bc3 fix docs problems for nn.Threshold 2022-05-25 17:38:53 +08:00
i-robot f3148dbe6e
!34842 add nn.Threshold
Merge pull request !34842 from 吕昱峰(Nate.River)/threshold
2022-05-25 09:35:33 +00:00
i-robot 5dfd613839
!34447 Support GPU UniqueConsecutive, and add tensor, functional, primitive
Merge pull request !34447 from huangbingjian/unique_consecutive
2022-05-25 09:19:35 +00:00
i-robot bc5bb22343
!34733 optimizes the documentation of chinese API of ApplyAdagradDA,ApplyAdagradV2,etc
Merge pull request !34733 from zhangfanghe/code_docs_master_11_521
2022-05-25 09:12:18 +00:00
zhangfanghe cbb1367a59 optimizes the documentation of chinese API of ApplyAdagradDA,ApplyAdagradV2,etc. 2022-05-25 17:00:49 +08:00
i-robot 7c0de1a877
!34918 modify docs for masked select
Merge pull request !34918 from yangzhenzhang/code_docs_masked_select_en
2022-05-25 06:44:30 +00:00