Commit Graph

9 Commits

Author SHA1 Message Date
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