tfr.keras.utils.inverse

Computes the inverse of input rank.

rank A Tensor or anything that can be converted to a tensor using tf.convert_to_tensor.

A Tensor that has each input element transformed as x to 1/x.