We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tensorflow/tensorflow#13959 just landed so now you wouldn't need all the custom Makefiles and modifications. I also landed powderluv/tensorflow@029ce4e
which will allow you to build with
ANDROID_TYPES="-D__ANDROID_TYPES_FULL" ./tensorflow/contrib/makefile/build_all_ios.sh
The only missing feature now is the selective registration which I will work on next. Hope it helps simplify your example. I found it every useful.
The text was updated successfully, but these errors were encountered:
Here is the PR to support selective registration in master tensorflow/tensorflow#14421
Sorry, something went wrong.
No branches or pull requests
tensorflow/tensorflow#13959 just landed so now you wouldn't need all the custom Makefiles and modifications. I also landed powderluv/tensorflow@029ce4e
which will allow you to build with
ANDROID_TYPES="-D__ANDROID_TYPES_FULL"
./tensorflow/contrib/makefile/build_all_ios.sh
The only missing feature now is the selective registration which I will work on next. Hope it helps simplify your example. I found it every useful.
The text was updated successfully, but these errors were encountered: