Revised CMake rules for SWIG wrapper generation. (#4472)
Instead of generating a separate `python_deps.so` and `_pywrap_tensorflow.so`, we now generate a single `_pywrap_tensorflow.so` containing the entire runtime, like the Bazel build. This simplifies the linkage on other platforms.
Loading
Please sign in to comment