设计
模型库
API
API映射
迁移指南
语法支持
环境变量
FAQ
RELEASE NOTES
以储存元素的个数的形式返回Tensor在内存中的偏移量。
int,返回Tensor在内存中的偏移量。
样例:
>>> import mindspore as ms >>> x = ms.Tensor([1, 2, 3, 4, 5], dtype=ms.float32) >>> ret = x.storage_offset() >>> print(ret) 0