sponge.function.get_ms_array
- sponge.function.get_ms_array(value: Union[float, int, Tensor, Parameter, ndarray, list, tuple], dtype: type = None)[源代码]
获取输入值的mindspore.Tensor类型
- 参数:
value (Union[float, int, Tensor, Parameter, ndarray, list, tuple]) - 输入值
dtype (type) - 数据类型。默认值:
None
。
- 返回:
Tensor 或 Parameter。数组。
- 支持平台:
Ascend
GPU
CPU