You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TomMelt Thinks the interface for dtype is a good idea - keep this and expand the types interface in a PR.
Discussion that torch_tensor_from_array is perhaps not best as a simplified torch_tensor_from_blob:
Instead should it perhaps also abstract array the shapes from the user and be written to accept Fortran objects
we can then infer shapes, strides, rank etc.
We need to decide if it is best to:
torch_tensor_to_array()
If the latter then interface needs expanding beyond the current 'float' and 'double'.
I can see an argument for the former, however, as it
Discussion appreciated, then we need to reach a decision and triage:
The text was updated successfully, but these errors were encountered: