Commit Graph

513 Commits

Author SHA1 Message Date
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
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
huanghui cc1f903ce3 1. add Svd Tensor, functional, primitive.
2. support GPU Svd kernel.
2022-05-14 15:34:19 +08:00
xiongkun f80d30e415 [MS][ops]adjust ger cpu operator
[MS][ops]adjust ger cpu operator

ajust FastGelu and FastGeluGrad

ajust FastGelu and FastGeluGrad

adjust fast_gelu

adjust fast_gelu

adjust fast_gelu

adjust fast_gelu

adjust fast_gelu

adjust bitwise doc

adjust bitwise doc

adjust bitwise doc

adjust bitwise doc

add fast_gelu initsizelist

add fast_gelu initsizelist

ajust fast_gelu_grad_interface

ajust fast_gelu_grad_interface

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add fast_gelu doc

add FastGeLU FastGeLUGrad vmap

add FastGeLU FastGeLUGrad vmap

add FastGeLU FastGeLUGrad vmap

add FastGeLU FastGeLUGrad vmap

add FastGeLU FastGeLUGrad vmap

add ger vmap

add ger vmap

add ger vmap

add ger vmap

adjust code

adjust code

adjust code

adjust code

adjust code

adjust code

add ger doc

add ger doc

adjust doc

remove bitwise kernelmod

adjust doc

adjust doc

replace tensor

replace tensor

ajust doc

adjust test

adjust test

adjust doc
2022-05-13 15:43:47 +08:00
i-robot c07819796c
!34221 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss
Merge pull request !34221 from fujianzhao/huberloss
2022-05-13 02:57:19 +00:00
i-robot bfd377ca3c
!34125 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d
Merge pull request !34125 from ZhidanLiu/master
2022-05-13 01:53:23 +00:00
i-robot 7c7aa8430a
!34187 Add range functional and vmap
Merge pull request !34187 from LiangZhibo/range_ops
2022-05-12 17:40:17 +00:00
i-robot 424598255a
!34210 [docs]add api docs of jet and derivative
Merge pull request !34210 from chenzhuo/master
2022-05-12 12:32:39 +00:00
i-robot 9949f3ac64
!34266 modify format
Merge pull request !34266 from 俞涵/code_docs_0512
2022-05-12 09:02:17 +00:00
liangzhibo a30897fcfa Add range functional, tensor and vmap 2022-05-12 15:17:59 +08:00
i-robot 4d8ef64c11
!33931 [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh
Merge pull request !33931 from fujianzhao/dev
2022-05-12 06:40:03 +00:00
ZhidanLiu fdd6f7c759 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d 2022-05-12 10:34:52 +08:00
huodagu 1468edb03b modify format 2022-05-12 10:11:10 +08:00
chenzhuo 906f569a93 add api docs of jet and derivative 2022-05-12 10:00:40 +08:00
liangzhibo 7fa0a77e08 Add round functional, tensor interface and vmap 2022-05-12 09:22:38 +08:00
i-robot 708188ac27
!34207 [ops]add the bessel_y0 and bessel_y1 CPU operator
Merge pull request !34207 from maoyaomin/mym_bessel_0507
2022-05-12 01:18:46 +00:00
i-robot 1664b9b2f2
!34087 Add tensor and functional interface for NonZero operator.
Merge pull request !34087 from hezhenhao1/add_nonzero
2022-05-11 10:59:40 +00:00
i-robot e138428c78
!34230 modify format
Merge pull request !34230 from 俞涵/code_docs_0511
2022-05-11 08:38:46 +00:00
fujianzhao 4fd3433d23 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss 2022-05-11 15:39:02 +08:00
huodagu 76c5654edd add mindspore.rewrite and modify format 2022-05-11 15:38:43 +08:00
fujianzhao 5bb57674da [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh 2022-05-11 14:23:11 +08:00
hezhenhao1 1b8a7b0a8f Add tensor and functional interface for NonZero operator. 2022-05-11 14:11:22 +08:00
maoyaomin 60913f4a5a add bessel_y0 and bessel_y1 cpu operator 2022-05-11 11:26:26 +08:00
i-robot a0a9c942c8
!33956 Add a nn cell for softsign.
Merge pull request !33956 from liqiliang/softsign-cpu
2022-05-11 03:15:10 +00:00
xumengjuan1 6bcc933646 modify mindspore_parallel 2022-05-11 10:10:35 +08:00
i-robot 74fce14134
!34179 modify context import supplementary
Merge pull request !34179 from 冯一航/context_supplementary_modification
2022-05-11 01:35:49 +00:00
fengyihang e23f0b0e37 modify context supplementar 2022-05-11 09:31:37 +08:00
i-robot d950f383b2
!33883 Add bessel_k0 CPU operator and rework bessel_i0
Merge pull request !33883 from xutianyu/bessel_i0
2022-05-10 11:28:57 +00:00
xumengjuan1 1bedc4c3c5 modify mindspore_train 2022-05-10 17:40:30 +08:00
liqiliang 0fabbc4ccb Add a nn cell for softsign. 2022-05-10 17:09:33 +08:00
Tianyu Xu 8f0f8ab034 Add bessel_k0 CPU operator and rework bessel_i0 2022-05-10 11:56:12 +08:00
i-robot 74dfd1ccf9
!34134 modify link
Merge pull request !34134 from xumengjuan1/code_docs_a
2022-05-10 03:18:26 +00:00
xumengjuan1 29e3fbee37 modify link 2022-05-10 10:58:42 +08:00
xumengjuan1 fade1fcde8 modify mindspore_profiler 2022-05-09 18:54:33 +08:00
i-robot 0fe4091ea7
!34095 modify mindspore_profiler
Merge pull request !34095 from xumengjuan1/code_docs_f9
2022-05-09 09:25:18 +00:00
xumengjuan1 83919d0f15 modify mindspore_profiler 2022-05-09 17:01:21 +08:00
xumengjuan1 ce7719a346 modify mindspore_context 2022-05-09 15:58:06 +08:00
hujiahui8 421fb8c725 add scatter_min operator documentation 2022-05-07 11:39:33 +08:00
ling b525ef2d5b tensor scatter div dosc 2022-05-06 14:22:45 +08:00
Zichun Ye 87a7fb3d4d add space to batch nd cpu kernel
udpate include files

update pylint

fix doc problems

fix code check problem

fix code check problem

fix docs

udpate ops func
2022-05-05 19:23:55 +08:00
yuchaojie ad80538c6c add function & tensor op for TensorScatterAdd 2022-04-29 14:27:06 +08:00
i-robot 02ed0039e3
!33758 tensor scatter div dosc
Merge pull request !33758 from ling/code_dosc_sr
2022-04-29 04:07:09 +00:00
ling e5871e3bbb tensor scatter div dosc 2022-04-29 11:02:47 +08:00
lvmingfu 01509b7b66 fix link anchor 2022-04-29 09:37:33 +08:00
huodagu 5e1db76311 add api_python_en and modify some pagedisplay problems 2022-04-25 15:40:48 +08:00