migueldeicaza / TensorFlowSharp

TensorFlow API for .NET languages
MIT License
3.14k stars 578 forks source link

Build TensorFlowSharp for iOS #488

Open SestoAle opened 4 years ago

SestoAle commented 4 years ago

Hi,

I'm not an expert on building dll libraries, but I need to compile TensorFlowSharp for iOS for a Unity project: time ago Unity provided a dll for iOS, but it is an old version and I need the latest dll.

Can someone help me to understand how can I compile this library for iOS?

Thanks!