Returns a copy of input
.
Note
This function is differentiable, so gradients will flow back from the result of this operation to input
. To create a tensor without an autograd relationship to input
see detach()
.
In addition, when torch.preserve_format
is used: If the input tensor is dense (i.e., non-overlapping strided), its memory format (including strides) is retained. Otherwise (e.g., a non-dense view like a stepped slice), the output is converted to the dense (contiguous) format.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4