tf.keras.backend.floatx

TensorFlow 1 version View source on GitHub

Returns the default float type, as a string.

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

String, the current default float type.

Example:

tf.keras.backend.floatx() 'float32'