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

tf.mod(x, y, name=None) Returns element-wise remainder of division. NOTE: Mod

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

tf.sub(x, y, name=None) Returns x - y element-wise. NOTE: Sub supports broadcasting

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

tf.cholesky_solve(chol, rhs, name=None) Solves systems of linear eqns A X = RHS, given Cholesky factorizations.

2025-01-10 15:47:30