tf.erf(x, name=None) Computes the Gauss error function of x element-wise. Args:
tf.imag(input, name=None) Returns the imaginary part of a complex number. Given a tensor input
tf.add_n(inputs, name=None) Adds all input tensors element-wise. Args:
tf.cholesky(input, name=None) Computes the Cholesky decomposition of one or more square matrices. The
tf.complex_abs(x, name=None) Computes the complex absolute value of a tensor. Given a tensor x
tf.where(input, name=None) Returns locations of true values in a boolean tensor. This operation
tf.segment_min(data, segment_ids, name=None) Computes the minimum along segments of a tensor. Read
tf.transpose(a, perm=None, name='transpose') Transposes a. Permutes the dimensions according to perm
tf.pow(x, y, name=None) Computes the power of one value to another. Given a tensor x
tf.cos(x, name=None) Computes cos of x element-wise. Args:
Page 1 of 11