keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 115 forks source link

Add a docstring for compile #838

Closed mattdangerw closed 1 year ago

mattdangerw commented 1 year ago

Just noticed we are missing a compile docstring. Probably good to add.

Adapter from tf.keras with a few changes.