Home
last modified time | relevance | path

Searched refs:matmul_with_broadcast (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_low_rank_update.py357 uh_x = linear_operator_util.matmul_with_broadcast(
360 v_d_uh_x = linear_operator_util.matmul_with_broadcast(
364 vh_x = linear_operator_util.matmul_with_broadcast(
367 u_d_vh_x = linear_operator_util.matmul_with_broadcast(u, d_vh_x)
428 vh_linv_rhs = linear_operator_util.matmul_with_broadcast(
438 u_capinv_vh_linv_rhs = linear_operator_util.matmul_with_broadcast(
453 vh_linv_u = linear_operator_util.matmul_with_broadcast(
Dlinear_operator_full_matrix.py179 return linear_operator_util.matmul_with_broadcast(
Dlinear_operator_lower_triangular.py194 return linear_operator_util.matmul_with_broadcast(
Dlinear_operator_util.py227 def matmul_with_broadcast(a, function
Dlinear_operator_test_util.py268 mat_matmul = linear_operator_util.matmul_with_broadcast(
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_util_test.py255 result = linear_operator_util.matmul_with_broadcast(x, y)
273 result = linear_operator_util.matmul_with_broadcast(x, y)
291 result = linear_operator_util.matmul_with_broadcast(
314 result = linear_operator_util.matmul_with_broadcast(
339 linear_operator_util.matmul_with_broadcast(x_ph, y_ph),