Home
last modified time | relevance | path

Searched refs:matrix_solve_with_broadcast (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_util_test.py200 result = linear_operator_util.matrix_solve_with_broadcast(matrix, rhs)
217 result = linear_operator_util.matrix_solve_with_broadcast(matrix, rhs)
237 result = linear_operator_util.matrix_solve_with_broadcast(matrix_ph, rhs_ph)
254 result = linear_operator_util.matrix_solve_with_broadcast(
271 linear_operator_util.matrix_solve_with_broadcast(matrix_ph, rhs_ph),
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_low_rank_update.py448 capinv_vh_linv_rhs = linear_operator_util.matrix_solve_with_broadcast(
Dlinear_operator_util.py366 def matrix_solve_with_broadcast(matrix, rhs, adjoint=False, name=None): function
Dlinear_operator.py794 return linear_operator_util.matrix_solve_with_broadcast(
Dlinear_operator_test_util.py567 mat_solve = linear_operator_util.matrix_solve_with_broadcast(