![]() |
Returns the default float type, as a string.
Aliases:
tf.keras.backend.floatx()
E.g. 'float16', 'float32', 'float64'.
Returns:
String, the current default float type.
Example:
keras.backend.floatx() >>> 'float32'
![]() |
Returns the default float type, as a string.
tf.keras.backend.floatx()
E.g. 'float16', 'float32', 'float64'.
String, the current default float type.
keras.backend.floatx() >>> 'float32'