tf.matrix_band_part(input, num_lower, num_upper, name=None) Copy a tensor setting everything outside a central band in each innermost
tf.igamma(a, x, name=None) Compute the lower regularized incomplete Gamma function Q(a, x). The
tf.ifft2d(input, name=None) Compute the inverse 2-dimensional discrete Fourier Transform over the inner-most 2
tf.cross(a, b, name=None) Compute the pairwise cross product. a and b
tf.zeta(x, q, name=None) Compute the Hurwitz zeta function \(\zeta(x, q)\). The Hurwitz zeta function
tf.log(x, name=None) Computes natural logarithm of x element-wise. I.e., \(y = \log_e x\).
tf.reduce_all(input_tensor, reduction_indices=None, keep_dims=False, name=None) Computes the "logical and" of elements across
tf.lbeta(x, name='lbeta') Computes ln(|Beta(x)|), reducing along the last dimension. Given
tf.matrix_diag_part(input, name=None) Returns the batched diagonal part of a batched tensor. This
tf.round(x, name=None) Rounds the values of a tensor to the nearest integer, element-wise. For
Page 8 of 11