i-robot
|
e960f5beb7
|
!34938 fix docs problems for nn.Threshold
Merge pull request !34938 from 吕昱峰(Nate.River)/code_docs_threshold
|
2022-05-26 04:26:33 +00:00 |
hezhenhao1
|
644c83a645
|
Fix bug of ScatterNd* operator in CPU.
|
2022-05-26 11:32:00 +08:00 |
greatpan
|
6359ec687d
|
avx512 self feel support arithmetic_self op
|
2022-05-26 11:29:32 +08:00 |
limingqi107
|
47fb34d074
|
fix output address double free when output node is repeated in the data sink running
|
2022-05-26 11:23:28 +08:00 |
Xiao Tianci
|
c564e840fb
|
add flatten in flat_map
|
2022-05-26 11:17:32 +08:00 |
i-robot
|
a29344460c
|
!34903 fix 310 test script, finding pacakges in base dir only
Merge pull request !34903 from yanghaoran/master
|
2022-05-26 03:12:00 +00:00 |
greatpan
|
d9ee922e68
|
support avx512 self feel add op
|
2022-05-26 10:28:59 +08:00 |
i-robot
|
56946248bb
|
!34496 add Fills GPU implementation
Merge pull request !34496 from yelihua/dev
|
2022-05-26 02:21:24 +00:00 |
caifubi
|
54d62bcaee
|
Tensor id duplicate
|
2022-05-26 10:06:17 +08:00 |
i-robot
|
2ff018cd49
|
!34951 [MS][MICRO] Support VectLane-0509.onnx network in micro
Merge pull request !34951 from Nizzan/export_nizzan
|
2022-05-26 01:53:53 +00:00 |
i-robot
|
63a345b63d
|
!34923 Enable ClipByNorm grad calculation correct
Merge pull request !34923 from JoyLvliang/fix_accuracy_problem_of_clip_by_norm_grad_calculation
|
2022-05-26 01:51:46 +00:00 |
i-robot
|
e7d9888533
|
!33785 [MSLITE] Support SliceFusion and Crop TensorRT Op
Merge pull request !33785 from zhangyongxian/dev_zhangyongxian_slice
|
2022-05-26 01:44:51 +00:00 |
i-robot
|
8c29eb7457
|
!34855 [MSLITE][CPU] avx512 hardward self feel function, activation op's avx512/avx/sse/neon instructions stripped to separate functions, code refactor
Merge pull request !34855 from Greatpan/avx512_self_feel_refactor
|
2022-05-26 01:35:57 +00:00 |
i-robot
|
07ff4be83a
|
!34932 modify context import mode
Merge pull request !34932 from 冯一航/code_docs_modify_context
|
2022-05-26 01:23:47 +00:00 |
i-robot
|
1e54e390ca
|
!34947 optimize ptq converter time
Merge pull request !34947 from yeyunpeng2020/converter_ptq_time
|
2022-05-26 01:14:49 +00:00 |
i-robot
|
02db428d7e
|
!34884 [AutoParallel]Optimize pipeline parallel memory use
Merge pull request !34884 from lichen/optimize_pipeline_parallel_memory_use
|
2022-05-26 01:13:47 +00:00 |
i-robot
|
557021cdc8
|
!34931 Optimize log for ssl config file
Merge pull request !34931 from ZPaC/optimize-log-for-ssl-config
|
2022-05-26 00:45:50 +00:00 |
Cathy Wong
|
b9396a32b7
|
[MD] Update import transforms statements in dataset UT
|
2022-05-25 19:51:26 -04:00 |
i-robot
|
2bafbd2b34
|
!33428 ApplyAdagradV2 CPU Operator
Merge pull request !33428 from markuskunej/applyAdaGradV2
|
2022-05-25 21:56:41 +00:00 |
i-robot
|
6e66bb2ccd
|
!34839 Fix dimension check threshold
Merge pull request !34839 from zhujingxuan/fix
|
2022-05-25 19:18:45 +00:00 |
i-robot
|
797c21ec6c
|
!34539 [MD] Transform Unification: Phase 1C - Minor Code and UT Updates
Merge pull request !34539 from cathwong/ckw_xtranuni_code3_typecast
|
2022-05-25 18:05:40 +00:00 |
i-robot
|
68197207ab
|
!34433 Fix the code warnings
Merge pull request !34433 from maning202007/fix_codewarnings
|
2022-05-25 15:03:36 +00:00 |
nizzan
|
fc9df6d0ca
|
Micro support in VectLane-0509.onnx network
|
2022-05-25 17:52:41 +03:00 |
huoxinyou
|
0c3ba1c5ea
|
StridedSlice dynamic shape support mask &
ScatterNdUpdate indices support int64 &
Concat Gather support feed mode
|
2022-05-25 22:49:36 +08:00 |
yeyunpeng2020
|
e9e824cd8b
|
optimize ptq converter time
|
2022-05-25 21:11:11 +08:00 |
yanghaoran
|
42306df486
|
!34946 回退 'Pull Request !34741 : [ME] raise only supports some Python standard exception types.'
Merge pull request !34946 from yanghaoran/revert-merge-34741-master
|
2022-05-25 13:01:25 +00:00 |
yanghaoran
|
05b12abbb7
|
回退 'Pull Request !34741 : [ME] raise only supports some Python standard exception types.'
|
2022-05-25 13:00:51 +00:00 |
i-robot
|
28ec3b584a
|
!34743 Fix the Square kernel bug in the phase dynamic memory reuse.
Merge pull request !34743 from liqiliang/fix-square
|
2022-05-25 10:53:05 +00:00 |
i-robot
|
a07e517086
|
!34929 Fix memory error in SliceGrad
Merge pull request !34929 from xiaotianci/fix_slice_grad
|
2022-05-25 10:47:00 +00:00 |
yelihua
|
79316f6caf
|
add GPU impl for Fills and testcase
|
2022-05-25 18:29:10 +08:00 |
yanghaoran
|
7091d8ce4d
|
!34941 回退 'Pull Request !34836 : optimize ptq converter time'
Merge pull request !34941 from yanghaoran/revert-merge-34836-master
|
2022-05-25 10:14:59 +00:00 |
yanghaoran
|
3fd241a5c1
|
回退 'Pull Request !34836 : optimize ptq converter time'
|
2022-05-25 10:14:21 +00:00 |
i-robot
|
d7572adc3a
|
!34825 [MSLITE][BUG] Fix bug of double free.
Merge pull request !34825 from wangshaocong/bugfix_master
|
2022-05-25 09:57:57 +00:00 |
i-robot
|
e17f9290ad
|
!34914 refactor tensor_scatter_arithmetic for gpu backend.
Merge pull request !34914 from zhuzhongrui/pub_master
|
2022-05-25 09:51:02 +00:00 |
lvyufeng
|
708cad7bc3
|
fix docs problems for nn.Threshold
|
2022-05-25 17:38:53 +08:00 |
i-robot
|
f3148dbe6e
|
!34842 add nn.Threshold
Merge pull request !34842 from 吕昱峰(Nate.River)/threshold
|
2022-05-25 09:35:33 +00:00 |
i-robot
|
6bc4ad5bba
|
!34845 ops whitelist amendment after code viewing part2
Merge pull request !34845 from 李林杰/ops_whitelist_amend
|
2022-05-25 09:24:58 +00:00 |
i-robot
|
5dfd613839
|
!34447 Support GPU UniqueConsecutive, and add tensor, functional, primitive
Merge pull request !34447 from huangbingjian/unique_consecutive
|
2022-05-25 09:19:35 +00:00 |
i-robot
|
cd26d2d46e
|
!34781 add st for fallback constant control flow with 330 331 332
Merge pull request !34781 from huanghui/control-for-fallback2
|
2022-05-25 09:19:16 +00:00 |
i-robot
|
f95caf28bd
|
!33761 upgrade Ascend software suite 29 Apr 22
Merge pull request !33761 from yanghaoran/upgrade_ascend_0429
|
2022-05-25 09:17:32 +00:00 |
hezhenhao1
|
3a2343d3c8
|
Add GPU implementation of SparseSegmentMean operator.
|
2022-05-25 17:14:28 +08:00 |
i-robot
|
bc5bb22343
|
!34733 optimizes the documentation of chinese API of ApplyAdagradDA,ApplyAdagradV2,etc
Merge pull request !34733 from zhangfanghe/code_docs_master_11_521
|
2022-05-25 09:12:18 +00:00 |
i-robot
|
62f8ebdf4f
|
!34919 modify resize in SparseAdd
Merge pull request !34919 from YijieChen/sparse_add_dev
|
2022-05-25 09:09:29 +00:00 |
i-robot
|
c3c20055e2
|
!34841 recompute adaption for Dropout in Ascend
Merge pull request !34841 from yuchaojie/unify_ir
|
2022-05-25 09:06:13 +00:00 |
zhangfanghe
|
cbb1367a59
|
optimizes the documentation of chinese API of ApplyAdagradDA,ApplyAdagradV2,etc.
|
2022-05-25 17:00:49 +08:00 |
i-robot
|
974d5d8ad7
|
!34736 Fix set shape of tensor
Merge pull request !34736 from zjun/fix_tensor_data
|
2022-05-25 08:31:38 +00:00 |
7347157+joylvliang@user.noreply.gitee.com
|
e311dbe1ff
|
fix_accuracy_problem_of_clip_by_norm_grad_calculation
|
2022-05-25 16:29:50 +08:00 |
YijieChen
|
918e2e3c47
|
modify resize in SparseAdd
|
2022-05-25 16:14:20 +08:00 |
mahequn123
|
31cf05d7c1
|
Supplement of the sample code to supplement the optimization of the profiler import mode
|
2022-05-25 16:14:00 +08:00 |
fengyihang
|
b9dcb213b7
|
modify_context_import
|
2022-05-25 16:10:03 +08:00 |