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
I've used bindgen with great success for other c-bindings I maintain (couchbase-sys) and I was wondering if it could make sense to migrate tensorflow-sys to it as well (https://crates.io/crates/bindgen). It would allow us with very little effort to pull in the c headers and just generate the low level binding, and stay up to date.