Create a readme file describing what should be in core/platform.

PiperOrigin-RevId: 278403043
Change-Id: Ifa49b2bb9e280335df82cd883dab1956bf6624e2
This commit is contained in:
Gunhan Gulsoy 2019-11-04 09:55:41 -08:00 committed by TensorFlower Gardener
parent 38cf6e941d
commit acc15ae822

View File

@ -0,0 +1,8 @@
# TensorFlow Base libraries.
This package contains the following libraries:
- Platform dependent libraries that require different implementations
across different OSs or environments.
- STL replacement libraries rest of TensorFlow should depend on.
The libraries in this package are not allowed to have ANY dependencies
to any TensorFlow code outside this package.