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