i-robot
|
9eef6c4e0e
|
!46328 fix bug in maxunpool1d.
Merge pull request !46328 from ZhidanLiu/master
|
2022-12-02 08:03:40 +00:00 |
i-robot
|
805e244f4d
|
!46231 [API] Add ops.is_complex, ops.float_power, ops.fmod, tensor.is_complex, tensor.float_power and tensor.fmod.
Merge pull request !46231 from DavidFFFan/api
|
2022-12-02 06:48:18 +00:00 |
i-robot
|
59f845087d
|
!46363 modify format
Merge pull request !46363 from 俞涵/code_docs_1110
|
2022-12-02 06:31:20 +00:00 |
i-robot
|
c5151122d5
|
!46360 modify the format of files 1202
Merge pull request !46360 from 宦晓玲/code_docs_1202
|
2022-12-02 06:16:51 +00:00 |
huodagu
|
bf458705df
|
modify format
|
2022-12-02 13:51:34 +08:00 |
i-robot
|
18c8b376c1
|
!46112 Fix FFTWithSize typo
Merge pull request !46112 from xiaohanzhang/master
|
2022-12-02 04:29:13 +00:00 |
huanxiaoling
|
5f1a80ad61
|
modify the format of files 1202
|
2022-12-02 11:38:23 +08:00 |
fandawei
|
b5b36f553b
|
add ops.is_complex, ops.float_power, ops.fmod,
tensor.is_complex, tensor.float_power and tensor.fmod.
|
2022-12-01 19:56:37 +08:00 |
ZhidanLiu
|
36738babc0
|
fix bug in maxunpool1d.
|
2022-12-01 19:28:57 +08:00 |
i-robot
|
40e57737ee
|
!46085 add split series function and Tensor api: tensor_split, vsplit, hsplit, dsplit
Merge pull request !46085 from ZhidanLiu/master
|
2022-12-01 11:07:40 +00:00 |
i-robot
|
149d5cabe4
|
!46306 modify format
Merge pull request !46306 from 俞涵/code_docs_1110
|
2022-12-01 11:02:26 +00:00 |
i-robot
|
31208361ad
|
!46232 Add pad operation when padding's length is equal to 0
Merge pull request !46232 from 冯一航/add_pad_null_padding
|
2022-12-01 07:28:52 +00:00 |
huodagu
|
e8ac9f1522
|
modify format
|
2022-12-01 13:52:32 +08:00 |
ZhidanLiu
|
6875db69f0
|
add split series api
|
2022-12-01 11:05:36 +08:00 |
emmmmtang
|
92e4e5e388
|
fix doc ops.not_equal
|
2022-12-01 09:35:28 +08:00 |
huanxiaoling
|
a44fb3e8a6
|
modify the format of files 1130
|
2022-11-30 16:38:10 +08:00 |
fengyihang
|
92b0e2d468
|
add pad null padding
|
2022-11-30 14:15:29 +08:00 |
i-robot
|
55baa415e6
|
!46133 add function and tensor not_equal
Merge pull request !46133 from emmmmtang/master
|
2022-11-29 18:48:23 +00:00 |
i-robot
|
a0d2e66393
|
!46110 fix dropout doc
Merge pull request !46110 from 王禹程/fix_drop_doc
|
2022-11-29 11:05:31 +00:00 |
huodagu
|
f7084db000
|
dataset list add name
|
2022-11-29 18:04:33 +08:00 |
i-robot
|
c24d7910f6
|
!46152 修复Smooth l1 loss API文档
Merge pull request !46152 from 刘崇鸣/fix_smooth_l1_loss_doc
|
2022-11-29 09:09:11 +00:00 |
i-robot
|
f7b2d406d1
|
!46058 support rsqrt reciprocal real
Merge pull request !46058 from 冯一航/support_rsqrt_reciprocal_real
|
2022-11-29 09:00:43 +00:00 |
i-robot
|
981d837306
|
!46155 ops模块API文档修正
Merge pull request !46155 from yxx/master
|
2022-11-29 02:59:07 +00:00 |
i-robot
|
ca77b36eda
|
!45982 fix some issues
Merge pull request !45982 from 李林杰/1124_fix_some_issues_master
|
2022-11-29 02:33:21 +00:00 |
emmmmtang
|
e7d396ddcb
|
add function and tensor not_equal
|
2022-11-29 10:29:04 +08:00 |
i-robot
|
122f890aac
|
!46052 回退 'Pull Request !45880 : add bicubic mode in interpolate'
Merge pull request !46052 from yanghaoran/revert-merge-45880-master
|
2022-11-29 02:13:43 +00:00 |
liuchongming
|
4f80297afe
|
Fix docs of smooth l1 loss op.
|
2022-11-29 10:06:43 +08:00 |
i-robot
|
2c9084236a
|
!46167 modify format
Merge pull request !46167 from 俞涵/code_docs_1110
|
2022-11-29 02:01:27 +00:00 |
huodagu
|
19a806d3c1
|
modify format
|
2022-11-29 09:42:18 +08:00 |
lilinjie
|
bb332c9b1f
|
fix some issues
|
2022-11-29 01:13:21 +08:00 |
yangxixin
|
6c1f330683
|
ops模块API文档修正
|
2022-11-28 20:18:13 +08:00 |
i-robot
|
4a163493f0
|
!46139 Add Diag operator docs.
Merge pull request !46139 from yangshuo/code_docs_api
|
2022-11-28 09:59:09 +00:00 |
i-robot
|
e7ea1601a5
|
!45847 tensor_inverse_master
Merge pull request !45847 from yide12/tensor_inverse_master
|
2022-11-28 09:38:40 +00:00 |
yangshuo
|
47790fc004
|
Add Diag operator docs.
|
2022-11-28 16:49:52 +08:00 |
i-robot
|
a614001933
|
!46113 modify format
Merge pull request !46113 from 俞涵/code_docs_1110
|
2022-11-28 08:24:02 +00:00 |
fengyihang
|
8504a45294
|
modify pad docs
|
2022-11-28 15:00:09 +08:00 |
i-robot
|
c11f9581e5
|
!46037 [API] Tensor.logdet & ops.logdet
Merge pull request !46037 from shaojunsong/feature/logdet
|
2022-11-28 06:31:19 +00:00 |
i-robot
|
a7d94d4608
|
!45743 tensor_isneginf_isposinf_isreal_master
Merge pull request !45743 from yide12/tensor_isneginf_master
|
2022-11-28 04:41:16 +00:00 |
huodagu
|
c6ca767e23
|
modify format1128
|
2022-11-28 12:00:46 +08:00 |
shaw_zhang
|
4524194cca
|
Fix FFTWithSize typo
|
2022-11-28 11:42:43 +08:00 |
reku1997
|
a8b68b6e9c
|
fix dropout doc
|
2022-11-28 11:30:29 +08:00 |
i-robot
|
5a96e68502
|
!46079 ops模块API文档修正
Merge pull request !46079 from yxx/master
|
2022-11-28 02:37:22 +00:00 |
i-robot
|
47f76e7e14
|
!46062 modify the format of files 1126
Merge pull request !46062 from 宦晓玲/code_docs_1126
|
2022-11-28 02:00:04 +00:00 |
yide12
|
c4b0223330
|
tensor_inverse_master
|
2022-11-28 07:19:58 +08:00 |
i-robot
|
270b88e42d
|
!46089 移除ResizeBilinearV2和ops.interpolate 对cpu平台half_pixel_centers模式的限制
Merge pull request !46089 from DavidFFFan/api
|
2022-11-27 03:39:09 +00:00 |
i-robot
|
3e2fa50222
|
!45910 add function and Tensor clip clamp
Merge pull request !45910 from emmmmtang/master
|
2022-11-26 18:35:50 +00:00 |
shaojunsong
|
8f28ca73e1
|
add tensor.logdet & ops.logdet
|
2022-11-26 21:40:58 +08:00 |
fengyihang
|
4cdd63a8ca
|
support rsqrt reciprocal real
|
2022-11-26 18:08:48 +08:00 |
fandawei
|
753224c377
|
add 'half_pixel' coordinate_transformation_mode support on CPU device when mode is 'bilinear'
|
2022-11-26 17:44:49 +08:00 |
yangxixin
|
6edce75b86
|
ops模块API文档修正
|
2022-11-26 16:24:54 +08:00 |