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

tf.sparse_segment_mean(data, indices, segment_ids, name=None) Computes the mean along sparse segments of a tensor.

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

tf.reduce_max(input_tensor, reduction_indices=None, keep_dims=False, name=None) Computes the maximum of elements across dimensions

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

tf.diag(diagonal, name=None) Returns a diagonal tensor with a given diagonal values. Given a

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

tf.scalar_mul(scalar, x) Multiplies a scalar times a Tensor or IndexedSlices object.

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

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

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

tf.ifft(input, name=None) Compute the inverse 1-dimensional discrete Fourier Transform over the inner-most

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

tf.real(input, name=None) Returns the real part of a complex number. Given a tensor input

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

tf.digamma(x, name=None) Computes Psi, the derivative of Lgamma (the log of the absolute value of

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

tf.self_adjoint_eigvals(tensor, name=None) Computes the eigenvalues of one or more self-adjoint matrices.

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

tf.matrix_solve(matrix, rhs, adjoint=None, name=None) Solves systems of linear equations. Matrix

2025-01-10 15:47:30