Commit Graph

228 Commits

Author SHA1 Message Date
i-robot 520427cc3a
!34726 ScatterMax support vmap and add dynamic shape case
Merge pull request !34726 from polyhedral/max
2022-05-25 02:14:45 +00:00
huodagu c73490f063 modify format 2022-05-24 14:54:03 +08:00
polyhedral fd411c3144 ScatterMax support vmap and add dynamic shape case 2022-05-24 10:27:49 +08:00
yangzhenzhang 59ccada417 modify doc for masked select 2022-05-23 15:42:06 +08:00
i-robot 5a6604775d
!34593 add functional-tensor-vmap impl for masked select
Merge pull request !34593 from yangzhenzhang/add-functional-tensor-vmap-impl-for-masked-select
2022-05-23 06:11:37 +00:00
i-robot 4517e6c048
!34772 modify format
Merge pull request !34772 from 俞涵/code_docs_0523
2022-05-23 05:46:31 +00:00
huodagu 07d79c7c88 modify format 2022-05-23 12:58:26 +08:00
i-robot e19581ce04
!34646 Add Chinese API documents
Merge pull request !34646 from panzhihui/api-cn-trl
2022-05-23 04:00:14 +00:00
i-robot eb856f0d79
!34695 [kernel]fix review comments
Merge pull request !34695 from 张学同/opt_kernel
2022-05-23 03:34:31 +00:00
yangzhenzhang 3b187616e7 add vmap for masked select 2022-05-23 09:10:35 +08:00
panzhihui fc68106ec3 Add chinese api doc 2022-05-21 11:29:44 +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
huodagu f3a823e7a3 modify format 2022-05-20 17:48:15 +08: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
zhangxuetong c089794e62 fix review comments 2022-05-20 14:53:26 +08:00
i-robot d68d64bb92
!34648 optimizes the documentation of chinese API of MSSSIM,ACos,Abs,etc
Merge pull request !34648 from zhangfanghe/code_docs_master_11_519
2022-05-20 04:03:16 +00:00
i-robot d9dcacd279
!34627 modify format
Merge pull request !34627 from 俞涵/code_docs_0519
2022-05-20 01:48:24 +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
i-robot 87cd1db6bc
!34634 Fix typo of select Chinese document
Merge pull request !34634 from LiangZhibo/code_docs_select
2022-05-19 12:20:00 +00:00
zhangfanghe 802aa33608 optimizes the documentation of chinese API of MSSSIM,ACos,Abs,etc. 2022-05-19 19:02:07 +08:00
shenghong96 b591fcf63c add the docs of bessel i1 i1e and bessel k1 k1e 2022-05-19 18:20:12 +08:00
z00512249 6ccb848cbb add ScatterNdAdd && ScatterNdSub functional && tensor api 2022-05-19 16:18:52 +08:00
i-robot 172d60957d
!34628 optimizes the documentation of chinese API of ExpandDims,Shape
Merge pull request !34628 from zhangfanghe/code_docs_Shape_ExpandDims_master_519
2022-05-19 08:03:48 +00:00
zhangfanghe b1141ba936 optimizes the documentation of Sort. 2022-05-19 14:29:38 +08:00
liangzhibo bbc0028513 Fix type for chinese document of select 2022-05-19 14:22:10 +08:00
zhangfanghe ea6e6201cb optimizes the documentation of chinese API of ExpandDims,Shape. 2022-05-19 11:40:37 +08:00
huodagu ec7a2e2e8a modify format 2022-05-19 11:31:30 +08:00
i-robot a30a1b166a
!34562 modify format
Merge pull request !34562 from 俞涵/code_docs_0518
2022-05-18 08:06:37 +00:00
huodagu 37710330be modify format 2022-05-18 14:19:31 +08:00
i-robot 066381ee22
!34482 Add chinese document for functional and tensor interface select.
Merge pull request !34482 from LiangZhibo/code_docs_select
2022-05-18 02:10:41 +00:00
i-robot 434d2a82e4
!34078 Add tensor&functional interface for TensorScatterSub ops.
Merge pull request !34078 from liangzelang/dev_tensorscatterop_cpu
2022-05-18 01:15:18 +00:00
i-robot 5f9f4e16a3
!33576 optimizes the documentation of chinese API of SSIM,SoftShrink,SparseTensorDenseMatmul,etc
Merge pull request !33576 from zhangfanghe/code_docs_master_17_426
2022-05-17 09:52:01 +00:00
i-robot f99d28549c
!34476 [MS][ops]ajust Ger FastGeLU doc
Merge pull request !34476 from KXiong/code_docs_master
2022-05-17 09:20:41 +00:00
huodagu a851ab4ca0 modify format 2022-05-17 16:58:47 +08:00
zhangfanghe c37e8426a7 optimizes the documentation of chinese API of SSIM,SoftShrink,SparseTensorDenseMatmul,etc. 2022-05-17 16:27:41 +08:00
liangzhibo 6103133b64 Add select chinese doc 2022-05-17 16:00:57 +08:00
liangzelang fb57ece7fa Add tensor&functional interface for TensorScatterSub ops. 2022-05-17 15:06:11 +08:00
xiongkun 9890d2e6a4 ajust doc 2022-05-17 09:41:11 +08:00
yanghaoran 95ceefbe03
回退 'Pull Request !34413 : Add chinese document for functional and tensor interface select.' 2022-05-16 12:59:10 +00:00
i-robot 5d2cdc1061
!34427 add lerp api doc
Merge pull request !34427 from zhuzhongrui/code_docs_scipy
2022-05-16 12:13:07 +00:00
i-robot 3e4507f077
!34413 Add chinese document for functional and tensor interface select.
Merge pull request !34413 from LiangZhibo/code_docs_select
2022-05-16 10:00:34 +00:00
z00512249 d344ff1f9d add lerp api doc 2022-05-16 17:36:38 +08:00
huodagu 80ec6b12bc modify list and format 2022-05-16 16:55:57 +08:00
liangzhibo e81184f1ef Add select chinese doc 2022-05-16 16:54:00 +08:00
i-robot 6828fc0cb7
!34419 modify format
Merge pull request !34419 from 俞涵/code_docs_0516
2022-05-16 06:26:10 +00:00
huodagu 96354a374e modify format 2022-05-16 14:05:58 +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
i-robot 9e7b82c9cb
!34324 [MS][OPS] Ger FastGeLU FastGeLUGrad pr3
Merge pull request !34324 from KXiong/master
2022-05-16 01:14:39 +00:00