torch.Tensor.apply_¶ Tensor.apply_(callable) → Tensor¶ 将函数 callable 应用于张量中的每个元素,用 callable 返回的值替换每个元素。 注意 此函数仅适用于 CPU 张量,不应在需要高性能的代码部分使用。