Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javacpp is not able to parse Tensorflow-11.0rc0 headers #135

Closed
Mistobaan opened this issue Oct 11, 2016 · 2 comments
Closed

Javacpp is not able to parse Tensorflow-11.0rc0 headers #135

Mistobaan opened this issue Oct 11, 2016 · 2 comments

Comments

@Mistobaan
Copy link

not sure why. Maybe the decltype() C++ attribute ?

@saudet
Copy link
Member

saudet commented Oct 30, 2016

I've added support for decltype(), but did not need it for TensorFlow 0.11.0rc1. Seems to work just fine:
bytedeco/javacpp-presets@c9cf2a8

Unfortunately, it looks like they've removed the dot.h file you need:

  • dot.h / DotGraph was removed (it was an early analysis tool prior to TensorBoard, no longer that useful). It remains in history should someone find the code useful.

https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md#release-0110

@saudet
Copy link
Member

saudet commented Nov 14, 2016

Support is in version 1.2.5! Thanks for reporting

@saudet saudet closed this as completed Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants