tf.trace(x, name=None) Compute the trace of a tensor x. trace(x) returns
tf.diag(diagonal, name=None) Returns a diagonal tensor with a given diagonal values. Given a
tf.fft(input, name=None) Compute the 1-dimensional discrete Fourier Transform over the inner-most dimension
tf.segment_mean(data, segment_ids, name=None) Computes the mean along segments of a tensor. Read
tf.edit_distance(hypothesis, truth, normalize=True, name='edit_distance') Computes the Levenshtein distance between sequences
tf.scalar_mul(scalar, x) Multiplies a scalar times a Tensor or IndexedSlices object.
tf.cholesky_solve(chol, rhs, name=None) Solves systems of linear eqns A X = RHS, given Cholesky factorizations.
tf.ifft3d(input, name=None) Compute the inverse 3-dimensional discrete Fourier Transform over the inner-most 3
tf.unique(x, out_idx=None, name=None) Finds unique elements in a 1-D tensor. This operation returns
tf.accumulate_n(inputs, shape=None, tensor_dtype=None, name=None) Returns the element-wise sum of a list of tensors.
Page 3 of 11