LostTech.TensorFlow : API Documentation

Type linear_operator_util

Namespace tensorflow.python.ops.linalg.linear_operator_util

Methods

Properties

Public static methods

object assert_compatible_matrix_dimensions(LinearOperator operator, object x)

object assert_compatible_matrix_dimensions_dyn(object operator, object x)

void assert_is_batch_matrix(LinearOperator tensor)

void assert_is_batch_matrix(ValueTuple<PythonClassContainer, PythonClassContainer> tensor)

void assert_is_batch_matrix(IndexedSlices tensor)

void assert_is_batch_matrix(IGraphNodeBase tensor)

object assert_is_batch_matrix_dyn(object tensor)

object assert_no_entries_with_modulus_zero(object x, string message, string name)

object assert_no_entries_with_modulus_zero(IGraphNodeBase x, string message, string name)

object assert_no_entries_with_modulus_zero(ndarray x, string message, string name)

object assert_no_entries_with_modulus_zero_dyn(object x, object message, ImplicitContainer<T> name)

void assert_not_ref_type(object x, string arg_name)

object assert_not_ref_type_dyn(object x, object arg_name)

object assert_zero_imag_part(IGraphNodeBase x, string message, string name)

object assert_zero_imag_part(object x, string message, string name)

object assert_zero_imag_part(ndarray x, string message, string name)

object assert_zero_imag_part_dyn(object x, object message, ImplicitContainer<T> name)

object base_dtype(PythonClassContainer dtype)

object base_dtype(DType dtype)

object base_dtype(dtype dtype)

object base_dtype_dyn(object dtype)

object broadcast_matrix_batch_dims(object batch_matrices, string name)

object broadcast_matrix_batch_dims(IEnumerable<object> batch_matrices, string name)

object broadcast_matrix_batch_dims_dyn(object batch_matrices, object name)

Tensor cholesky_solve_with_broadcast(IGraphNodeBase chol, LinearOperator rhs, string name)

Tensor cholesky_solve_with_broadcast(IGraphNodeBase chol, IGraphNodeBase rhs, string name)

object cholesky_solve_with_broadcast_dyn(object chol, object rhs, object name)

object convert_nonref_to_tensor(object value, DType dtype, object dtype_hint, string name)

object convert_nonref_to_tensor_dyn(object value, object dtype, object dtype_hint, object name)

string dtype_name(dtype dtype)

string dtype_name(DType dtype)

string dtype_name(PythonClassContainer dtype)

object dtype_name_dyn(object dtype)

bool is_ref(double x)

bool is_ref(object x)

bool is_ref(IGraphNodeBase x)

bool is_ref(int x)

bool is_ref(TensorShape x)

bool is_ref(Dimension x)

bool is_ref(IEnumerable<double> x)

bool is_ref(ndarray x)

bool is_ref(float32 x)

object is_ref_dyn(object x)

object matrix_solve_with_broadcast(IGraphNodeBase matrix, LinearOperator rhs, bool adjoint, string name)

object matrix_solve_with_broadcast(IGraphNodeBase matrix, IGraphNodeBase rhs, bool adjoint, string name)

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

object matrix_triangular_solve_with_broadcast(IGraphNodeBase matrix, IGraphNodeBase rhs, bool lower, bool adjoint, string name)

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

Tensor shape_tensor(object shape, string name)

object shape_tensor_dyn(object shape, object name)

Nullable<bool> use_operator_or_provided_hint_unless_contradicting(LinearOperator operator, string hint_attr_name, Nullable<bool> provided_hint_value, string message)

object use_operator_or_provided_hint_unless_contradicting_dyn(object operator, object hint_attr_name, object provided_hint_value, object message)

Public properties

PythonFunctionContainer assert_compatible_matrix_dimensions_fn get;

PythonFunctionContainer assert_is_batch_matrix_fn get;

PythonFunctionContainer assert_no_entries_with_modulus_zero_fn get;

PythonFunctionContainer assert_not_ref_type_fn get;

PythonFunctionContainer assert_zero_imag_part_fn get;

PythonFunctionContainer base_dtype_fn get;

PythonFunctionContainer broadcast_matrix_batch_dims_fn get;

PythonFunctionContainer cholesky_solve_with_broadcast_fn get;

PythonFunctionContainer convert_nonref_to_tensor_fn get;

PythonFunctionContainer dtype_name_fn get;

PythonFunctionContainer is_ref_fn get;

PythonFunctionContainer matrix_solve_with_broadcast_fn get;

PythonFunctionContainer matrix_triangular_solve_with_broadcast_fn get;

PythonFunctionContainer shape_tensor_fn get;

PythonFunctionContainer use_operator_or_provided_hint_unless_contradicting_fn get;