TensorFlow 1 version |
Public API for tf.keras.backend namespace.
Functions
clear_session(...)
: Resets all state generated by Keras.
epsilon(...)
: Returns the value of the fuzz factor used in numeric expressions.
floatx(...)
: Returns the default float type, as a string.
get_uid(...)
: Associates a string prefix with an integer counter in a TensorFlow graph.
image_data_format(...)
: Returns the default image data format convention.
is_keras_tensor(...)
: Returns whether x
is a Keras tensor.
reset_uids(...)
: Resets graph identifiers.
rnn(...)
: Iterates over the time dimension of a tensor.
set_epsilon(...)
: Sets the value of the fuzz factor used in numeric expressions.
set_floatx(...)
: Sets the default float type.
set_image_data_format(...)
: Sets the value of the image data format convention.