评价此页

torch.Tensor.apply_#

Tensor.apply_(callable) Tensor#

Applies the function callable to each element in the tensor, replacing each element with the value returned by callable.

注意

This function only works with CPU tensors and should not be used in code sections that require high performance.