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
tf.fft3d()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.fft3d(input, name=None) Compute the 3-dimensional discrete Fourier Transform over the inner-most 3 dimensions

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

tf.betainc(a, b, x, name=None) Compute the regularized incomplete beta integral \(I_x(a, b)\). The

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

tf.igammac(a, x, name=None) Compute the upper regularized incomplete Gamma function Q(a, x). The

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

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

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

tf.inv(x, name=None) Computes the reciprocal of x element-wise. I.e., \(y = 1 / x\).

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

tf.edit_distance(hypothesis, truth, normalize=True, name='edit_distance') Computes the Levenshtein distance between sequences

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

tf.trace(x, name=None) Compute the trace of a tensor x. trace(x) returns

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

tf.diag_part(input, name=None) Returns the diagonal part of the tensor. This operation returns

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

tf.unique(x, out_idx=None, name=None) Finds unique elements in a 1-D tensor. This operation returns

2025-01-10 15:47:30