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

tf.ceil(x, name=None) Returns element-wise smallest integer in not less than x. Args:

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

tf.unsorted_segment_sum(data, segment_ids, num_segments, name=None) Computes the sum along segments of a tensor.

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

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

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

tf.neg(x, name=None) Computes numerical negative value element-wise. I.e., (y = -x).

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.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.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.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