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.unique()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.unique(x, out_idx=None, name=None) Finds unique elements in a 1-D tensor. This operation returns

2025-01-10 15:47:30
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.acos()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.acos(x, name=None) Computes acos of x element-wise. Args:

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

tf.matrix_determinant(input, name=None) Computes the determinant of one ore more square matrices. The

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

tf.igammac(a, x, name=None) Compute the upper regularized incomplete Gamma function Q(a, x). The

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

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

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

tf.trace(x, name=None) Compute the trace of a tensor x. trace(x) returns

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

tf.betainc(a, b, x, name=None) Compute the regularized incomplete beta integral \(I_x(a, b)\). The

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