-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Document differences between libtensorflow
& libtensorflow_cc
#172
Comments
One is C library and another one is C++ library. |
Thanks for the quick response... But C++ can use C libraries, so is the C++ lib a superset of the C lib? If not, why? Also, do both contain CUDA? |
C API: C++ API: In fact, TensorFlow's C API is based on the C++ API, but just rewrites the interface. They have the same core. So both of them supports CUDA (built by bazel). |
Cool thanks. Do you see a chance that we could share "the same core" here between the two libraries? As it is, both are pretty heavyweight at 250-300MB, and that sounds like unnecessary duplication. |
Two libraries are defined here: |
I was wondering about this in the context of conda-forge/staged-recipes#16888, and the recipe here doesn't contain much information, IMO.
This part of the recipe predates my involvement, perhapse @njzjz or someone else from @conda-forge/tensorflow who knows can fill in some gaps?
IMO that could just be a comment in the
meta.yaml
, but we can also add something to the package-descriptionsThe text was updated successfully, but these errors were encountered: