tf.asin(x, name=None) Computes asin of x element-wise. Args:
tf.truediv(x, y, name=None) Divides x / y elementwise, always producing floating point results. The
tf.erfc(x, name=None) Computes the complementary error function of x element-wise. Args:
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.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.acos(x, name=None) Computes acos of x element-wise. Args:
Page 2 of 11