Commit Graph

178 Commits

Author SHA1 Message Date
i-robot ea0064578b
!41440 change api reg mode
Merge pull request !41440 from chenminmin/master
2022-09-07 06:53:02 +00:00
taipingchangan e20330a889 change api reg mode 2022-09-07 09:07:47 +08:00
i-robot 9fdd01aa72
!41108 add ocr ops
Merge pull request !41108 from xiaoyao/dev_onnx
2022-09-06 06:39:49 +00:00
i-robot 5ce30806c2
!41374 Add attr rename and op type rename for ascend vm op adapter
Merge pull request !41374 from laiyongqiang/op_adapter
2022-09-05 10:43:17 +00:00
xiao_yao1994 9d5f70d97a add op for ocr 2022-09-05 14:51:07 +08:00
LaiYongqiang 03d1165618 add attr rename and op type rename for ascend vm op adapter 2022-09-05 10:18:25 +08:00
greatpan c749dd57a1 conv winograd op refactor 2022-09-03 09:24:04 +08:00
i-robot bd229fcf11
!41056 [MS]Optimize backend
Merge pull request !41056 from 张学同/assert
2022-09-01 01:06:11 +00:00
zhangxuetong fcb0a7057c backend decoupling 2022-08-31 16:11:42 +08:00
liangzhibo 9467cdd520 support bool str function 2022-08-30 10:30:05 +08:00
i-robot 29ccbeedc2
!40916 [MSLITE][CPU] conv im2col op support avx512
Merge pull request !40916 from Greatpan/conv_im2col_avx512
2022-08-29 09:10:29 +00:00
i-robot 1edd58625f
!40834 Fix getattr, hasattr problem.
Merge pull request !40834 from LiangZhibo/null
2022-08-29 02:38:30 +00:00
i-robot ccf3db786c
!40668 move ascend const input to attr pass to unify mindir
Merge pull request !40668 from laiyongqiang/new_pass
2022-08-29 01:25:58 +00:00
greatpan 247e24d8d4 conv im2col support avx512 2022-08-27 17:57:32 +08:00
LaiYongqiang e809917a50 move ascend const input to attr pass to unify mindir 2022-08-27 17:21:00 +08:00
liangzhibo ee7e869106 fix hasattr problem 2022-08-27 14:17:54 +08:00
i-robot e42ce78f04
!40800 [MSLITE][CPU] conv im2col refacor
Merge pull request !40800 from Greatpan/conv_im2col_refactor
2022-08-25 06:51:13 +00:00
greatpan d62ce47942 conv im2col refactor 2022-08-24 17:14:16 +08:00
liangzhibo a89dd30704 support int, float in graph mode 2022-08-23 14:55:03 +08:00
liangzhibo f75ff85f91 Support list tuple in graph 2022-08-18 11:14:23 +08:00
greatpan ebcabfe836 conv sw common simd refactor master 2022-08-10 14:56:11 +08:00
i-robot 0bd3653102
!38543 add transformer dynamic shape in mindspore code
Merge pull request !38543 from zhangdong/trans_dyn
2022-08-05 12:52:56 +00:00
zhangdong 30800bb017 add transformer mindspore fix 2022-08-04 16:41:49 +08:00
greatpanc 6e04760fbd conv 1x1 slidewindows, code refactor 2022-08-04 13:54:33 +08:00
greatpanc d56ce6ff05 winograd op thread cut opt 2022-08-01 09:47:51 +08:00
sunsuodong 9ea489beb3 change runtime to litert 2022-07-30 02:35:17 -07:00
luoyuan f0125d4d78 [MS][LITE] update some ops functional API support 2022-07-27 16:36:31 +08:00
i-robot 4c686602aa
!38106 fix buf of mindir parameter counter
Merge pull request !38106 from lianliguang/master
2022-07-19 01:42:09 +00:00
lianliguang b5a09933a2 fix bug of mindir parameter counter and check if all parameter has been inited in mindir 2022-07-15 17:38:06 +08:00
greatpan 34af663246 matmul big shape case opt 2022-07-15 09:15:10 +08:00
i-robot 6b42609608
!36337 Add Graph and InMemoryGraphDataset for loading graph
Merge pull request !36337 from ms_yan/graph
2022-07-14 11:27:42 +00:00
ms_yan f53b67ed78 add Graph and InMemoryGraphDataset 2022-07-13 22:33:33 +08:00
linqingke 0757f21796 New add gatherd_v2_grad aicpu ops. 2022-07-12 19:11:56 +08:00
yefeng 872ad1f95d python api 2022-07-05 09:35:00 +08:00
ttudu 5adef70624 yolov5 dynamic ops 2022-07-01 10:03:03 +08:00
xiao_yao1994 186e6c4c43 "solve repeat search in FindDestOps's DFS" 2022-06-30 16:14:56 +08:00
i-robot 25fe3dd073
!36340 [MS][LITE]fix unique_with_pad docs
Merge pull request !36340 from gongdaguo1/fix_unique_with_path
2022-06-28 11:46:41 +00:00
lujiale 197f78ca92 add docker for 1.8 2022-06-28 11:02:24 +08:00
chaijun a011326430 fix unique_with_pad docs and add unique_with_pad gpu op 2022-06-28 10:10:42 +08:00
i-robot 2e32daa9e2
!34168 [MS][LITE]support coreml delegate
Merge pull request !34168 from XianglongZeng/coreml_2
2022-06-25 01:47:14 +00:00
XianglongZeng e4fea89333 mindspore support coreml 2022-06-24 11:20:30 +08:00
chaijun 2dea092baf add unique_with_pad functional 2022-06-21 10:00:29 +08:00
lizhenyu ea0fe63c04 graceful exit for embedding cache mode 2022-06-17 14:10:52 +08:00
i-robot 25e924d923
!35896 Fix AdaptiveMaxpool2D op don't support second output.
Merge pull request !35896 from linqingke/adative_maxpool_2d_support_ascend
2022-06-15 01:40:24 +00:00
Lai Yongqiang c1ad42df74 New Device Context 2022-06-14 17:09:47 +08:00
linqingke c2167a5326 fix adaptive_maxpool2d bug. 2022-06-14 14:29:20 +08:00
i-robot aa7e67d1d6
!35633 Error message structure optimization, hierarchical printing
Merge pull request !35633 from wangjunbao/master
2022-06-12 07:54:28 +00:00
lizhenyu f78d645b69 bugfix for embedding cache 2022-06-10 15:02:55 +08:00
wangjunbao d8e7f7aad1 Error message structure optimization, hierarchical printing 2022-06-10 11:20:37 +08:00
Zhang Qinghua ce39353421 Fix GradOperation descripition and support tuple/list for 'get_by_list'. 2022-06-07 14:21:58 +08:00