Commit Graph

294 Commits

Author SHA1 Message Date
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
z00512249 7ec5d95d9d fix scatter_nd_add && scatter_nd_sub doc api 2022-05-20 15:35:12 +08:00
limingqi107 817e60a308 add tensor/functional interface for diag op 2022-05-20 15:05:11 +08:00
i-robot d6c7fae326
!34668 [kernel]modify cdist doc
Merge pull request !34668 from 张学同/opt_kernel
2022-05-20 01:47:36 +00:00
i-robot e1790a2e09
!34641 add the docs of bessel_k1 and bessel_i1
Merge pull request !34641 from shenghong96/doc_bessel
2022-05-20 01:18:14 +00:00
i-robot 51d0249612
!34640 fix scatter_nd_add && scatter_nd_sub python api && doc
Merge pull request !34640 from zhuzhongrui/pub_master
2022-05-19 14:43:29 +00:00
zhangxuetong 717da4de08 modify cdist doc 2022-05-19 19:46:10 +08:00
shenghong96 b591fcf63c add the docs of bessel i1 i1e and bessel k1 k1e 2022-05-19 18:20:12 +08:00
zhangyi 83e1e72ab2 modify the rst files 2022-05-19 17:15:11 +08:00
z00512249 6ccb848cbb add ScatterNdAdd && ScatterNdSub functional && tensor api 2022-05-19 16:18:52 +08:00
i-robot 9edf52d71f
!34559 [feat] [assistant] [ops] [I51VS2] Add new operator nn.AdaptiveMaxPool1d
Merge pull request !34559 from fujianzhao/adaptive_max_pool_1d
2022-05-19 07:48:34 +00:00
i-robot 9986f369d3
!34542 Update the docs for mutable api
Merge pull request !34542 from YuJianfeng/code_docs
2022-05-19 02:59:35 +00:00
fujianzhao 7fcb75beaa [feat] [assistant] [ops] [I51VS2] Add new operator nn.AdaptiveMaxPool1d 2022-05-18 15:50:44 +08:00
Yang Jiao b4ea9073a4 add onehot 2022-05-18 10:43:09 +08:00
yujianfeng 632df1e760 Update the docs for mutable api 2022-05-18 10:33:26 +08:00
liangzelang fb57ece7fa Add tensor&functional interface for TensorScatterSub ops. 2022-05-17 15:06:11 +08:00
i-robot bae2b79896
!34428 [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d
Merge pull request !34428 from fujianzhao/adaptive_avg_pool_1d
2022-05-17 03:27:30 +00:00
z00512249 d344ff1f9d add lerp api doc 2022-05-16 17:36:38 +08:00
fujianzhao cb56dd895d [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d 2022-05-16 16:19:24 +08:00
i-robot 9118cf48ca
!33420 Support GPU Svd, and add tensor, functional, primitive
Merge pull request !33420 from huanghui/svd
2022-05-16 02:11:34 +00:00