HomeSort by relevance Sort by last modified time
    Searched refs:linear_operator_util (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_util_test.py 27 from tensorflow.python.ops.linalg import linear_operator_util
40 linear_operator_util.assert_zero_imag_part(x, message="ABC123").run()
48 linear_operator_util.assert_zero_imag_part(z, message="ABC123").run()
56 linear_operator_util.assert_zero_imag_part(z, message="ABC123").run()
65 linear_operator_util.assert_no_entries_with_modulus_zero(
74 linear_operator_util.assert_no_entries_with_modulus_zero(
81 linear_operator_util.assert_no_entries_with_modulus_zero(
90 linear_operator_util.assert_no_entries_with_modulus_zero(
98 [], linear_operator_util.broadcast_matrix_batch_dims([]))
102 tensor, = linear_operator_util.broadcast_matrix_batch_dims([arr]
    [all...]
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_lower_triangular.py 28 from tensorflow.python.ops.linalg import linear_operator_util
193 return linear_operator_util.assert_no_entries_with_modulus_zero(
linear_operator_diag.py 28 from tensorflow.python.ops.linalg import linear_operator_util
200 return linear_operator_util.assert_no_entries_with_modulus_zero(
219 return linear_operator_util.assert_zero_imag_part(
linear_operator_identity.py 33 from tensorflow.python.ops.linalg import linear_operator_util
277 self._num_rows = linear_operator_util.shape_tensor(
285 self._batch_shape_arg = linear_operator_util.shape_tensor(
353 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, x)
613 self._num_rows = linear_operator_util.shape_tensor(
657 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, x)
675 aps = linear_operator_util.assert_compatible_matrix_dimensions(self, rhs)
linear_operator.py 33 from tensorflow.python.ops.linalg import linear_operator_util
306 self._cached_shape_tensor = linear_operator_util.shape_tensor(
344 self._cached_batch_shape_tensor = linear_operator_util.shape_tensor(
    [all...]

Completed in 103 milliseconds