Cambridge-ICCS / FTorch

A library for directly calling PyTorch ML models from Fortran.
https://cambridge-iccs.github.io/FTorch/
MIT License
48 stars 11 forks source link

Consistency of package names #95

Closed jwallwork23 closed 3 months ago

jwallwork23 commented 3 months ago

Closes #90.

This PR ensures the names PyTorch and TorchScript are used consistently throughout.

It also implements a nice-to-have reordering of the Fortran subroutines so that they are consistent with the C++ functions. (Happy to revert this if it is unwanted.)

jwallwork23 commented 3 months ago

All seems fine to me if you are happy that you got them all ;)

Yep, I think so! Also, I tested the first example and can confirm that I got the expected output.

jatkinson1000 commented 3 months ago

Perfect, I'll merge now. Thanks!