i-robot
|
d3eb1586b9
|
!39597 clean code
Merge pull request !39597 from hujiahui8/clean_code
|
2022-08-08 09:17:07 +00:00 |
i-robot
|
2897d0dcfd
|
!39673 clean code
Merge pull request !39673 from zhupuxu/clean_master
|
2022-08-08 08:51:16 +00:00 |
i-robot
|
a028a42c88
|
!39749 optimize unique_consecutive
Merge pull request !39749 from huangbingjian/opt_unique_consecutive
|
2022-08-08 08:43:40 +00:00 |
i-robot
|
8bcac3195b
|
!39920 [MS][LITE][STABLE]clean code
Merge pull request !39920 from chenjianping/master_dev1
|
2022-08-08 08:14:52 +00:00 |
i-robot
|
96afb115bb
|
!39874 clean code master
Merge pull request !39874 from liutongtong9/clean_codecheck_ma
|
2022-08-08 08:07:26 +00:00 |
i-robot
|
9dce11c330
|
!39923 fix some issues
Merge pull request !39923 from 李林杰/0806_fix_some_issues_master
|
2022-08-08 07:48:11 +00:00 |
i-robot
|
ed322fa0d6
|
!39945 revert try-catch in program_specialize.cc as per the comments.
Merge pull request !39945 from xychow/revert-try-catch-in-program-specialize
|
2022-08-08 07:45:36 +00:00 |
i-robot
|
b5e3cb6283
|
!39947 fix a static warning
Merge pull request !39947 from hanhuifeng/static_warn3
|
2022-08-08 07:25:21 +00:00 |
i-robot
|
60b18c0297
|
!39944 fix bugs of ApplyAdamWithAmsgrad for master
Merge pull request !39944 from OwenSec/master
|
2022-08-08 07:20:29 +00:00 |
i-robot
|
8092d3713d
|
!39633 fix code check
Merge pull request !39633 from lianliguang/master
|
2022-08-08 07:19:17 +00:00 |
i-robot
|
1da193fc38
|
!39839 [MS][OPS] fix unsortedsegmentsum ops numsegment dyn support int32 issue
Merge pull request !39839 from luoyuan/fix-unsortedsegmentsum-numsegments-dyn
|
2022-08-08 07:15:20 +00:00 |
i-robot
|
bdc5665695
|
!39938 fix error msg problem
Merge pull request !39938 from cjh9368/fix_error_msg
|
2022-08-08 07:03:35 +00:00 |
i-robot
|
906fdc7a69
|
!38387 CPU新增反向算子sparse_add_grad
Merge pull request !38387 from 李佳兴/lijiaxing1
|
2022-08-08 06:35:14 +00:00 |
i-robot
|
ab7e20c870
|
!39883 fix avgpool docs
Merge pull request !39883 from 范吉斌/code_docs_avg_pool
|
2022-08-08 06:30:27 +00:00 |
i-robot
|
d2fd71b50b
|
!39952 optimize mixed bit quantization code
Merge pull request !39952 from yeyunpeng2020/master_mixed
|
2022-08-08 06:14:44 +00:00 |
i-robot
|
6da7a9abd9
|
!39727 move tdt print thread from core to backend
Merge pull request !39727 from zhoufeng/delete-macro
|
2022-08-08 06:13:23 +00:00 |
i-robot
|
95214cb742
|
!39645 optimize error log for BatchNormGradGrad and fix code check
Merge pull request !39645 from zhangbuxue/optimize_error_log_for_BatchNormGradGrad
|
2022-08-08 06:06:47 +00:00 |
i-robot
|
febfe618d2
|
!39812 cleanup warning
Merge pull request !39812 from Henry Shi/gaojing_master_3
|
2022-08-08 04:13:26 +00:00 |
i-robot
|
0aad8eb624
|
!39931 Update prob programming doc
Merge pull request !39931 from zichun_ye/code_docs_prob
|
2022-08-08 03:43:49 +00:00 |
zhupuxu
|
ef6f9a19f3
|
clean code
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
|
2022-08-08 11:36:29 +08:00 |
i-robot
|
d0184c70ab
|
!39834 clean code
Merge pull request !39834 from jiaorui/cleancode-1.8
|
2022-08-08 03:30:21 +00:00 |
yeyunpeng2020
|
e58ede7d5a
|
optimize mixed bit quantization code
|
2022-08-08 11:30:08 +08:00 |
i-robot
|
95ae98d24c
|
!39842 pclint_master_fix_1
Merge pull request !39842 from yao_yf/pclint_master_fix_1
|
2022-08-08 03:22:57 +00:00 |
i-robot
|
bbf85a975b
|
!39769 [AutoParallel]optimizer parallel compile performance to master
Merge pull request !39769 from lichen/opt_parallel_compile_master
|
2022-08-08 03:21:23 +00:00 |
i-robot
|
dc90054036
|
!39943 Add commiter for Parallel
Merge pull request !39943 from huangxinjing/code_docs_add_commiter
|
2022-08-08 03:11:55 +00:00 |
i-robot
|
79419f3a69
|
!39819 Pad supports dynamic shape and more data types on CPU and GPU
Merge pull request !39819 from looop5/pad_cpu_gpu_commit
|
2022-08-08 03:08:13 +00:00 |
hanhuifeng2020
|
9d6a89ac81
|
fix a static warning
|
2022-08-08 10:46:44 +08:00 |
lijiaxing1999
|
e24c7c8db0
|
lijiaxing1
|
2022-08-08 10:46:31 +08:00 |
OwenSec
|
815a06f410
|
fix bugs for applyadamwithamsgrad
|
2022-08-08 10:38:40 +08:00 |
i-robot
|
ed1e4cc7b9
|
!39904 fix docs and add check for nn.CrossEntropyLoss
Merge pull request !39904 from 吕昱峰(Nate.River)/master
|
2022-08-08 02:26:40 +00:00 |
hujiahui8
|
886610fd80
|
clean code
|
2022-08-08 10:26:36 +08:00 |
huangxinjing
|
35faa08047
|
Add reviewers
|
2022-08-08 10:24:47 +08:00 |
zhousiyi
|
c0335e63d4
|
revert back the try/catch in program_specialize as per the comments
|
2022-08-08 02:18:42 +00:00 |
i-robot
|
2b35007b0c
|
!39851 [MSLITE][CPU] conv 1x1 slidewindows, runtime part code refactor
Merge pull request !39851 from Greatpan/conv_sw1x1_avx_master
|
2022-08-08 02:10:58 +00:00 |
i-robot
|
e4f5dad939
|
!39804 Clean code
Merge pull request !39804 from VectorSL/fix-codex
|
2022-08-08 02:08:15 +00:00 |
i-robot
|
5f2219141c
|
!39496 Clean code
Merge pull request !39496 from DavidFFFan/clean_code
|
2022-08-08 02:07:26 +00:00 |
i-robot
|
e707bbdf87
|
!39857 modify format
Merge pull request !39857 from 俞涵/code_docs_0707
|
2022-08-08 02:03:47 +00:00 |
i-robot
|
a397693ca6
|
!39702 fixed median doc
Merge pull request !39702 from liuchao/median
|
2022-08-08 02:00:40 +00:00 |
i-robot
|
6bb2e6a696
|
!39582 Clean code for grid_sampler_3d_grad_cpu_kernel
Merge pull request !39582 from liuchao/cleancode
|
2022-08-08 01:52:39 +00:00 |
i-robot
|
062f987e2a
|
!39754 gumbelsoftmax add check
Merge pull request !39754 from TuDouNi/gumbelsoftmax2
|
2022-08-08 01:50:33 +00:00 |
i-robot
|
bba0eefee1
|
!39936 modify the format of API files
Merge pull request !39936 from 宦晓玲/code_docs_0808
|
2022-08-08 01:41:54 +00:00 |
cjh9368
|
1e42b8115d
|
fix error msg problem
|
2022-08-08 09:37:49 +08:00 |
looop5
|
ac22d70f4c
|
Pad supports dynamic shape and more data types on CPU and GPU
|
2022-08-08 09:26:14 +08:00 |
i-robot
|
4aa9e4043c
|
!39911 keep the same with the format of origin model when export mindir in ascend
Merge pull request !39911 from zhengyuanhua/br3
|
2022-08-08 01:24:22 +00:00 |
zhangyi
|
eafcab3903
|
modify the format of API file
|
2022-08-08 09:22:04 +08:00 |
i-robot
|
23835793b3
|
!39748 Add Warning Clear
Merge pull request !39748 from huangxinjing/fix_warning
|
2022-08-08 01:08:43 +00:00 |
i-robot
|
070acb8f7d
|
!39831 correct the files to fix the webpage
Merge pull request !39831 from 宦晓玲/code_docs_0805
|
2022-08-08 00:55:00 +00:00 |
i-robot
|
63a598dea6
|
!39906 Fix using void issue
Merge pull request !39906 from ZPaC/rpc-performance
|
2022-08-07 12:57:41 +00:00 |
zhengyuanhua
|
a6adb7ae98
|
keep mindir format with same as with origin model
|
2022-08-07 19:28:29 +08:00 |
fandawei
|
5d5a8a36b5
|
clean code warning
|
2022-08-07 18:54:52 +08:00 |