sponge.function.get_ndarray

查看源文件
sponge.function.get_ndarray(value: Union[Tensor, Parameter, ndarray, List[float], Tuple[float]], dtype: type = None)[源代码]

获取输入的ndarray类型。

参数:
  • value (Union[Tensor, Parameter, ndarray, List[float], Tuple[float]]) - 输入的值。

  • dtype (type) - 数据类型。默认值: None

返回:

ndarray。把输入转换为ndarray类型并返回。

支持平台:

Ascend GPU CPU