Commit Graph

17 Commits

Author SHA1 Message Date
i-robot 4bf3ab00b8
!40461 Enable graph list and tuple function
Merge pull request !40461 from LiangZhibo/list
2022-08-19 08:13:29 +00:00
liangzhibo f75ff85f91 Support list tuple in graph 2022-08-18 11:14:23 +08:00
huangbingjian 57d58163a8 Support string operation in graph mode. 2022-08-18 09:57:30 +08:00
Margaret_wangrui c07e385996 Support the type of the input of built-in function max and min is tensor. 2022-08-10 13:01:52 +08:00
huangbingjian 1686142679 Support all(Tensor),any(Tensor),round(Tensor) in graph mode. 2022-07-28 21:06:20 +08:00
huangbingjian 57b21747a0 Support abs(Tensor) in graph mode 2022-07-25 10:06:34 +08:00
liangzhibo d752505ff8 Fix log for fallback evaluate 2022-06-28 16:48:33 +08:00
liangzhibo 4993d10b17 Enable function in interpret node 2022-06-27 09:13:31 +08:00
liangzhibo 5eeba07b2d Refactor fallback builtin function 2022-06-21 10:17:03 +08:00
liangzhibo 3400487a51 Fallback warning for interpret node 2022-06-10 17:21:42 +08:00
Margaret_wangrui c8a853114c [Fallback][Control_flow] Add control flow fallback testcases. 2022-04-22 11:36:19 +08:00
lianliguang 424c16d116 fix abs(tensor) when tesnor data is a 0-dim number 2022-03-26 14:20:03 +08:00
lianliguang 3d7c56c4cc fix isolate node bug when using fallback interpret node 2022-03-25 16:41:16 +08:00
liangzhibo a3f183bdad Add test case for fallback buildin function with constant tensor 2022-03-11 15:35:29 +08:00
lianliguang d9390afad1 convert MS C++ dtype to MS python 2022-03-10 16:09:34 +08:00
lianliguang f3b1e3291c add jit fallback example 2022-03-09 11:25:03 +08:00
liangzhibo 1a81031d92 Add testcases for fallback python buildin function 2022-03-07 14:20:24 +08:00