tf.keras.backend.stop_gradient

View source on GitHub

Returns variables but with zero gradient w.r.t. every other variable.

tf.keras.backend.stop_gradient(
    variables
)

Arguments:

Returns:

A single tensor or a list of tensors (depending on the passed argument) that has no gradient with respect to any other variable.