Commit Graph

43532 Commits

Author SHA1 Message Date
Wan Hanyang d16b2c15b1 Add mul softmax net tests 2022-05-06 14:53:30 +08:00
i-robot 8eed87836a
!33899 set dynamic_compile_static to true in reg info of IndexAdd
Merge pull request !33899 from looop5/index_add_npu
2022-05-06 06:49:30 +00:00
i-robot c9c452734e
!33928 [MS][LITE][Develop] fix api doc
Merge pull request !33928 from sunsuodong/code_docs_api
2022-05-06 06:41:46 +00:00
greatpanc 647421a9fe when enable_gl_texture is true, only support gpu mode, and fix some opengl log 2022-05-06 14:36:23 +08:00
ling b525ef2d5b tensor scatter div dosc 2022-05-06 14:22:45 +08:00
Yang Jiao 9a9b3e987a expand adamweightdecay 2022-05-06 14:19:47 +08:00
maoyaomin c4dfe47141 add bessel_y0 and bessel_y1 cpu operator 2022-05-06 14:17:20 +08:00
i-robot 06d4377378
!33501 Split sparse_softmax_cross_entropy_with_logits in front in GE process
Merge pull request !33501 from wuweikang/split_sparse
2022-05-06 06:10:44 +00:00
i-robot 686dd8a3d0
!33833 [MS][LITE]Fix arm64 operator parallelism
Merge pull request !33833 from gongdaguo1/fix_arm64_op_parallel
2022-05-06 06:09:31 +00:00
i-robot 1b01960935
!33923 回退 'Pull Request !33791 : Add gather with softmax parallel tests'
Merge pull request !33923 from suteng/revert-merge-33791-master
2022-05-06 05:42:18 +00:00
i-robot a415fdaa82
!33922 回退 'Pull Request !33790 : Add parallel fused softmax parallel tests'
Merge pull request !33922 from suteng/revert-merge-33790-master
2022-05-06 05:41:12 +00:00
sunsuodong b16544aba1 fix api doc 2022-05-05 21:31:46 -07:00
i-robot 4dd04537f6
!33705 add space to batch nd cpu kernel
Merge pull request !33705 from zichun_ye/op_dev_space_to_batch_nd
2022-05-06 04:17:58 +00:00
huangbingjian 087b9f6750 Modify the printing information of type id 2022-05-06 11:31:44 +08:00
suteng 5c9f240735
回退 'Pull Request !33791 : Add gather with softmax parallel tests' 2022-05-06 03:20:35 +00:00
suteng 9c5d75d416
回退 'Pull Request !33790 : Add parallel fused softmax parallel tests' 2022-05-06 03:20:18 +00:00
i-robot 02f58183c5
!33644 add PSROIPoolingV2 op
Merge pull request !33644 from guozhijian/add_PSROIPoolingV2
2022-05-06 03:11:43 +00:00
limingqi107 8357539635 runtime performance optimizer-add actor optimizer mechanism 2022-05-06 11:04:10 +08:00
liuchuting c9bc54460e Profiler add operator analysis interface. 2022-05-06 11:00:37 +08:00
liqiliang 0692552d2a Improve the error info log when a kernel is not registered. 2022-05-06 10:50:26 +08:00
i-robot b8d85a03eb
!33830 ScatterMax support dynamic shape
Merge pull request !33830 from polyhedral/max
2022-05-06 02:46:41 +00:00
yanzhenxiang2020 04c5a582da use _inner_ops shard instand of array_ops range 2022-05-06 10:36:57 +08:00
i-robot 83e6258107
!33742 fix Scatter op core dump
Merge pull request !33742 from 范吉斌/scatter
2022-05-06 02:22:43 +00:00
zhaizhiqiang 8da17245f2 update resize for dynamic shape 2022-05-06 10:18:17 +08:00
i-robot cc2ea4a6d2
!33733 replace_op_bug_fix
Merge pull request !33733 from yao_yf/replace_op_bug_fix
2022-05-06 01:52:14 +00:00
i-robot 19d9800111
!33902 change log level
Merge pull request !33902 from liubuyu/SBB
2022-05-06 01:45:15 +00:00
i-robot b341370d73
!33890 Provide api to get tensor chunk data and offset
Merge pull request !33890 from hewei/flatten_weights
2022-05-06 01:34:39 +00:00
i-robot 791cd0e237
!33762 quantizer debug add fast mode
Merge pull request !33762 from liyan2022/master
2022-05-06 01:13:29 +00:00
i-robot bf7a3e10d3
!33848 [MSLITE][GPU] fix some phone opencl core dump problem bug.
Merge pull request !33848 from Greatpan/gpu_bugfix
2022-05-06 01:07:21 +00:00
i-robot 8d8866fd0d
!33730 [ME] Add some exception types.
Merge pull request !33730 from Margaret_wangrui/raise_type
2022-05-06 00:53:41 +00:00
i-robot 5b5a1e6b12
!33795 modify SqrtGradKernel add judgment of divide zero
Merge pull request !33795 from ying/master
2022-05-06 00:28:12 +00:00
z00512249 1b67fb1429 refactor lrn for cpu backend. 2022-05-06 07:35:18 +08:00
z00512249 ae52b54432 refactor selu for cpu backend. 2022-05-06 07:32:44 +08:00
z00512249 f33a93ff53 refactor lerp for cpu backend. 2022-05-06 07:32:12 +08:00
z00512249 fe07ad8002 refactor lrn_grad for cpu backend. 2022-05-06 07:23:51 +08:00
Cathy Wong a275b8b267 [MD] Transform Unification Feature - Phase 2C - legacy deprecated Python UT tests 2022-05-05 17:21:27 -04:00
i-robot 0828efe02e
!33811 [MD] Transform Unification Feature - Phase 2B - test_[r-z]*.py Python UT updates
Merge pull request !33811 from cathwong/ckw_xtranuni_phase2b_uts_r_to_z
2022-05-05 18:48:57 +00:00
i-robot cbf44b2790
!33873 refactor mkldnn adapter code for ms cpu backend.
Merge pull request !33873 from zhuzhongrui/pub_master3
2022-05-05 16:03:22 +00:00
Parallels 68d8d9ee78 add collective communication topology node 2022-05-05 23:43:50 +08:00
i-robot 5934e0a7aa
!33855 fix cpu kernel implicit data type cast bug for new backend codes
Merge pull request !33855 from zhuzhongrui/pub_master
2022-05-05 14:04:34 +00:00
i-robot fddb926dd5
!33807 [MD] Transform Unification Feature - Phase 2A - test_[a-q]*.py Python UT Updates
Merge pull request !33807 from cathwong/ckw_xtranuni_phase2a_uts
2022-05-05 12:43:58 +00:00
ckey_Dou 554d98ee3f support dynamic shape runing for StridedSlice when max/min shape is
unkonw
2022-05-05 20:42:45 +08:00
LaiYongqiang 33f112947c remove SetOperatorInfo from device context 2022-05-05 20:41:23 +08:00
looop5 b634172bf1 set dynamic_compile_static to true in reg info of IndexAdd 2022-05-05 20:31:30 +08:00
lby 3a7a1b9eb8 log level 2022-05-05 20:22:31 +08:00
yefeng 2465a2aba0 fix bug 2022-05-05 20:05:28 +08:00
zhangzhaoju 59f40a8d71 Logg formatter optimize and add anonymization
Add '-' to Regular expression of Path

To Support anonymous path that has '-'

Fix system err of andriod log
2022-05-05 20:00:33 +08:00
luoyang 18c024d1a9 fix dataset sink mode ifelse 2022-05-05 19:55:48 +08:00
wuweikang 668802d072 split sparse_softmax_cross_entropy_with_logits 2022-05-05 19:48:57 +08:00
He Wei fa2646a3ef Provide api to get tensor chunk data and offset 2022-05-05 19:31:58 +08:00