get_data_type 函数功能获取Tensor中的数据类型。 函数原型get_data_type(self) -> np.type 参数说明无 返回值返回Tensor的数据类型。返回的类型为numpy的dtype。 异常处理无 约束说明无 父主题: Tensor类