merge tensorflow-base and libtensorflow_cc?
njzjz opened this issue · 1 comments
njzjz commented
Comment:
In TensorFlow 2.12.0 (tensorflow/tensorflow#55941), libtensorflow_cc.so
(TF C++ library) will be a part of the TF python library, shown as follows:
other python bindings --------------------------------|
| |
V |
pywrap_tensorflow_internal.so |
| |-- TF Python Library
V |
libtensorflow_cc.so -------------| |
| |--- TF C++ library |
V | |
libtensorflow_framework.so ------|--------------------|
I wonder if we should merge tensorflow-base
and libtensorflow_cc
on conda-forge to reduce the total package size.