Overload assignment of Fortran array to a tensor #243
Labels
autograd
Tasks towards the online training / automatic differentiation feature
enhancement
New feature or request
It'd be convenient to overload
array = tensor
to applytorch_tensor_to_array
.Related to #242, this would mean that if the user wanted to interact with a quantity that had become a tensor because of some overloaded operators, they could use it as if it were a Fortran array.
The text was updated successfully, but these errors were encountered: