LostTech.TensorFlow : API Documentation

Type gen_linalg_ops

Namespace tensorflow.python.ops.gen_linalg_ops

Methods

Properties

Public static methods

Tensor batch_cholesky(IGraphNodeBase input, string name)

object batch_cholesky_dyn(object input, object name)

object batch_cholesky_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_cholesky_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_cholesky_grad(IGraphNodeBase l, IGraphNodeBase grad, string name)

object batch_cholesky_grad_dyn(object l, object grad, object name)

object batch_cholesky_grad_eager_fallback(IGraphNodeBase l, IGraphNodeBase grad, string name, Context ctx)

object batch_cholesky_grad_eager_fallback_dyn(object l, object grad, object name, object ctx)

Tensor batch_matrix_determinant(IGraphNodeBase input, string name)

object batch_matrix_determinant_dyn(object input, object name)

object batch_matrix_determinant_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_matrix_determinant_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_matrix_inverse(IGraphNodeBase input, bool adjoint, string name)

object batch_matrix_inverse_dyn(object input, ImplicitContainer<T> adjoint, object name)

object batch_matrix_inverse_eager_fallback(IGraphNodeBase input, bool adjoint, string name, Context ctx)

object batch_matrix_inverse_eager_fallback_dyn(object input, ImplicitContainer<T> adjoint, object name, object ctx)

Tensor batch_matrix_solve(IGraphNodeBase matrix, IGraphNodeBase rhs, bool adjoint, string name)

object batch_matrix_solve_dyn(object matrix, object rhs, ImplicitContainer<T> adjoint, object name)

object batch_matrix_solve_eager_fallback(IGraphNodeBase matrix, IGraphNodeBase rhs, bool adjoint, string name, Context ctx)

object batch_matrix_solve_eager_fallback_dyn(object matrix, object rhs, ImplicitContainer<T> adjoint, object name, object ctx)

Tensor batch_matrix_solve_ls(IGraphNodeBase matrix, IGraphNodeBase rhs, IGraphNodeBase l2_regularizer, bool fast, string name)

object batch_matrix_solve_ls_dyn(object matrix, object rhs, object l2_regularizer, ImplicitContainer<T> fast, object name)

object batch_matrix_solve_ls_eager_fallback(IGraphNodeBase matrix, IGraphNodeBase rhs, IGraphNodeBase l2_regularizer, bool fast, string name, Context ctx)

object batch_matrix_solve_ls_eager_fallback_dyn(object matrix, object rhs, object l2_regularizer, ImplicitContainer<T> fast, object name, object ctx)

Tensor batch_matrix_triangular_solve(IGraphNodeBase matrix, IGraphNodeBase rhs, bool lower, bool adjoint, string name)

object batch_matrix_triangular_solve_dyn(object matrix, object rhs, ImplicitContainer<T> lower, ImplicitContainer<T> adjoint, object name)

object batch_matrix_triangular_solve_eager_fallback(IGraphNodeBase matrix, IGraphNodeBase rhs, bool lower, bool adjoint, string name, Context ctx)

object batch_matrix_triangular_solve_eager_fallback_dyn(object matrix, object rhs, ImplicitContainer<T> lower, ImplicitContainer<T> adjoint, object name, object ctx)

Tensor batch_self_adjoint_eig(IGraphNodeBase input, string name)

object batch_self_adjoint_eig_dyn(object input, object name)

object batch_self_adjoint_eig_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_self_adjoint_eig_eager_fallback_dyn(object input, object name, object ctx)

object batch_self_adjoint_eig_v2(IGraphNodeBase input, bool compute_v, string name)

object batch_self_adjoint_eig_v2_dyn(object input, ImplicitContainer<T> compute_v, object name)

object batch_self_adjoint_eig_v2_eager_fallback(IGraphNodeBase input, bool compute_v, string name, Context ctx)

object batch_self_adjoint_eig_v2_eager_fallback_dyn(object input, ImplicitContainer<T> compute_v, object name, object ctx)

object batch_svd(IGraphNodeBase input, bool compute_uv, bool full_matrices, string name)

object batch_svd_dyn(object input, ImplicitContainer<T> compute_uv, ImplicitContainer<T> full_matrices, object name)

object batch_svd_eager_fallback(IGraphNodeBase input, bool compute_uv, bool full_matrices, string name, Context ctx)

object batch_svd_eager_fallback_dyn(object input, ImplicitContainer<T> compute_uv, ImplicitContainer<T> full_matrices, object name, object ctx)

object cholesky_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object cholesky_eager_fallback_dyn(object input, object name, object ctx)

