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

Runtime linkin - eager support #430

Open
coldhearti opened this issue Oct 1, 2024 · 0 comments
Open

Runtime linkin - eager support #430

coldhearti opened this issue Oct 1, 2024 · 0 comments

Comments

@coldhearti
Copy link

Using the "eager" flag simultaneously with the "tensorflow_runtime_linking" flag results in the compilation of the entire tensorflow C api. This is not ideal.

I have compiled an optimized tensorflow for an aarch64 production environment, so runtime linking is what I'm looking for. My project uses the eager API (has worked fine so far). I'm trying to compile the project using target=aarch64_unknown_linux_gnu and features= "eager", "tensorflow_runtime_linking", "ndarray".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant