设计
模型库
API
API映射
迁移指南
语法支持
环境变量
FAQ
RELEASE NOTES
Tensor是否已经初始化。
样例:
>>> from mindspore import Tensor >>> import numpy as np >>> x = Tensor(np.array([[1, 2], [3, 4]])) >>> output = x.has_init >>> print(output) False