Tensor cholesky_grad(IGraphNodeBase l, IGraphNodeBase grad, string name)

object cholesky_grad_dyn(object l, object grad, object name)

object cholesky_grad_eager_fallback(IGraphNodeBase l, IGraphNodeBase grad, string name, Context ctx)

object cholesky_grad_eager_fallback_dyn(object l, object grad, object name, object ctx)

Tensor einsum(IEnumerable<IGraphNodeBase> inputs, string equation, string name)

Tensor einsum(ValueTuple<string, object, object> inputs, string equation, string name)

object einsum_dyn(object inputs, object equation, object name)

object einsum_eager_fallback(IEnumerable<IGraphNodeBase> inputs, Byte[] equation, string name, Context ctx)

object einsum_eager_fallback(ValueTuple<string, object, object> inputs, Byte[] equation, string name, Context ctx)

object einsum_eager_fallback(IEnumerable<IGraphNodeBase> inputs, string equation, string name, Context ctx)

object einsum_eager_fallback(ValueTuple<string, object, object> inputs, string equation, string name, Context ctx)

object einsum_eager_fallback_dyn(object inputs, object equation, object name, object ctx)

object log_matrix_determinant_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object log_matrix_determinant_eager_fallback_dyn(object input, object name, object ctx)

object lu_eager_fallback(IGraphNodeBase input, ImplicitContainer<T> output_idx_type, string name, Context ctx)

object lu_eager_fallback_dyn(object input, ImplicitContainer<T> output_idx_type, object name, object ctx)

object matrix_determinant_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object matrix_determinant_eager_fallback_dyn(object input, object name, object ctx)

Tensor matrix_exponential(IGraphNodeBase input, string name)

object matrix_exponential_dyn(object input, object name)

object matrix_exponential_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object matrix_exponential_eager_fallback_dyn(object input, object name, object ctx)

object matrix_inverse_eager_fallback(IGraphNodeBase input, bool adjoint, string name, Context ctx)

object matrix_inverse_eager_fallback_dyn(object input, ImplicitContainer<T> adjoint, object name, object ctx)

object matrix_logarithm_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object matrix_logarithm_eager_fallback_dyn(object input, object name, object ctx)

object matrix_solve_eager_fallback(IGraphNodeBase matrix, IGraphNodeBase rhs, bool adjoint, string name, Context ctx)

object matrix_solve_eager_fallback_dyn(object matrix, object rhs, ImplicitContainer<T> adjoint, object name, object ctx)

Tensor matrix_solve_ls(IGraphNodeBase matrix, IGraphNodeBase rhs, IGraphNodeBase l2_regularizer, bool fast, string name)

object matrix_solve_ls_dyn(object matrix, object rhs, object l2_regularizer, ImplicitContainer<T> fast, object name)

object matrix_solve_ls_eager_fallback(IGraphNodeBase matrix, IGraphNodeBase rhs, IGraphNodeBase l2_regularizer, bool fast, string name, Context ctx)

object matrix_solve_ls_eager_fallback_dyn(object matrix, object rhs, object l2_regularizer, ImplicitContainer<T> fast, object name, object ctx)

object matrix_square_root_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object matrix_square_root_eager_fallback_dyn(object input, object name, object ctx)

object matrix_triangular_solve_eager_fallback(IGraphNodeBase matrix, IGraphNodeBase rhs, bool lower, bool adjoint, string name, Context ctx)

object matrix_triangular_solve_eager_fallback_dyn(object matrix, object rhs, ImplicitContainer<T> lower, ImplicitContainer<T> adjoint, object name, object ctx)

object qr_eager_fallback(IGraphNodeBase input, bool full_matrices, string name, Context ctx)

object qr_eager_fallback_dyn(object input, ImplicitContainer<T> full_matrices, object name, object ctx)

object self_adjoint_eig_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object self_adjoint_eig_eager_fallback_dyn(object input, object name, object ctx)

object self_adjoint_eig_v2(IGraphNodeBase input, bool compute_v, string name)

object self_adjoint_eig_v2_dyn(object input, ImplicitContainer<T> compute_v, object name)

object self_adjoint_eig_v2_eager_fallback(IGraphNodeBase input, bool compute_v, string name, Context ctx)

object self_adjoint_eig_v2_eager_fallback_dyn(object input, ImplicitContainer<T> compute_v, object name, object ctx)

object svd_eager_fallback(IGraphNodeBase input, bool compute_uv, bool full_matrices, string name, Context ctx)

object svd_eager_fallback_dyn(object input, ImplicitContainer<T> compute_uv, ImplicitContainer<T> full_matrices, object name, object ctx)

