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
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
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".