torch.sparse.log_softmax¶ torch.sparse.log_softmax(input, dim, *, dtype=None) → Tensor¶ 应用 softmax 函数,然后取对数。 有关更多详细信息,请参阅 softmax。 参数 input (Tensor) – 输入 dim (int) – 将计算 softmax 的维度。 dtype (torch.dtype,可选) – 返回张量的所需数据类型。如果指定,输入张量将在执行操作之前转换为 dtype。这对防止数据类型溢出很有用。默认值:None