tf.segment_min(data, segment_ids, name=None) Computes the minimum along segments of a tensor. Read
tf.cholesky(input, name=None) Computes the Cholesky decomposition of one or more square matrices. The
tf.minimum(x, y, name=None) Returns the min of x and y (i.e. x < y ? x : y) element-wise. NOTE:
tf.erf(x, name=None) Computes the Gauss error function of x element-wise. Args:
tf.cos(x, name=None) Computes cos of x element-wise. Args:
tf.argmin(input, dimension, name=None) Returns the index with the smallest value across dimensions of a tensor.
tf.complex_abs(x, name=None) Computes the complex absolute value of a tensor. Given a tensor x
tf.add_n(inputs, name=None) Adds all input tensors element-wise. Args:
tf.reduce_prod(input_tensor, reduction_indices=None, keep_dims=False, name=None) Computes the product of elements across dimensions
tf.fft2d(input, name=None) Compute the 2-dimensional discrete Fourier Transform over the inner-most 2
Page 1 of 11