LostTech.TensorFlow : API Documentation

Type registrations_util

Namespace tensorflow.python.ops.linalg.registrations_util

Public static methods

Nullable<bool> combined_commuting_positive_definite_hint(object operator_a, object operator_b)

object combined_commuting_positive_definite_hint_dyn(object operator_a, object operator_b)

Nullable<bool> combined_commuting_self_adjoint_hint(object operator_a, object operator_b)

object combined_commuting_self_adjoint_hint_dyn(object operator_a, object operator_b)

bool combined_non_singular_hint(object operator_a, object operator_b)

object combined_non_singular_hint_dyn(object operator_a, object operator_b)

Nullable<bool> is_square(object operator_a, object operator_b)

object is_square_dyn(object operator_a, object operator_b)

Public properties

PythonFunctionContainer combined_commuting_positive_definite_hint_fn get;

PythonFunctionContainer combined_commuting_self_adjoint_hint_fn get;

PythonFunctionContainer combined_non_singular_hint_fn get;

PythonFunctionContainer is_square_fn get;