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

tf.matrix_diag(diagonal, name=None) Returns a batched diagonal tensor with a given batched diagonal values.

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

tf.complex(real, imag, name=None) Converts two real numbers to a complex number. Given a tensor

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

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

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

tf.square(x, name=None) Computes square of x element-wise. I.e., (y = x * x = x^2).

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

tf.matrix_solve(matrix, rhs, adjoint=None, name=None) Solves systems of linear equations. Matrix

2025-01-10 15:47:30