Commit Graph

14 Commits

Author SHA1 Message Date
i-robot 9b10a29bcb
!47635 [JIT Fallback] Build interpreted node during inferring procedure, not in parser.
Merge pull request !47635 from 张清华/opt_jit_fallback
2023-01-11 06:25:03 +00:00
张清华 521b977927 [JIT Fallback] Build interpreted node during inferring procedure, not in parser. 2023-01-10 13:07:25 +08:00
huangbingjian 43f4dd9408 ListExtend supports list/tuple/Tensor 2023-01-06 09:41:08 +08:00
Zhang Qinghua 28fd43ce1b [JIT Fallback] Supports tensor.asnumpy() functions in construct() for GraphMode. 2022-12-12 13:14:28 +08:00
liangcanli 58a1ca1ef3 moveTests 2022-11-22 10:20:55 +08:00
huangbingjian c17a7ffbbd Replace ms_function with jit 2022-10-29 11:32:53 +08:00
i-robot 42975b14ed
!44618 support operator '@' between tensor and tensor
Merge pull request !44618 from zhouxulin2/matmul
2022-10-28 03:09:46 +00:00
zhouxulin2 86370f12f8 support operator '@' between tensor and tensor 2022-10-27 10:20:28 +08:00
Margaret_wangrui 3f18ca55b5 Support Tensor getitem by a single bool value. 2022-10-22 11:04:59 +08:00
huangbingjian b98fc0021a Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
2022-10-21 10:17:44 +08:00
Margaret_wangrui fb22f97108 The arg of max do not support one tensor with more than one elements. 2022-10-20 10:31:48 +08:00
Margaret_wangrui 20cad687b5 Optimize error information for built-in function exception scenarios. 2022-10-14 15:44:48 +08:00
i-robot dbc9bddf35
!43406 Adjust the location of syntax testcases
Merge pull request !43406 from huangbingjian/adjust_syntax_testcases
2022-10-13 02:51:52 +00:00
huangbingjian 780900ae5f Adjust the location of syntax testcases 2022-10-11 11:27:01 +08:00