Commit Graph

817 Commits

Author SHA1 Message Date
zhujingxuan 82c7728813 remove en docs in expand_dims cn docs 2022-08-03 09:44:55 +08:00
leiyuning 8e18f82b88 add translation and fix format 2022-08-02 19:56:00 +08:00
xuanyue 62bcb3c991 tensor support isfinite interface 2022-08-02 16:41:21 +08:00
panfengfeng 26af16f65b some operators issues:
FFTWithSize api description
  SquareSumAll cn & en inconsistent
  ctc_greedy_decoder, trunc, population_count api description
  ctc_greedy_decoder runtime_error to value_error
  trunc dynamic shape fix
2022-08-01 10:11:11 -04:00
i-robot fc4791e0b4
!39279 update docs: apply_proximal_gradient_descent for proper dtype
Merge pull request !39279 from Yanzhi_YI/apply_proximal_gradient_descent
2022-08-01 09:30:46 +00:00
i-robot 2f754e4c65
!39349 modify format
Merge pull request !39349 from 俞涵/code_docs_0707
2022-08-01 09:22:02 +00:00
huodagu ae76eacc9f modify format 2022-08-01 16:54:05 +08:00
zhangyi 50dd3c9049 modify the format of API files 2022-08-01 14:34:44 +08:00
yiyanzhi_akane d66c29b13e update apply_proximal_gradient_descent docs 2022-07-31 01:08:44 +08:00
i-robot cef8acb08b
!39039 Fix vmap bug and gather_elements docs.
Merge pull request !39039 from TronZhang/fix_gather_elements_from_1.8_to_master
2022-07-30 10:01:58 +00:00
greatpanc 377b58b6a8 reduce op functional api docs update 2022-07-30 14:40:00 +08:00
i-robot db64988252
!39166 modify format
Merge pull request !39166 from 俞涵/code_docs_0707
2022-07-29 14:02:44 +00:00
i-robot 9225d6e811
!39154 update docs for expand_dims and instance norm
Merge pull request !39154 from zhujingxuan/code_docs
2022-07-29 14:00:40 +00:00
zhujingxuan 028d00d7d9 update docs for expand_dims and instance norm 2022-07-29 17:42:38 +08:00
huodagu 14e91cf03a modify format 2022-07-29 15:54:43 +08:00
wYann 65eb980cd2 ScatterMul op 2022-07-29 10:51:38 +08:00
i-robot 9b7f118f24
!39077 [MS][DOC]fix bug of example of tensor_scatter_elements
Merge pull request !39077 from mengyuanli/code_docs_bug_fix
2022-07-28 09:34:08 +00:00
i-robot 4a7c924c6e
!39064 fix doc for logit
Merge pull request !39064 from 高攀/code_docs_logit_fix
2022-07-28 08:58:52 +00:00
mengyuanli 52aaa43a5b fix bug of example in tensor scatter elements docs 2022-07-28 16:13:48 +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
gaopan12 1aeed5bac0 fix docs for logit 2022-07-28 14:48:10 +08:00
huodagu c1d0b01c02 modify format 2022-07-28 14:36:32 +08:00
i-robot 52ccb1f81a
!38890 add poisson functional & testcase
Merge pull request !38890 from hangq/rewrite-bug
2022-07-28 06:07:28 +00:00
i-robot 365225789e
!38984 fix doc bugs of StandardLaplace operator
Merge pull request !38984 from panshaowu/master
2022-07-28 03:17:39 +00:00
TronZhang c56dc5bcee fix vmap error for GatherD and NLLLossGrad, and add english docs for gather_elements tensor interface 2022-07-28 10:25:04 +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 e69c6f80d6
!38973 fix transpose doc for negative perm
Merge pull request !38973 from chenlei_autodiff/transpose_dyn
2022-07-28 02:03:10 +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
i-robot 917c83e2cf
!38975 remove arange api
Merge pull request !38975 from shaojunsong/code_docs_arange
2022-07-27 12:30:12 +00:00
panshaowu 0002b4d5df fix doc bugs of StandardLaplace operator 2022-07-27 18:40:04 +08:00
i-robot 6d371e5da3
!38983 modify format
Merge pull request !38983 from 俞涵/code_docs_0707
2022-07-27 09:15:39 +00:00
chenlei_autodiff bb32d0db1a fix transpose docs. 2022-07-27 17:11:49 +08: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
shaojunsong 3a7562f3a0 remove func_arange api 2022-07-27 15:37:27 +08:00
louie5 4f8fba8b3e update the chinese comment of ops.UniformCandidateSampler 2022-07-27 15:32:00 +08:00
hangangqiang 6ef6fd6f92 add poisson functional 2022-07-27 15:01:45 +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
jonyguo ab128b9a76 del docs: PSROIPooling 2022-07-26 18:33:44 +08:00
gaopan12 0f58743451 add gpu ops logit and logitgrad with primitive, functional, tensor, docs 2022-07-26 17:47:55 +08:00
zhangyi b07e340b9a modify the format of API files 2022-07-26 16:52:33 +08:00
zhangyi 60a1042e19 modify the format of API files 2022-07-26 10:27:56 +08:00
zhangyi c6abc24034 modify the format of API files 2022-07-25 17:21:28 +08:00
zhangyi 46e8f6af8e modify the format of API files 2022-07-25 15:26:56 +08:00
i-robot 43f6f9a8dc
!38716 modify max functional docs
Merge pull request !38716 from zhouxulin2/code_docs_fixed
2022-07-25 06:42:21 +00:00
zhouxulin2 011261df5b modify max functional docs 2022-07-25 11:28:57 +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 a071790196
!38176 Add broadcast_to op chinese doc of tensor api
Merge pull request !38176 from 朱家兴/master
2022-07-22 12:32:09 +00:00
i-robot b8d4febd13
!38550 Opt Cummin/Cummax operator in GPU platform.
Merge pull request !38550 from hezhenhao1/opt_cumop
2022-07-22 11:48:06 +00: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
hezhenhao1 741016e398 Opt Cummin/Cummax operator in GPU platform. 2022-07-22 17:24:47 +08: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
i-robot 5412cfe8e7
!38614 modify the format of API files
Merge pull request !38614 from 宦晓玲/code_docs_0722
2022-07-22 06:48:57 +00:00
zhangyi b401a37e0c modify the format of API files 2022-07-22 14:40:27 +08:00
xumengjuan1 3e754dd7f2 modify doc 2022-07-22 11:20:32 +08:00
i-robot 01ca0ce12f
!38558 Add docs for expand_dims functional api
Merge pull request !38558 from zhujingxuan/code_docs_expand
2022-07-22 02:50:51 +00:00
zhouxulin2 37f26a53a4 add max functional docs 2022-07-22 10:31:45 +08:00
i-robot 1bab2c15bc
!38575 fix some doc description
Merge pull request !38575 from zhuzhongrui/code_docs_1
2022-07-21 15:33:19 +00:00
i-robot 685e99f626
!38470 update KLDivLoss op docs
Merge pull request !38470 from xulei/code_docs_kldiv
2022-07-21 13:48:58 +00:00
i-robot 34c4d7b132
!38565 [MS][CPU/GPU] fix bug of smooth_l1_loss
Merge pull request !38565 from mengyuanli/fix_bug_smooth_l1_loss
2022-07-21 13:09:38 +00:00
zhujingxuan 0b92ff0c39 Add docs for expand_dims functional api 2022-07-21 19:37:29 +08:00
z00512249 16f4a1cb65 add fix some doc api. 2022-07-21 17:11:45 +08:00
huodagu 188e8f56ff modify format 2022-07-21 14:56:53 +08:00
mengyuanli 29fd7ba5e7 fix bug of smooth_l1_loss 2022-07-21 14:47:35 +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
xulei 9aef9cb4a8 update KLDivLoss op docs 2022-07-20 15:50:40 +08:00
huodagu 17e78004ae modify format 2022-07-20 14:29:32 +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
i-robot 9475ee69e2
!38427 [MS][ops] add functional interface of UniformCandidateSampler
Merge pull request !38427 from louie5/master
2022-07-20 02:40:42 +00: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 5256155f29
!38293 [MS][LITE] UnsortedSegmentSum dynamic shape fix and code docs fix
Merge pull request !38293 from luoyuan/fix-unsortedsegmentsum-ops-infershape-and-docs
2022-07-19 09:28:22 +00:00
i-robot 83df02d43a
!38354 Add the chinese api document for BesselI0e and BesselI1e
Merge pull request !38354 from maoyaomin/mym_fix
2022-07-19 07:04:06 +00:00
i-robot aa2fbb1c2d
!38172 Opt tensorscatteradd/sub op Notes.
Merge pull request !38172 from liangzelang/master
2022-07-19 02:41:34 +00:00
maoyaomin f46e93f4a0 add the chinese api doc for BeseelI0e and BesselI1e 2022-07-19 10:40:47 +08:00
z30020733 5a04c69eef Add broadcast_to op chinese doc of tensor api 2022-07-19 10:14:22 +08:00
luoyuan 4aea3ad1c8 [MS][LITE] UnsortedSegmentSum dynamic shape fix and code docs fix 2022-07-19 09:47:11 +08:00
liangzelang d4563e5b60 Add Notes. 2022-07-18 20:51:56 +08:00
i-robot 6ca78bad91
!38312 [MS][DOC]make reluv2 deprecated
Merge pull request !38312 from mengyuanli/code_docs_bug_fix
2022-07-18 08:55:45 +00:00
mengyuanli 4ebb7919da make ReLUV2 deprecated. 2022-07-18 16:37:50 +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
i-robot e8d91c35d0
!38286 modify dataformatdimmap doc
Merge pull request !38286 from KXiong/code_docs_master
2022-07-18 06:40:46 +00:00
i-robot 3d54c1f4bc
!38274 modify format
Merge pull request !38274 from 俞涵/code_docs_0707
2022-07-18 06:35:54 +00:00
xiongkun 3418150390 modify dataformatdimmap doc 2022-07-18 14:07:35 +08:00
i-robot 96acc23b08
!38269 fix doc string
Merge pull request !38269 from hezhenhao1/code_docs
2022-07-18 04:39:54 +00:00
panfengfeng fb8da42563 add ctc_greedy_decoder & UpsampleTrilinear3D doc 2022-07-17 23:27:33 -04:00
huodagu bc0e608380 modify format 2022-07-18 11:14:19 +08:00
hezhenhao1 fad00d60f7 fix doc string 2022-07-18 10:29:45 +08:00
i-robot cad22fa6c6
!38212 modify format
Merge pull request !38212 from 俞涵/code_docs_0707
2022-07-15 11:27:57 +00:00
huodagu d6d80b3cc0 modify format 2022-07-15 18:22:25 +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 0b09e6b9d3
!38177 [kernel]add assignsub/ceil functional docs
Merge pull request !38177 from 张学同/ceil
2022-07-15 09:22:11 +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