| Class | Description |
|---|---|
| BandPart<T> |
Copy a tensor setting everything outside a central band in each innermost matrix
|
| BatchCholesky<T extends Number> | |
| BatchCholeskyGrad<T extends Number> | |
| BatchMatMul<T> |
Multiplies slices of two tensors in batches.
|
| BatchMatMul.Options |
Optional attributes for
BatchMatMul |
| BatchMatrixBandPart<T> | |
| BatchMatrixDeterminant<T> | |
| BatchMatrixDiag<T> | |
| BatchMatrixDiagPart<T> | |
| BatchMatrixInverse<T extends Number> | |
| BatchMatrixInverse.Options |
Optional attributes for
BatchMatrixInverse |
| BatchMatrixSetDiag<T> | |
| BatchMatrixSolve<T extends Number> | |
| BatchMatrixSolve.Options |
Optional attributes for
BatchMatrixSolve |
| BatchMatrixSolveLs<T extends Number> | |
| BatchMatrixSolveLs.Options |
Optional attributes for
BatchMatrixSolveLs |
| BatchMatrixTriangularSolve<T extends Number> | |
| BatchMatrixTriangularSolve.Options |
Optional attributes for
BatchMatrixTriangularSolve |
| BatchSelfAdjointEig<T extends Number> | |
| BatchSelfAdjointEig.Options |
Optional attributes for
BatchSelfAdjointEig |
| BatchSvd<T> | |
| BatchSvd.Options |
Optional attributes for
BatchSvd |
| Cholesky<T> |
Computes the Cholesky decomposition of one or more square matrices.
|
| CholeskyGrad<T extends Number> |
Computes the reverse mode backpropagated gradient of the Cholesky algorithm.
|
| ConjugateTranspose<T> |
Shuffle dimensions of x according to a permutation and conjugate the result.
|
| Cross<T extends Number> |
Compute the pairwise cross product.
|
| Det<T> |
Computes the determinant of one or more square matrices.
|
| Diag<T> |
Returns a batched diagonal tensor with a given batched diagonal values.
|
| DiagPart<T> |
Returns the batched diagonal part of a batched tensor.
|
| Inv<T> |
Computes the inverse of one or more square invertible matrices or their
|
| Inv.Options |
Optional attributes for
Inv |
| LoadAndRemapMatrix |
Loads a 2-D (matrix) `Tensor` with name `old_tensor_name` from the checkpoint
|
| LoadAndRemapMatrix.Options |
Optional attributes for
LoadAndRemapMatrix |
| LogMatrixDeterminant<T> |
Computes the sign and the log of the absolute value of the determinant of
|
| MatMul<T> |
Multiply the matrix "a" by the matrix "b".
|
| MatMul.Options |
Optional attributes for
MatMul |
| MatrixLogarithm<T> |
Computes the matrix logarithm of one or more square matrices:
|
| MatrixSolveLs<T> |
Solves one or more linear least-squares problems.
|
| MatrixSolveLs.Options |
Optional attributes for
MatrixSolveLs |
| Qr<T> |
Computes the QR decompositions of one or more matrices.
|
| Qr.Options |
Optional attributes for
Qr |
| QuantizedMatMul<V> |
Perform a quantized matrix multiplication of `a` by the matrix `b`.
|
| QuantizedMatMul.Options |
Optional attributes for
QuantizedMatMul |
| SelfAdjointEig<T> |
Computes the eigen decomposition of one or more square self-adjoint matrices.
|
| SelfAdjointEig.Options |
Optional attributes for
SelfAdjointEig |
| SetDiag<T> |
Returns a batched matrix tensor with new batched diagonal values.
|
| Solve<T> |
Solves systems of linear equations.
|
| Solve.Options |
Optional attributes for
Solve |
| Sqrtm<T> |
Computes the matrix square root of one or more square matrices:
|
| Svd<T> |
Computes the singular value decompositions of one or more matrices.
|
| Svd.Options |
Optional attributes for
Svd |
| TensorDiag<T> |
Returns a diagonal tensor with a given diagonal values.
|
| TensorDiagPart<T> |
Returns the diagonal part of the tensor.
|
| Transpose<T> |
Shuffle dimensions of x according to a permutation.
|
| TriangularSolve<T> |
Solves systems of linear equations with upper or lower triangular matrices by backsubstitution.
|
| TriangularSolve.Options |
Optional attributes for
TriangularSolve |
Copyright © 2015–2019. All rights reserved.