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

tf.squared_difference(x, y, name=None) Returns (x - y)(x - y) element-wise. NOTE:

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

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

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

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

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