tensorflow / java

Java bindings for TensorFlow
Apache License 2.0
785 stars 193 forks source link

Exclude TSL linkage to solve Windows build problem #518

Closed karllessard closed 4 months ago

karllessard commented 4 months ago

While we are waiting for a fix to solve the Windows TSL symbols problem, it turns out that the JavaCPP bindings that were generating linkage problem with the C Lib are not being used directly by our Java API. Skipping them allows us now to build TF Java successfully on Windows. See this run:

https://github.com/karllessard/tensorflow-java/actions/runs/7876348680