Overloads assignment operator for tensors.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(inout) | :: | output |
Tensor to assign values to |
||
type(torch_tensor), | intent(in) | :: | input |
Tensor whose values are to be used |