• इस पेज पर, यह जानकारी उपलब्ध है
  • Returns

tf.keras.backend.floatx

  • इस पेज पर, यह जानकारी उपलब्ध है
  • Returns

Return the default float type, as a string.

Main aliases

tf.keras.config.floatx

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

String, the current default float type.

Example:

keras.config.floatx()
'float32'