Commit Graph

2 Commits

Author SHA1 Message Date
XianglongZeng 0f786c2b52 rm experimental descrition for stable api 2025-08-25 20:47:41 +08:00
wutengda 81d86846bc mint, Tensor: add clone op
Introduce a clone operator for mint and Tensor, which can be
called using mint.clone(input) and input.clone(), and returns
a copy of the `input`.

Currently, this operator only supports the ascend platform.
2024-10-24 14:40:54 +08:00