chenkang
|
37539b92a0
|
Conv2dTranpose support output_padding attribute
|
2023-03-03 04:14:09 -05:00 |
i-robot
|
e50770745c
|
!49743 parameter
Merge pull request !49743 from nomindcarry/code_docs_mydocs
|
2023-03-03 09:05:29 +00:00 |
i-robot
|
0af059982f
|
!49692 add sinh trunc tensor docs
Merge pull request !49692 from 冯一航/code_docs_add_sinh_trunc_docs
|
2023-03-03 09:02:35 +00:00 |
shaojunsong
|
6e53d3035e
|
update tensor docs
|
2023-03-03 17:01:55 +08:00 |
i-robot
|
5426703477
|
!49650 [bugfix] update soft shrink
Merge pull request !49650 from shaojunsong/softshrink2
|
2023-03-03 08:56:17 +00:00 |
LuoJianing
|
9276132c40
|
fix issues
|
2023-03-03 16:38:47 +08:00 |
i-robot
|
c294d54e83
|
!49753 modify format
Merge pull request !49753 from 俞涵/code_docs_1110
|
2023-03-03 08:36:19 +00:00 |
i-robot
|
195cd9dcb6
|
!49541 Profiler算子耗时百分比占比使用total_time
Merge pull request !49541 from liuchuting/percent
|
2023-03-03 08:33:35 +00:00 |
huodagu
|
a61768843e
|
modify format
|
2023-03-03 16:13:56 +08:00 |
i-robot
|
c0a6a142b2
|
!49696 对ops.dropout2d和ops.dropout3d 修改返回值后,修改其对应的中文接口文档
Merge pull request !49696 from tangdezhi_123/br_tdz_1
|
2023-03-03 07:17:04 +00:00 |
nomindcarry
|
582fb6ab34
|
adam parameter
|
2023-03-03 15:03:13 +08:00 |
fengyihang
|
af3bee487b
|
add sinh trunc docs
|
2023-03-03 15:01:58 +08:00 |
zhujiaxing
|
d0f4528287
|
modify docs of nn function multi_margin_loss.
|
2023-03-03 14:58:37 +08:00 |
i-robot
|
9dff86b515
|
!49523 ResizeLinea1D文档修改
Merge pull request !49523 from haozhang/code_docs_resize_linear1d
|
2023-03-03 03:00:07 +00:00 |
i-robot
|
dfdab39fbc
|
!49700 adjust RandomGamma and CholeskySolve visibility
Merge pull request !49700 from 李林杰/code_docs_del_choleskySolve_add_RandomGamma_docs_master
|
2023-03-03 01:52:50 +00:00 |
lilinjie
|
84c86a3a22
|
adjust 2 ops visibility
|
2023-03-02 23:06:57 +08:00 |
tangdezhi_123
|
7fed451cbd
|
ops.dropout2d和ops.dropout3d 修改返回值后,修改其对应的中文接口文档
|
2023-03-02 21:39:10 +08:00 |
i-robot
|
3179893eeb
|
!49450 [MSLITE] Fix document of topk operator.
Merge pull request !49450 from wangshaocong/bugfix
|
2023-03-02 13:21:53 +00:00 |
yide12
|
7346025061
|
fixed_some_error
|
2023-03-02 20:22:15 +08:00 |
i-robot
|
ca63485b81
|
!49339 modify save_type api doc and trainModel para
Merge pull request !49339 from 周超/master5
|
2023-03-02 11:57:04 +00:00 |
liuchuting
|
25958b4eb8
|
Operator time sorting according to total_time.
|
2023-03-02 19:39:25 +08:00 |
i-robot
|
0a0e13da81
|
!49565 Unregister MirrorPad not supported type currently; Update block_diag zh docs
Merge pull request !49565 from gaoshuanglong/add_functional_init
|
2023-03-02 11:32:01 +00:00 |
i-robot
|
98143eb165
|
!49479 enhance mindrecord filewriter parallel
Merge pull request !49479 from guozhijian/enhance_filewriter_parallel
|
2023-03-02 11:02:26 +00:00 |
i-robot
|
84c6660817
|
!49383 [BUG] FIx bce_with_logits doc bug
Merge pull request !49383 from douzhixing/doc
|
2023-03-02 11:00:21 +00:00 |
i-robot
|
0b4f90e32e
|
!49424 update ops docs 4
Merge pull request !49424 from 李林杰/code_docs_0226_update_ops_docs_master
|
2023-03-02 09:41:52 +00:00 |
zhou_chao1993
|
ac0371b341
|
modify lite save_type doc
|
2023-03-02 16:45:51 +08:00 |
lilinjie
|
6e4c429ddc
|
update ops docs
|
2023-03-02 16:30:06 +08:00 |
i-robot
|
ea4bdf86dd
|
!49651 [OPS] add funtional api docs for hardsigmoid
Merge pull request !49651 from yangruoqi713/code_docs_ops
|
2023-03-02 07:59:37 +00:00 |
i-robot
|
a3e38979d8
|
!49464 对ops.dropout2d和ops.dropput3d增加一个参数training, 若training为True,执行dropout操作,否则不执行dropout操作
Merge pull request !49464 from tangdezhi_123/br_tdz_1
|
2023-03-02 07:57:07 +00:00 |
shaojunsong
|
7e68fe7192
|
update softshrink
|
2023-03-02 15:47:10 +08:00 |
i-robot
|
16c9d78c45
|
!49204 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
Merge pull request !49204 from tangdezhi_123/br_tdz_20230221
|
2023-03-02 07:22:33 +00:00 |
yangruoqi713
|
9af7359ea9
|
[OPS] add funtional api docs for hardsigmoid
|
2023-03-02 15:15:16 +08:00 |
i-robot
|
33ad052c3a
|
!49591 [api] Rename soft_shrink
Merge pull request !49591 from shaojunsong/fix/softshrink
|
2023-03-02 06:51:41 +00:00 |
i-robot
|
1c4e24f1b1
|
!48317 [ST][MS][OPS] Fix operation validation issues.
Merge pull request !48317 from alashkari/val-updates
|
2023-03-02 06:35:22 +00:00 |
duzhixing
|
1e0180f089
|
fix bce_with_logits doc bug
|
2023-03-02 11:53:37 +08:00 |
i-robot
|
7e18f80e03
|
!49638 中文文档 替换abs/absolute/acos/arccos的参数x为input
Merge pull request !49638 from DavidFFFan/code_docs_master
|
2023-03-02 03:43:03 +00:00 |
jonyguo
|
782735b733
|
enhance mindrecord parallel write
|
2023-03-02 11:41:47 +08:00 |
fandawei
|
8d7329f6ca
|
replace x with input of abs/absoulte/acos/arccos
|
2023-03-02 11:16:11 +08:00 |
shaojunsong
|
dbac18fa6b
|
update docs
|
2023-03-02 10:12:47 +08:00 |
hw_hz
|
9ba8edf99d
|
1. docs for ResizeLinear1D
2. docs for DynamicBroadcastTo
|
2023-03-02 09:21:11 +08:00 |
huodagu
|
a554468240
|
fit fourth cols
|
2023-03-01 20:55:33 +08:00 |
tangdezhi_123
|
aae617fbb9
|
对ops.dropout2d和ops.dropout3d增加一个参数training, training为True, 执行dropout操作,training为False, 不执行dropout操作; 将dropout2d和dropout3d的参数x重新命名为input, 以和pytorch对标。
|
2023-03-01 20:13:27 +08:00 |
gaoshuanglong
|
c890f7847f
|
Unregister MirrorPad not supported type currently;
Update block_diag docs.
|
2023-03-01 16:56:05 +08:00 |
i-robot
|
5c891c8477
|
!49577 fixed_some_comment
Merge pull request !49577 from yide12/code_docs_nn_master
|
2023-03-01 08:55:39 +00:00 |
i-robot
|
4ca3596b0a
|
!49601 添加interpolate支持平台
Merge pull request !49601 from DavidFFFan/code_docs_master
|
2023-03-01 08:45:11 +00:00 |
yide12
|
112fe438ec
|
fixed_some_comment
|
2023-03-01 16:44:23 +08:00 |
fandawei
|
e79096c0d2
|
add interpolate Supported Platforms
|
2023-03-01 16:16:00 +08:00 |
i-robot
|
f0de76ab6f
|
!49572 modify format
Merge pull request !49572 from 俞涵/code_docs_1110
|
2023-03-01 07:26:56 +00:00 |
shaojunsong
|
7b2fa2f655
|
fix soft shrink error
|
2023-03-01 15:13:38 +08:00 |
i-robot
|
c41797b891
|
!49291 change_dropout_keep_prob_to_p_master
Merge pull request !49291 from yide12/tensor_nansum_master
|
2023-03-01 06:30:24 +00:00 |
huodagu
|
ccdf8cada5
|
modify format and add new cols
|
2023-03-01 14:30:21 +08:00 |
i-robot
|
53714e4a21
|
!49370 ckpt参数更新接口load_param_into_net新增返回值:ckpt_not_load
Merge pull request !49370 from GuoZhibin/add_return_value_ckpt_not_load
|
2023-03-01 06:22:08 +00:00 |
i-robot
|
a4d50ec793
|
!49580 [bugfix] Fix Gaussian NLL Loss document
Merge pull request !49580 from shaojunsong/code_docs_I6ICP9
|
2023-03-01 06:21:00 +00:00 |
i-robot
|
18da823ab2
|
!49399 [MS][CPU] Tensor min api docs fix
Merge pull request !49399 from Greatpan/code_docs_master
|
2023-03-01 06:15:47 +00:00 |
greatpan
|
d3a61af8bf
|
fix Tensor min api docs
|
2023-03-01 11:42:55 +08:00 |
shaojunsong
|
8e08b15057
|
fix gnl docs
|
2023-03-01 11:21:03 +08:00 |
i-robot
|
af4a342cd4
|
!49411 update ops docs 3
Merge pull request !49411 from 李林杰/code_docs_0225_update_ops_docs_master
|
2023-03-01 02:47:19 +00:00 |
i-robot
|
aa2b53887d
|
!49540 fix input type bug of logical_not
Merge pull request !49540 from wtcheng/master
|
2023-03-01 01:24:48 +00:00 |
lilinjie
|
2d1c355b86
|
update ops docs
|
2023-02-28 20:52:09 +08:00 |
w00517672
|
b2a482fb04
|
fix input type bug of logical_not
|
2023-02-28 19:34:13 +08:00 |
i-robot
|
aeca1ece18
|
!49389 update ops docs 2
Merge pull request !49389 from 李林杰/code_docs_0224_update_ops_docs_master
|
2023-02-28 11:30:09 +00:00 |
lilinjie
|
8763479103
|
update ops docs
|
2023-02-28 18:53:14 +08:00 |
i-robot
|
1b84667b4e
|
!49304 update ops docs 1
Merge pull request !49304 from 李林杰/code_docs_0223_update_ops_docs_master
|
2023-02-28 09:16:55 +00:00 |
i-robot
|
8c017dd0ad
|
!49410 fix docs and remove assert of Transformer apis
Merge pull request !49410 from 吕昱峰(Nate.River)/transformer
|
2023-02-28 09:04:00 +00:00 |
i-robot
|
1a26bceef5
|
!49514 fix docs
Merge pull request !49514 from 李林杰/code_docs_0228_fix_docs_master
|
2023-02-28 07:23:48 +00:00 |
lilinjie
|
cccd2e890e
|
fix docs
|
2023-02-28 15:09:35 +08:00 |
i-robot
|
11132b51de
|
!48457 fix_same_comment_torch
Merge pull request !48457 from yide12/code_docs_nn_master
|
2023-02-28 06:32:38 +00:00 |
lvyufeng
|
a48c647f5b
|
fix docs and remove assert of Transformer apis
|
2023-02-28 12:50:17 +08:00 |
i-robot
|
d23d4d9394
|
!49499 modify format
Merge pull request !49499 from 俞涵/code_docs_1110
|
2023-02-28 03:05:25 +00:00 |
i-robot
|
20f0935d14
|
!49502 fix issue
Merge pull request !49502 from 俞涵/code_docs_issue
|
2023-02-28 03:05:18 +00:00 |
i-robot
|
421479a24b
|
!49468 fix doc issues
Merge pull request !49468 from 李林杰/code_docs_0227_fix_issues_master
|
2023-02-28 02:37:30 +00:00 |
i-robot
|
3fba4e1477
|
!49440 modify description of apis
Merge pull request !49440 from ZhidanLiu/code_docs_master
|
2023-02-28 02:27:10 +00:00 |
huodagu
|
bc9b41a2b6
|
fix issue
|
2023-02-28 09:57:06 +08:00 |
i-robot
|
be9ceffb0a
|
!49463 support randperm function
Merge pull request !49463 from 吕昱峰(Nate.River)/randperm
|
2023-02-28 01:46:27 +00:00 |
huodagu
|
0cc1f67b7d
|
modify format
|
2023-02-28 09:34:41 +08:00 |
ZhidanLiu
|
872138a083
|
modify description of apis
|
2023-02-28 09:07:36 +08:00 |
i-robot
|
3a1f1b1c4b
|
!49157 update logspace api
Merge pull request !49157 from Henry Shi/logspace
|
2023-02-27 19:39:42 +00:00 |
alashkari
|
bae0d1f79d
|
Updated ops.div & Tensor.div.
Added ops.lstsq, Tensor.lstsq, Tensor.mvlgamma, Tensor.matmul, Tensor.maximum, Tensor.ne & Tensor.neg to docs.
Added ops.unfold & Tensor.unfold STs.
Updated ops.argmax.
|
2023-02-27 13:36:39 -05:00 |
lilinjie
|
360520599b
|
fix doc issues
|
2023-02-27 20:55:16 +08:00 |
guozhibin
|
9632ee3059
|
add return value: ckpt_not_load
|
2023-02-27 20:43:30 +08:00 |
lilinjie
|
48e4788ef4
|
update ops docs
|
2023-02-27 20:07:35 +08:00 |
yide12
|
3001c0344c
|
change_dropout_keep_prob_to_p_master
|
2023-02-27 20:03:24 +08:00 |
i-robot
|
9ad01103ad
|
!49469 update max_unpool2d/3d doc
Merge pull request !49469 from liuchao/code_docs_maxunpool
|
2023-02-27 11:25:24 +00:00 |
Corleone
|
d0c557872c
|
update max_unpool2d/3d doc
|
2023-02-27 19:01:19 +08:00 |
i-robot
|
c2a1ad5b7a
|
!48801 add_ops_std_var_and_mean
Merge pull request !48801 from yide12/tensor_std_master
|
2023-02-27 10:01:05 +00:00 |
lvyufeng
|
b895686f48
|
support randperm
support randperm function
|
2023-02-27 16:52:21 +08:00 |
yide12
|
4b09b17757
|
change_same_comment_as_torch
|
2023-02-27 16:06:32 +08:00 |
i-robot
|
2a16f3992c
|
!49099 [bugfix] update hinge embedding loss
Merge pull request !49099 from shaojunsong/update_hel
|
2023-02-27 07:38:04 +00:00 |
tangdezhi_123
|
04b2378763
|
增加Tensor.ne和Tensor.maximum的中文接口文档
修正Tensor.ne和Tensor.maximum的英文接口文档
|
2023-02-27 14:33:30 +08:00 |
wang_shaocong
|
c8fdbad801
|
[MSLITE] Fix documents of topk
|
2023-02-27 12:46:28 +08:00 |
i-robot
|
7c05d1ddcf
|
!49404 modify description of apis aviod of repeat
Merge pull request !49404 from ZhidanLiu/code_docs_master
|
2023-02-27 01:52:23 +00:00 |
i-robot
|
5686d99dd4
|
!49365 屏蔽cartesian_prod、Qr算子对外展示资料; addmv、addr 资料优化
Merge pull request !49365 from gaoshuanglong/add_functional_init
|
2023-02-27 01:44:20 +00:00 |
ZhidanLiu
|
6e1b4279c7
|
modify description of apis aviod of repeat
|
2023-02-26 17:13:09 +08:00 |
i-robot
|
75606d3570
|
!48984 update doc for cholesky_inverse
Merge pull request !48984 from xwkgch/master
|
2023-02-25 11:57:15 +00:00 |
yide12
|
2e6424c716
|
add_std_var_and_mean
|
2023-02-25 19:05:08 +08:00 |
gaoshuanglong
|
2f06f087f5
|
Qr、cattesian_prod 资料删除; addmv、addr资料优化
|
2023-02-25 16:33:05 +08:00 |
Liaotao_Wave
|
6d65a69a8b
|
test quotes
|
2023-02-25 16:12:47 +08:00 |
Henry
|
269e0e78cf
|
logspace
|
2023-02-25 15:05:26 +08:00 |
i-robot
|
d92b7fbac5
|
!49241 ResizeLinear1D 对接 ResizeD PASS,ResizeLinear1D 输入 size 支持 tuple,list
Merge pull request !49241 from haozhang/ResizeLinear1D
|
2023-02-25 06:54:35 +00:00 |
i-robot
|
f537c3c9ba
|
!49381 modify format
Merge pull request !49381 from 俞涵/code_docs_1110
|
2023-02-25 03:28:06 +00:00 |