Tensor tridiagonal_mat_mul(IGraphNodeBase superdiag, IGraphNodeBase maindiag, IGraphNodeBase subdiag, IGraphNodeBase rhs, string name)

object tridiagonal_mat_mul_dyn(object superdiag, object maindiag, object subdiag, object rhs, object name)

object tridiagonal_mat_mul_eager_fallback(IGraphNodeBase superdiag, IGraphNodeBase maindiag, IGraphNodeBase subdiag, IGraphNodeBase rhs, string name, Context ctx)

object tridiagonal_mat_mul_eager_fallback_dyn(object superdiag, object maindiag, object subdiag, object rhs, object name, object ctx)

Tensor tridiagonal_solve(IGraphNodeBase diagonals, IGraphNodeBase rhs, bool partial_pivoting, string name)

object tridiagonal_solve_dyn(object diagonals, object rhs, ImplicitContainer<T> partial_pivoting, object name)

object tridiagonal_solve_eager_fallback(IGraphNodeBase diagonals, IGraphNodeBase rhs, bool partial_pivoting, string name, Context ctx)

object tridiagonal_solve_eager_fallback_dyn(object diagonals, object rhs, ImplicitContainer<T> partial_pivoting, object name, object ctx)

Public properties

PythonFunctionContainer batch_cholesky_eager_fallback_fn get;

PythonFunctionContainer batch_cholesky_fn get;

PythonFunctionContainer batch_cholesky_grad_eager_fallback_fn get;

PythonFunctionContainer batch_cholesky_grad_fn get;

PythonFunctionContainer batch_matrix_determinant_eager_fallback_fn get;

PythonFunctionContainer batch_matrix_determinant_fn get;

PythonFunctionContainer batch_matrix_inverse_eager_fallback_fn get;

PythonFunctionContainer batch_matrix_inverse_fn get;

PythonFunctionContainer batch_matrix_solve_eager_fallback_fn get;

PythonFunctionContainer batch_matrix_solve_fn get;

PythonFunctionContainer batch_matrix_solve_ls_eager_fallback_fn get;

PythonFunctionContainer batch_matrix_solve_ls_fn get;

PythonFunctionContainer batch_matrix_triangular_solve_eager_fallback_fn get;

PythonFunctionContainer batch_matrix_triangular_solve_fn get;

PythonFunctionContainer batch_self_adjoint_eig_eager_fallback_fn get;

PythonFunctionContainer batch_self_adjoint_eig_fn get;

PythonFunctionContainer batch_self_adjoint_eig_v2_eager_fallback_fn get;

PythonFunctionContainer batch_self_adjoint_eig_v2_fn get;

PythonFunctionContainer batch_svd_eager_fallback_fn get;

PythonFunctionContainer batch_svd_fn get;

PythonFunctionContainer cholesky_eager_fallback_fn get;

PythonFunctionContainer cholesky_grad_eager_fallback_fn get;

PythonFunctionContainer cholesky_grad_fn get;

PythonFunctionContainer einsum_eager_fallback_fn get;

PythonFunctionContainer einsum_fn get;

PythonFunctionContainer log_matrix_determinant_eager_fallback_fn get;

PythonFunctionContainer lu_eager_fallback_fn get;

PythonFunctionContainer matrix_determinant_eager_fallback_fn get;

PythonFunctionContainer matrix_exponential_eager_fallback_fn get;

PythonFunctionContainer matrix_exponential_fn get;

PythonFunctionContainer matrix_inverse_eager_fallback_fn get;

PythonFunctionContainer matrix_logarithm_eager_fallback_fn get;

PythonFunctionContainer matrix_solve_eager_fallback_fn get;

PythonFunctionContainer matrix_solve_ls_eager_fallback_fn get;

PythonFunctionContainer matrix_solve_ls_fn get;

PythonFunctionContainer matrix_square_root_eager_fallback_fn get;

PythonFunctionContainer matrix_triangular_solve_eager_fallback_fn get;

PythonFunctionContainer qr_eager_fallback_fn get;

PythonFunctionContainer self_adjoint_eig_eager_fallback_fn get;

PythonFunctionContainer self_adjoint_eig_fn get;

PythonFunctionContainer self_adjoint_eig_v2_eager_fallback_fn get;

PythonFunctionContainer self_adjoint_eig_v2_fn get;

PythonFunctionContainer svd_eager_fallback_fn get;

PythonFunctionContainer tridiagonal_mat_mul_eager_fallback_fn get;

PythonFunctionContainer tridiagonal_mat_mul_fn get;

PythonFunctionContainer tridiagonal_solve_eager_fallback_fn get;

PythonFunctionContainer tridiagonal_solve_fn get;