tf.keras.backend.cos

View source on GitHub

Computes cos of x element-wise.

Aliases:

tf.keras.backend.cos(x)

Arguments:

  • x: Tensor or variable.

Returns:

A tensor.