tf.complex_abs(x, name=None) Computes the complex absolute value of a tensor. Given a tensor x
tf.truediv(x, y, name=None) Divides x / y elementwise, always producing floating point results. The
tf.where(input, name=None) Returns locations of true values in a boolean tensor. This operation
tf.imag(input, name=None) Returns the imaginary part of a complex number. Given a tensor input
tf.segment_min(data, segment_ids, name=None) Computes the minimum along segments of a tensor. Read
tf.fft2d(input, name=None) Compute the 2-dimensional discrete Fourier Transform over the inner-most 2
tf.transpose(a, perm=None, name='transpose') Transposes a. Permutes the dimensions according to perm
tf.erf(x, name=None) Computes the Gauss error function of x element-wise. Args:
tf.invert_permutation(x, name=None) Computes the inverse permutation of a tensor. This operation
tf.cos(x, name=None) Computes cos of x element-wise. Args:
Page 1 of 11