sail.TensorPTRWithName _________________________ 带有名称的Tensor get_name >>>>>>>>>>>>>> 获取Tensor的名称 **接口形式:** .. code-block:: python def get_name(self) -> str **返回值说明:** 返回Tensor的名称。 get_data >>>>>>>>>>>>>> 获取Tensor **接口形式:** .. code-block:: python def get_data(self) -> Tensor **返回值说明:** 返回Tensor