tf.keras.backend.floatx

Return the default float type, as a string.

E.g. 'bfloat16', 'float16', 'float32', 'float64'.

String, the current default float type.

Example:

keras.config.floatx()
'float32'