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

tf.accumulate_n(inputs, shape=None, tensor_dtype=None, name=None) Returns the element-wise sum of a list of tensors.

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

tf.sparse_segment_sqrt_n(data, indices, segment_ids, name=None) Computes the sum along sparse segments of a tensor divided by

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

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

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

tf.floordiv(x, y, name=None) Divides x / y elementwise, rounding down for floating point. The

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

tf.diag_part(input, name=None) Returns the diagonal part of the tensor. This operation returns

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

tf.mul(x, y, name=None) Returns x * y element-wise. NOTE: Mul supports broadcasting

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

tf.div(x, y, name=None) Returns x / y element-wise. NOTE: Div supports broadcasting

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

tf.self_adjoint_eig(tensor, name=None) Computes the eigen decomposition of a batch of self-adjoint matrices.

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

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

2025-01-10 15:47:30