Python - tensorflow.raw_ops.Cos()
TensorFlow is open-source python library designed by Google to develop Machine Learning models and deep learning neural networks. TensorFlow raw_ops provides low level access to all TensorFlow operations. Cos() is used to find element wise cosine of x. Syntax: tf.raw_ops.Cos(x, name) Parameters: x: