tf.betainc(a, b, x, name=None) Compute the regularized incomplete beta integral \(I_x(a, b)\). The
tf.sparse_segment_sqrt_n(data, indices, segment_ids, name=None) Computes the sum along sparse segments of a tensor divided by
tf.complex(real, imag, name=None) Converts two real numbers to a complex number. Given a tensor
tf.igammac(a, x, name=None) Compute the upper regularized incomplete Gamma function Q(a, x). The
tf.fft3d(input, name=None) Compute the 3-dimensional discrete Fourier Transform over the inner-most 3 dimensions
tf.mod(x, y, name=None) Returns element-wise remainder of division. NOTE: Mod
tf.sub(x, y, name=None) Returns x - y element-wise. NOTE: Sub supports broadcasting
tf.matrix_diag(diagonal, name=None) Returns a batched diagonal tensor with a given batched diagonal values.
tf.inv(x, name=None) Computes the reciprocal of x element-wise. I.e., \(y = 1 / x\).
tf.matrix_determinant(input, name=None) Computes the determinant of one ore more square matrices. The
Page 4 of 11