tf.keras.backend.stop_gradient

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.stop_gradient

variables Tensor or list of tensors to consider constant with respect to any other variable.

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