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
|
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 |
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 |
zhujingxuan
|
c279caa6ba
|
update document of scatter_nd_div and scatter_nd_min
|
2022-06-24 14:42:01 +08: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
|
f29626abc1
|
!36066 [MS][LITE]Add unique_with_pad function
Merge pull request !36066 from gongdaguo1/add_unique_with_pad_func
|
2022-06-21 13:09: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
|
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 |
chaijun
|
2dea092baf
|
add unique_with_pad functional
|
2022-06-21 10:00:29 +08: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 |
dayschan
|
f567d2fc34
|
update op docs for Concat and ScatterNd
|
2022-06-20 09:47:50 +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 |
i-robot
|
2b3a994013
|
!35936 batchtospacend
Merge pull request !35936 from r1chardf1d0/bts2
|
2022-06-17 02:05:42 +00:00 |
i-robot
|
ace3624c38
|
!35698 [kernel]add cdist vmap and add ceil tensor functional api
Merge pull request !35698 from 张学同/applyproximaladagrad_gpu
|
2022-06-16 05:32:26 +00:00 |
yanglf1121
|
04da116794
|
optmize sparse doc
|
2022-06-15 17:09:44 +08:00 |
r1chardf1d0
|
2605a7d39b
|
batch_to_space_nd docs
|
2022-06-15 11:18:50 +08:00 |
zhangxuetong
|
dab8dde706
|
add cdist vmap、ceil tensor api
|
2022-06-15 10:38:50 +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 |
chenzhuo
|
2529bd3c2c
|
add cpu ops Argmin add support Ascend dynamic ArgminV2
|
2022-06-11 17:20:47 +08:00 |
i-robot
|
0a7e9ac87b
|
!35395 Add functional and tensor interface for `GatherD`
Merge pull request !35395 from TronZhang/gatherd_interface
|
2022-06-10 09:22:38 +00:00 |
i-robot
|
402431e754
|
!35667 [kernel]add celu vmap
Merge pull request !35667 from 张学同/celu
|
2022-06-10 08:21:43 +00:00 |
i-robot
|
29a3c7f3ed
|
!34888 add Col2Im GPU impl
Merge pull request !34888 from baihuawei/col2im
|
2022-06-10 03:50:40 +00:00 |
zhangxuetong
|
86dc05b979
|
support functional tensor vmap for celu
|
2022-06-10 09:12:39 +08:00 |
baihuawei
|
404816a5f4
|
add gpu Col2Im impl and tensor & function op
|
2022-06-09 20:10:00 +08:00 |
tronzhang
|
9a2fc5785d
|
add functional and tensor interface for gatherd
|
2022-06-09 18:00:08 +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
|
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 |
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
|
a27f5fcd22
|
!34594 add adaptive_avgpol2d nn/function/tensor api
Merge pull request !34594 from 范吉斌/adapool2d
|
2022-06-08 02:37:01 +00:00 |