tf.keras.backend.floatx
View source on GitHub |
Returns the default float type, as a string.
tf.keras.backend.floatx()
E.g. 'float16', 'float32', 'float64'.
Returns | |
---|---|
String, the current default float type. |
Example:
keras.backend.floatx() >>> 'float32'
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/keras/backend/floatx