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

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

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

tf.accumulate_n(inputs, shape=None, tensor_dtype=None, name=None) Returns the element-wise sum of a list of tensors.

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

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

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

tf.sparse_segment_sqrt_n(data, indices, segment_ids, name=None) Computes the sum along sparse segments of a tensor divided by

2025-01-10 15:47:30