Cambridge-ICCS / FTorch

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

assign out_data to null ptr (DO NOT MERGE) #176

Closed TomMelt closed 1 month ago

TomMelt commented 1 month ago

This is a proof of concept that "fixes" an issue seen in PRs #173 and #166 where the autograd test fails.

This is providing an example for PR #175

DO NOT MERGE ME

jatkinson1000 commented 1 month ago

See discussion in #175