Commit Graph

513 Commits

Author SHA1 Message Date
i-robot b98ece0963
!40885 add more introduce info for dataset
Merge pull request !40885 from guozhijian/add_doc_for_md
2022-08-30 01:34:22 +00:00
i-robot 36619b975e
!40961 add print functional
Merge pull request !40961 from 范吉斌/print_func
2022-08-29 09:58:48 +00:00
mengyuanli 2407a7eb1d add functional interface of relu and relu6 2022-08-29 14:52:57 +08:00
i-robot 8450d3b4c3
!40899 [ST][MS][OPS] adaptive_avg_pool1d functional api and GPU ST
Merge pull request !40899 from alashkari/adaptive_avgpool1d-functional-api
2022-08-29 06:09:54 +00:00
fan-jibin e74d1b3c06 add print functional 2022-08-29 11:53:39 +08:00
jonyguo 8961ebbe6f add more info for minddata 2022-08-29 10:07:21 +08:00
fan-jibin 1bfeebbd6f add adaptive_avg_pool3d to en rst 2022-08-29 09:40:07 +08:00
alashkari 5dc79afc43 Added adaptive_avg_pool1d functional api and test case. 2022-08-27 02:58:02 -04:00
zhangzhaoju 5222cad0db Add xdivy to functional.rst 2022-08-26 15:52:59 +08:00
alashkari 633921ef1f Added accumulate_n functional api and test case. 2022-08-25 02:50:20 +00:00
i-robot b17ca7def1
!40639 [MS] Add the interface document of Conv2d function
Merge pull request !40639 from happy徐/master
2022-08-22 03:24:15 +00:00
xuqiang 09da0b0330 add the interface document of conv2d function 2022-08-19 17:48:32 +08:00
i-robot 60dc85a774
!40510 add functional test case of scatter_mul
Merge pull request !40510 from wYann/scatter_mul
2022-08-18 19:33:01 +00:00
zhujingxuan 27de2189e1 add Tensor api for log and tanh 2022-08-18 15:55:48 +08:00
wYann c88f3a50ba add functional tese case for scatter_mul 2022-08-17 15:10:11 +08:00
i-robot 2b11578573
!39700 [feature] support grad and value_and_grad with weight as well as aux
Merge pull request !39700 from chenzhuo/master
2022-08-15 08:41:08 +00:00
xuanyue b463b8d371 fix document for isfinite 2022-08-15 10:31:13 +08:00
chenzhuo 5f39ebd788 support grad and value_and_grad with has_aux 2022-08-12 16:43:03 +08:00
huodagu 29a1422362 modify format 2022-08-12 11:36:59 +08:00
w00517672 0f7a12fe79 synchronize the code of the reverse_sequence operator in r1.8 2022-08-10 22:47:42 +08:00
i-robot 16339e9d16
!40105 fix code check
Merge pull request !40105 from hezhenhao1/master
2022-08-10 05:28:53 +00:00
greatpanc 74b25937e3 r1.8 code round master branch 2022-08-09 16:31:40 +08:00
hezhenhao1 294d7a47f8 fix code check. 2022-08-09 16:23:27 +08:00
i-robot 03688f7888
!35878 add functional api and vmap rule for softmax
Merge pull request !35878 from hanhuiyu1996/softmax
2022-08-08 16:51:28 +00:00
i-robot e707bbdf87
!39857 modify format
Merge pull request !39857 from 俞涵/code_docs_0707
2022-08-08 02:03:47 +00:00
Corleone 9933995acb fixed median doc 2022-08-05 15:58:06 +08:00
i-robot 3e26211f46
!39461 modify csrsoftmax api
Merge pull request !39461 from 王程浩/code_docs_csr_softmax
2022-08-05 06:39:33 +00:00
hanhuiyu1996 348e6d9e26 add functional api and vmap rule for softmax 2022-08-05 14:22:53 +08:00
huodagu 22d0f222bb modify format 2022-08-05 14:19:57 +08:00
chenghaowang ea16266ddb modify sparsematrixsoftmax api 2022-08-05 11:24:54 +08:00
i-robot 74d8633565
!39729 classify Tensor
Merge pull request !39729 from luojianing/code_docs_master
2022-08-04 11:00:31 +00:00
luojianing f11fe8460e classify Tensor 2022-08-04 17:46:48 +08:00
zhangyi aff3805971 modify the files to fix the webpage 2022-08-04 16:35:11 +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
huodagu ae76eacc9f modify format 2022-08-01 16:54:05 +08:00
greatpanc 377b58b6a8 reduce op functional api docs update 2022-07-30 14:40:00 +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 6d87fa6288
!38522 operators doc added
Merge pull request !38522 from panfengfeng/operators_doc
2022-07-27 14:23:24 +00: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
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
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
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 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
gongdaguo1 54efd88c49 fix unique_with_pad docs 2022-06-29 16:45:02 +08:00
i-robot 6ddce1fa75
!36173 add adaptiveMaxPool3D for gpu
Merge pull request !36173 from 范吉斌/maxpool3d
2022-06-29 02:22:07 +00:00
i-robot 1dc2c47431
!36768 scatter add functional
Merge pull request !36768 from ling/bug
2022-06-28 11:46:22 +00:00
ling 6cde34e9bf scatter add functional & npu static+dynamic 2022-06-28 14:45:16 +08:00
fan-jibin 7cbfa5d20a add adaptiveMaxPool3D for gpu 2022-06-28 14:25:50 +08:00
i-robot 47a9146e4f
!36269 add Tensor and vmap interface of StandardLaplace op
Merge pull request !36269 from panshaowu/master
2022-06-27 13:35:41 +00:00
i-robot 85d187e550
!36669 Update RReLU api
Merge pull request !36669 from shaojunsong/code_docs_RReLU_api
2022-06-27 09:42:10 +00:00
i-robot a51e3bab4e
!36664 change functional docs of slice、ne,add new dyn_shape
Merge pull request !36664 from gaoshuanglong/md_rst
2022-06-27 07:56:42 +00:00
i-robot 6c0b8ab995
!36616 [MS][DOC] tensor_scatter_elements doc
Merge pull request !36616 from mengyuanli/code_docs_tensor_scatter_elements
2022-06-27 07:03:19 +00:00
shaojunsong dfc7a32020 Update RReLU API 2022-06-27 14:41:03 +08:00
gaoshuanglong afd6115963 Change functional docs of slice、ne,add new dyn_shape 2022-06-27 12:02:44 +08:00
mengyuanli 6b0ab478bf add doc for tensor_scatter_elements 2022-06-27 10:12:44 +08:00
mengyuanli 4d95eb96f0 add resize doc 2022-06-27 10:04:10 +08:00
i-robot ab17cc9fdd
!36181 add functional/tensor api for kl div loss
Merge pull request !36181 from zhuyuxiao/I51VMV-1
2022-06-25 10:22:38 +00:00
panshaowu d7257e50a1 add Tensor and vmap interface of StandardLaplace op 2022-06-25 15:30:32 +08:00
zhuyuxiao 6165842821 add functional api for kl div 2022-06-25 14:39:34 +08:00
mengyuanli ccdaa96346 add smooth_l1_loss doc 2022-06-25 09:18:00 +08:00
zhujingxuan fe56bbc4b7 make matrix_diag_part document public 2022-06-24 17:34:19 +08:00
i-robot 824246769a
!36327 add document for InstanceNorm1d and InstanceNorm3d
Merge pull request !36327 from zhujingxuan/code_docs_instance_norm
2022-06-24 09:08:36 +00:00
i-robot 9c82cc2bdc
!36323 update document of scatter_nd_div and scatter_nd_min
Merge pull request !36323 from zhujingxuan/code_docs_scatter_nd
2022-06-24 09:07:20 +00:00
zhujingxuan 910d0be6f1 add document for InstanceNorm1d and InstanceNorm3d 2022-06-24 15:32:52 +08:00
zhujingxuan c279caa6ba update document of scatter_nd_div and scatter_nd_min 2022-06-24 14:42:01 +08:00
i-robot 6c6d8931c3
!36329 Supply Tanhshrink activation function and test cases
Merge pull request !36329 from 冯一航/Supply_Tanhshrink
2022-06-24 01:33:32 +00:00
i-robot 9185ebeb8d
!35264 implement CSRSparseMatrixToSparseTensor GPU
Merge pull request !35264 from huangmengxi/cuda_csr_op
2022-06-23 12:06:01 +00:00
fengyihang 98bf50ffcf Supply Tanhshrink activation function and test cases 2022-06-23 11:34:53 +08:00
i-robot 32305783b9
!36309 [kernel]add applyProximalAdagrad vmap
Merge pull request !36309 from 张学同/applyproximaladagrad_gpu
2022-06-23 03:11:22 +00:00
zhangxuetong 0e6619b5c5 support ApplyProximalAdagrad vmap 2022-06-22 14:52:25 +08:00
ttudu 80dbd99b8e gumbel softmax docs 2022-06-22 14:34:35 +08:00
huangmengxi 06c6321d7e implement CSRSparseMatrixToSparseTensor GPU 2022-06-22 11:18:00 +08:00
i-robot ba217e3f90
!36255 update document of matrix_solve
Merge pull request !36255 from zhujingxuan/code_docs_matrix_solve
2022-06-22 02:59:29 +00:00
i-robot c89ee860a7
!36184 Fix doc for gather_elements's tensor interface.
Merge pull request !36184 from TronZhang/code_docs_fix_tensor_interface
2022-06-22 02:49:28 +00:00
zhujingxuan abbd5096c4 update document of matrix_solve 2022-06-22 09:56:25 +08:00
i-robot 8dc4692a41
!36247 unsorted segment min/max/prod docs
Merge pull request !36247 from ling/code_docs_sr
2022-06-22 01:29:27 +00:00
i-robot e2224b2104
!36223 update linspace document
Merge pull request !36223 from zhujingxuan/code_docs_linspace
2022-06-21 13:01:39 +00:00
i-robot 3f6e32e2b4
!36263 fix dense to sparse doc
Merge pull request !36263 from 杨林枫/code_docs_sparse
2022-06-21 12:19:48 +00:00
i-robot d932c9de0d
!36230 update log_softmax document
Merge pull request !36230 from zhujingxuan/code_docs_logsoftmax
2022-06-21 12:19:47 +00:00
ling 46de8ba7c5 unsorted segment min/max/prod docs 2022-06-21 14:38:14 +08:00
yanglf1121 9fb6d704b8 fix sparse docs 2022-06-21 14:30:35 +08:00
tronzhang 7dc733148b fix gather elements doc 2022-06-21 14:13:00 +08:00
i-robot 5cf4a18d06
!35949 Add new APIs and fix doc problems
Merge pull request !35949 from xiaotianci/add_api
2022-06-21 02:25:54 +00:00
zhujingxuan 03da0ecdd1 update log_softmax document 2022-06-20 21:03:52 +08:00
zhujingxuan 65cfade67f update linspace document 2022-06-20 19:36:50 +08:00
ling 6e03e828bd tensor scatter div sample bug 2022-06-20 19:29:40 +08:00
i-robot 303de2b4fc
!36103 update op docs for Concat and ScatterNd
Merge pull request !36103 from DeshiChen/code_docs_concat_scatternd
2022-06-20 08:45:25 +00:00
qinzheng ce8285358b fix split docs 2022-06-20 15:24:27 +08:00
i-robot 552f45c0a4
!36083 fix ProximalAdagrad optimizer not support lr's shape size=1; fix multidimensional array metrics in earlystop and reducelronplatue
Merge pull request !36083 from liutongtong9/fix_probs_ma
2022-06-20 05:22:44 +00:00
dayschan f567d2fc34 update op docs for Concat and ScatterNd 2022-06-20 09:47:50 +08:00
fujianzhao 862752fdce feat: add ops.applyAdadelta CPU backend, add nn.Adadelta, ops.applyAdadelta CPU backend support vmap. 2022-06-19 08:01:14 +08:00
i-robot db871eaea1
!36092 change lp_norm api to morm api for tensor and fucntional
Merge pull request !36092 from zhuzhongrui/pub_master2
2022-06-18 06:50:59 +00:00
z00512249 76a4420b8d change lp_norm api to morm api for tensor and fucntional 2022-06-17 10:32:40 +08:00
liutongtong fc137c006f fix proximaladagrad optim and multi-dimension in callbacks 2022-06-16 21:43:25 +08:00
r1chardf1d0 2605a7d39b batch_to_space_nd docs 2022-06-15 11:18:50 +08:00
Xiao Tianci 18371fa5d9 add new API docs 2022-06-15 10:10:20 +08:00
fanjibin 489cfa15e6 add AvgPool nn/functional/tensor api 2022-06-14 17:09:38 +08:00
hezhenhao1 2453a9e2f4 fix doc string 2022-06-14 15:37:26 +08:00
i-robot 0e11cf9633
!35253 [op]Add CPU op Argmin and support Ascend dynamic shape
Merge pull request !35253 from chenzhuo/Argmin_cpu
2022-06-13 03:23:56 +00:00
i-robot 0f160775c5
!35618 Update ms_kernel custom op
Merge pull request !35618 from zichun_ye/custom_op_update
2022-06-13 02:00:54 +00:00
chenzhuo 2529bd3c2c add cpu ops Argmin add support Ascend dynamic ArgminV2 2022-06-11 17:20:47 +08:00
i-robot 58efca88db
!35394 add get_mindir_input api
Merge pull request !35394 from changzherui/add_get_mindir_input
2022-06-10 08:28:35 +00:00
Zichun Ye 8de24b4d2f update ms_kernel related files
fix import problem

