tf.conj()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.conj(x, name=None) Returns the complex conjugate of a complex number. Given a tensor input

2025-01-10 15:47:30
tf.segment_max()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.segment_max(data, segment_ids, name=None) Computes the maximum along segments of a tensor. Read

2025-01-10 15:47:30
tf.svd()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.svd(tensor, compute_uv=True, full_matrices=False, name=None) Computes the singular value decompositions of one or more matrices

2025-01-10 15:47:30
tf.polygamma()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.polygamma(a, x, name=None) Compute the polygamma function \(\psi^{(n)}(x)\). The polygamma

2025-01-10 15:47:30
tf.sign()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.sign(x, name=None) Returns an element-wise indication of the sign of a number. y = sign(x)

2025-01-10 15:47:30
tf.matrix_set_diag()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.matrix_set_diag(input, diagonal, name=None) Returns a batched matrix tensor with new batched diagonal values.

2025-01-10 15:47:30
tf.matrix_triangular_solve()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.matrix_triangular_solve(matrix, rhs, lower=None, adjoint=None, name=None) Solves systems of linear equations with upper or

2025-01-10 15:47:30
tf.cumsum()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.cumsum(x, axis=0, exclusive=False, reverse=False, name=None) Compute the cumulative sum of the tensor x along

2025-01-10 15:47:30
tf.matrix_transpose()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.matrix_transpose(a, name='matrix_transpose') Transposes last two dimensions of tensor a. For

2025-01-10 15:47:30
tf.listdiff()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.listdiff(x, y, out_idx=None, name=None) Computes the difference between two lists of numbers or strings.

2025-01-10 15:47:30