tf.ifft(input, name=None) Compute the inverse 1-dimensional discrete Fourier Transform over the inner-most
tf.fft3d(input, name=None) Compute the 3-dimensional discrete Fourier Transform over the inner-most 3 dimensions
tf.betainc(a, b, x, name=None) Compute the regularized incomplete beta integral \(I_x(a, b)\). The
tf.igammac(a, x, name=None) Compute the upper regularized incomplete Gamma function Q(a, x). The
tf.ifft3d(input, name=None) Compute the inverse 3-dimensional discrete Fourier Transform over the inner-most 3
tf.inv(x, name=None) Computes the reciprocal of x element-wise. I.e., \(y = 1 / x\).
tf.edit_distance(hypothesis, truth, normalize=True, name='edit_distance') Computes the Levenshtein distance between sequences
tf.trace(x, name=None) Compute the trace of a tensor x. trace(x) returns
tf.diag_part(input, name=None) Returns the diagonal part of the tensor. This operation returns
tf.unique(x, out_idx=None, name=None) Finds unique elements in a 1-D tensor. This operation returns
Page 3 of 11