update code check

update test case

update test case

rename file
2022-06-10 15:41:38 +08:00
i-robot 29a3c7f3ed
!34888 add Col2Im GPU impl
Merge pull request !34888 from baihuawei/col2im
2022-06-10 03:50:40 +00:00
changzherui 9649556315 add get_mindir_input api 2022-06-09 22:18:16 +08:00
baihuawei 404816a5f4 add gpu Col2Im impl and tensor & function op 2022-06-09 20:10:00 +08:00
looop5 4c5de144ce add functional, tensor interface and vmap for ops.Pad 2022-06-09 14:26:36 +08:00
i-robot eafd35217a
!33569 add hswish operator
Merge pull request !33569 from jjfeing/add_hswish_operator
2022-06-09 06:19:38 +00:00
i-robot fd50ac5dbf
!35380 add EarlyStopping and ReduceLROnPleatu callbacks
Merge pull request !35380 from liutongtong9/add_cbs
2022-06-09 03:42:37 +00:00
i-robot d79a264e81
!35417 add masked_fill api
Merge pull request !35417 from 范吉斌/maskedfill_docs
2022-06-09 03:27:34 +00:00
jjfeing 5f8af95bb6 add hardswish & hardswishgrad 2022-06-09 10:51:38 +08:00
liutongtong 7605d6470d add earlystop and reducelrpleatu 2022-06-08 22:10:43 +08:00
fanjibin dc6d60ffad add masked_fill api 2022-06-08 19:55:38 +08:00
i-robot 8c823836a6
!35383 Add cpu kernel for deformable_offsets
Merge pull request !35383 from YuJianfeng/deformable_conv
2022-06-08 11:13:30 +00:00
i-robot 0f27520ddb
!35560 Move ClipByNorm to inner interface
Merge pull request !35560 from JoyLvliang/move_clipbynorm_to_inner_interface
2022-06-08 09:27:05 +00:00
yujianfeng 2d283c96df Add the implement of cpu kernel for deformable_offsets 2022-06-08 11:53:52 +08:00
i-robot 1686e6253e
!35587 fix chinese doc
Merge pull request !35587 from luoyang/code_docs_chinese
2022-06-08 02:56:23 +00:00
luoyang 8d49596154 fix chinese doc 2022-06-08 10:41:21 +08:00
i-robot a27f5fcd22
!34594 add adaptive_avgpol2d nn/function/tensor api
Merge pull request !34594 from 范吉斌/adapool2d
2022-06-08 02:37:01 +00:00
7347157+joylvliang@user.noreply.gitee.com e8bc5e59e7 move_clipbynorm_to_inner_interface 2022-06-07 21:01:04 +08:00
i-robot 8f51b50547
!35393 Add tensor and functional interface for ScatterNdMul and ScatterNdMax operator.
Merge pull request !35393 from hezhenhao1/add_scatter_max
2022-06-07 09:49:34 +00:00
i-robot 894973abe1
!35536 Update doc for Unify Transform API - stage 2
Merge pull request !35536 from luoyang/code_docs_chinese2
2022-06-07 09:33:44 +00:00
luoyang 076d141913 Update doc for Unify Transform API - stage 2 2022-06-07 16:06:31 +08:00
fan-jibin 624706d54b add adaptive_avgpol2d nn/function/tensor api 2022-06-07 14:48:55 +08:00
i-robot 375196215f
!35374 doc for renorm op
Merge pull request !35374 from liubuyu/doc
2022-06-07 02:50:40 +00:00
hezhenhao1 bf6340504d Add functional doc and interface for ScatterNdMul and ScatterNdMax operator. 2022-06-06 20:39:02 +08:00
i-robot 8968b238de
!35373 Update the doc of ScatterUpdate's functional interface
Merge pull request !35373 from zhengzuohe/doc_for_scatterupdate
2022-06-06 11:13:18 +00:00
i-robot 621b48760b
!35347 flatten support functional and tensor interface, dynamic shape and vmap
Merge pull request !35347 from polyhedral/flatten
2022-06-06 09:50:51 +00:00
lby 00c378dc92 doc for renorm 2022-06-06 17:23:07 +08:00
shaojunsong dd86f05761 add ReflectionPad api to catalog 2022-06-06 16:22:32 +08:00
zhengzuohe 5b2701bbfe udpate docs for functional api of ScatterUpdate 2022-06-06 11:44:35 +08:00
fanjibin 938a17d314 add intopk vmap, functional/tensor api 2022-06-05 13:18:51 +08:00
polyhedral 92b1459d57 flatten support functional and tensor interface, dynamic shape and vmap 2022-06-04 11:49:55 +08:00
liqiliang ba67f2362b Add api docs. 2022-06-02 17:11:40 +08:00
i-robot f3251db54d
!35379 move logsumexp from element-wise to reduction
Merge pull request !35379 from 吕昱峰(Nate.River)/code_docs_logsumexp
2022-06-02 08:08:16 +00:00
i-robot f5ad517c23
!34925 add docs for scatter_div operator
Merge pull request !34925 from hujiahui8/code_docs_scatter_div
2022-06-02 08:01:21 +00:00
lvyufeng ccd67fa5d6 move logsumexp from element-wise to reduction 2022-06-02 15:57:53 +08:00
i-robot ad8dab99a3
!35361 add ops.logsumexp and fix nan problem
Merge pull request !35361 from 吕昱峰(Nate.River)/logsumexp
2022-06-02 07:50:12 +00:00
i-robot a03d31e8ed
!35302 add nll_loss and cross_entropy for ops.functional and nn
Merge pull request !35302 from 吕昱峰(Nate.River)/nllloss
2022-06-02 07:20:14 +00:00
i-robot 05afdee563
!34757 add inplace_update operator and vmaprule
Merge pull request !34757 from wangjun/inplace_ops_0523
2022-06-02 05:52:09 +00:00
i-robot 8ae7250a24
!35213 Add broadcast_to op api
Merge pull request !35213 from 朱家兴/master
2022-06-02 03:50:23 +00:00
lvyufeng cf067edc98 add ops.logsumexp and fix nan problem 2022-06-02 11:45:58 +08:00
lvyufeng ee30ffc3bf add nll_loss and cross_entropy for ops.functional and nn 2022-06-02 11:13:34 +08:00
hujiahui8 33a9fd87d3 add docs for scatter_div operator 2022-06-01 17:49:14 +08:00
wangjun 1f1857c51c add inplace update 2022-06-01 13:50:17 +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 e6e6d0633c
!35091 update pdist interface doc
Merge pull request !35091 from hemaohua/master
2022-05-31 06:39:40 +00:00
z30020733 942d49e693 Add broadcast_to op api 2022-05-31 10:37:43 +08: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
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
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
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
i-robot 56462cc071
!34486 add pdist_cpu_kernel
Merge pull request !34486 from hemaohua/pdist_push
2022-05-27 09:54:58 +00:00
7347157+joylvliang@user.noreply.gitee.com 6ebe248549 fix_scalar_tensor_calculate_wrong_in_ClipByNorm 2022-05-27 15:36:48 +08:00
Erpim fd40bff8f8 update vmap doc 2022-05-27 14:30:28 +08: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
liangzelang 8ace2766c4 Add tensor&functional interface for TensorScatterMin. 2022-05-27 09:37:31 +08:00
hemaohua cd9c40f807 add pdist_cpu_kernel 2022-05-27 09:01:07 +08: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 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
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
yelihua 79316f6caf add GPU impl for Fills and testcase 2022-05-25 18:29:10 +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
Yang Jiao 21c58913c7 fix onehot vmap 2022-05-25 09:36:28 +08:00
lvyufeng 65120caf79 add BiDense 2022-05-25 07:43:35 +08:00
huangbingjian 5a619651d4 Add unique_consecutive ops. 2022-05-24 18:22:07 +08:00
lvyufeng ce1f15666d add nn.Threshold 2022-05-24 15:25:48 +08:00
polyhedral fd411c3144 ScatterMax support vmap and add dynamic shape case 2022-05-24 10:27:49 +08:00
yangzhenzhang 3b187616e7 add vmap for masked select 2022-05-23 09:10:35 +08:00
i-robot 3aeb0d0578
!34625 add tensor/functional interface for diag op
Merge pull request !34625 from limingqi107/bug_fix4
2022-05-20 20:36:04 +00:00