LostTech.TensorFlow : API Documentation

Type LinearOperatorDerivedClassTest

Namespace tensorflow.python.ops.linalg.linear_operator_test_util

Parent TestCase

Interfaces ILinearOperatorDerivedClassTest

Public instance methods

void assertAC(object x, object y)

object assertAC_dyn(object x, object y)

object assertRaisesError(string msg)

object assertRaisesError_dyn(object msg)

void check_tape_safe(LinearOperator operator, IEnumerable<object> skip_options)

object check_tape_safe_dyn(object operator, object skip_options)

Tensor make_rhs(object operator, object adjoint, bool with_batch)

object make_rhs_dyn(object operator, object adjoint, ImplicitContainer<T> with_batch)

Tensor make_x(object operator, bool adjoint, bool with_batch)

object make_x_dyn(object operator, object adjoint, ImplicitContainer<T> with_batch)

ValueTuple<LinearOperatorIdentity, Tensor> operator_and_matrix(object shapes_info, DType dtype, object use_placeholder, bool ensure_self_adjoint_and_pd)

object operator_and_matrix_dyn(object shapes_info, object dtype, object use_placeholder, ImplicitContainer<T> ensure_self_adjoint_and_pd)

Public static methods

IList<bool> adjoint_arg_options()

object adjoint_arg_options_dyn()

IList<bool> adjoint_options()

object adjoint_options_dyn()

IList<DType> dtypes_to_test()

object dtypes_to_test_dyn()

IList<OperatorShapesInfo> operator_shapes_infos()

object operator_shapes_infos_dyn()

IList<string> skip_these_tests()

object skip_these_tests_dyn()

IList<bool> use_placeholder_options()

object use_placeholder_options_dyn()

Public properties

object assertItemsEqual get; set;

object PythonObject get;