Create a readme file describing what should be in core/platform.
PiperOrigin-RevId: 278403043 Change-Id: Ifa49b2bb9e280335df82cd883dab1956bf6624e2
This commit is contained in:
parent
38cf6e941d
commit
acc15ae822
8
tensorflow/core/platform/README.md
Normal file
8
tensorflow/core/platform/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user