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 |
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 |