Returns the default float type, as a string.
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.floatx, tf.compat.v2.keras.backend.floatx
tf.compat.v1.keras.backend.floatx
tf.compat.v2.keras.backend.floatx
tf.keras.backend.floatx()
E.g. 'float16', 'float32', 'float64'.
String, the current default float type.
keras.backend.floatx() >>> 'float32'