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

tf.invert_permutation(x, name=None) Computes the inverse permutation of a tensor. This operation

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

tf.matrix_inverse(input, adjoint=None, name=None) Computes the inverse of one or more square invertible matrices or their

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

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

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

tf.transpose(a, perm=None, name='transpose') Transposes a. Permutes the dimensions according to perm

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

tf.segment_min(data, segment_ids, name=None) Computes the minimum along segments of a tensor. Read

2025-01-10 15:47:30
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.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.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.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.ifft()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.ifft(input, name=None) Compute the inverse 1-dimensional discrete Fourier Transform over the inner-most

2025-01-10 15:47:30