tf.exp()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.exp(x, name=None) Computes exponential of x element-wise. \(y = e^x\). Args:

2025-01-10 15:47:30
tf.cross()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.cross(a, b, name=None) Compute the pairwise cross product. a and b

2025-01-10 15:47:30
tf.cumprod()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.cumprod(x, axis=0, exclusive=False, reverse=False, name=None) Compute the cumulative product of the tensor x along

2025-01-10 15:47:30
tf.abs()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.abs(x, name=None) Computes the absolute value of a tensor. Given a tensor of real numbers x

2025-01-10 15:47:30
tf.listdiff()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.listdiff(x, y, out_idx=None, name=None) Computes the difference between two lists of numbers or strings.

2025-01-10 15:47:30
tf.svd()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.svd(tensor, compute_uv=True, full_matrices=False, name=None) Computes the singular value decompositions of one or more matrices

2025-01-10 15:47:30
tf.tan()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.tan(x, name=None) Computes tan of x element-wise. Args:

2025-01-10 15:47:30
tf.neg()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.neg(x, name=None) Computes numerical negative value element-wise. I.e., (y = -x).

2025-01-10 15:47:30
tf.polygamma()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.polygamma(a, x, name=None) Compute the polygamma function \(\psi^{(n)}(x)\). The polygamma

2025-01-10 15:47:30
tf.cumsum()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.cumsum(x, axis=0, exclusive=False, reverse=False, name=None) Compute the cumulative sum of the tensor x along

2025-01-10 15:47:30