torch.Tensor.sparse_resize_and_clear_¶ Tensor.sparse_resize_and_clear_(size, sparse_dim, dense_dim) → Tensor¶ 从 稀疏张量 self 中移除所有指定的元素,并将 self 调整为所需的大小以及稀疏和密集维度的数量。 参数 size (torch.Size) – 期望大小。 sparse_dim (int) – 稀疏维度的数量 dense_dim (int) – 密集维度的数量