Commit Graph

5 Commits

Author SHA1 Message Date
A. Unique TensorFlower
579287b839 Try to fix spacing/formatting in returns section of Keras dataset docs.
For an example of where it's broken, see: https://www.tensorflow.org/api_docs/python/tf/keras/datasets/boston_housing/load_data?hl=en&version=nightly

PiperOrigin-RevId: 292604843
Change-Id: I8425808b211306bf60ff5a58beeedb11c01f7a2f
2020-01-31 14:09:30 -08:00
A. Unique TensorFlower
96c41eeda1 Updates the tf.keras.datasets.* API symbol documentations using the content in https://keras.io/datasets/
PiperOrigin-RevId: 290838140
Change-Id: I3d0ef154ff78ff7bf6c0f3be4d3e818c35b38d46
2020-01-21 15:42:14 -08:00
Michael Case
9088cf61c5 Separate out Keras API generation from TensorFlow.
When moving Keras to a separate repo, we will have to separate the API
generation from the rest of TensorFlow. The generated API files will have
to part of the Keras package, as core TensorFlow will have no way of knowing
which version of the tf.Keras API will be installed.

This CL does a few things...
- Move ALL @tf_export("keras.*") declarations in to keras/ directory.
  See python/keras/ops.py where I had to move lots of these decorators
  out of TensorFlow code.
- Change ALL @tf_export("keras.*") to @keras_export("keras.*"). Doing
  this will allow us to generate the public Keras python __init__.py files
  separately from the rest of the TensorFlow API.
- Add a new api_gen targets to keras/api/BUILD to generate this API.

PiperOrigin-RevId: 226050838
2018-12-18 13:41:44 -08:00
Francois Chollet
f6ead2178d Download tf.keras datasets from GCS and add license information.
PiperOrigin-RevId: 199565413
2018-06-06 18:14:31 -07:00
Pavithra Vijay
609b2ce3fe Move Keras code out of _impl folder and remove API files.
PiperOrigin-RevId: 197097430
2018-05-17 21:40:10 -07:00