Initial support for mixed precision policies.
A tf.keras.mixed_precision.experimental.Policy determines the dtype of layer computations and variables. In this initial implementation, policies only determine layer variable dtypes, and support for determining layer computation dtypes will come later.
Co-authored-by:
James Qin <jamesqin@google.com>
PiperOrigin-RevId: 236010048
Loading
Please sign in to comment