Home
last modified time | relevance | path

Searched refs:assert_compatible_matrix_dimensions (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinear_operator_identity.py365 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, x)
710 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, x)
724 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, rhs)
H A Dlinear_operator_zeros.py310 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, x)
H A Dlinear_operator_util.py218 def assert_compatible_matrix_dimensions(operator, x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinear_operator_util_test.py289 linear_operator_util.assert_compatible_matrix_dimensions(operator, x))
297 linear_operator_util.assert_compatible_matrix_dimensions(operator, x))