[ 仅 API 调用方式不一致 ]torch.Tensor.crow_indices
torch.Tensor.crow_indices
torch.Tensor.crow_indices()
转写示例
# PyTorch 写法
result = a.crow_indices()
# Paddle 写法
result = a.crows()

torch.Tensor.crow_indices()
# PyTorch 写法
result = a.crow_indices()
# Paddle 写法
result = a.crows()