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

Ops generated helpers missing from tensorflow #773

Closed
jxtps opened this issue Jul 29, 2019 · 2 comments
Closed

Ops generated helpers missing from tensorflow #773

jxtps opened this issue Jul 29, 2019 · 2 comments
Labels

Comments

@jxtps
Copy link
Contributor

jxtps commented Jul 29, 2019

If I include "org.bytedeco" % "tensorflow-platform" % "1.14.0-1.5.1" I get the following in org.tensorflow.op:

image

However, if I include "org.tensorflow" % "tensorflow" % "1.14.0" I get this:

image

Seems like they ran some preprocessor to generate a bunch of helper classes that make it more convenient to use the various Ops.

@saudet saudet added the bug label Jul 30, 2019
saudet added a commit that referenced this issue Jul 30, 2019
 * Fix JPMS module name for Tesseract (issue #772)
@saudet
Copy link
Member

saudet commented Jul 30, 2019

Fixed! Please give it a try with the snapshots when the builds are done in a few hours:
http://bytedeco.org/builds/

@jxtps
Copy link
Contributor Author

jxtps commented Jul 30, 2019

The Ops are indeed there now, thanks!

@jxtps jxtps closed this as completed Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants