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

tf.erf(x, name=None) Computes the Gauss error function of x element-wise. Args:

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

tf.complex_abs(x, name=None) Computes the complex absolute value of a tensor. Given a tensor x

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

tf.where(input, name=None) Returns locations of true values in a boolean tensor. This operation

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

tf.argmin(input, dimension, name=None) Returns the index with the smallest value across dimensions of a tensor.

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

tf.add_n(inputs, name=None) Adds all input tensors element-wise. Args:

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

tf.cholesky(input, name=None) Computes the Cholesky decomposition of one or more square matrices. The

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

tf.fft2d(input, name=None) Compute the 2-dimensional discrete Fourier Transform over the inner-most 2

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

tf.pow(x, y, name=None) Computes the power of one value to another. Given a tensor x

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

tf.truediv(x, y, name=None) Divides x / y elementwise, always producing floating point results. The

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

tf.reduce_prod(input_tensor, reduction_indices=None, keep_dims=False, name=None) Computes the product of elements across dimensions

2025-01-10 15:47:30