Searched refs:mat_x (Results 1 – 2 of 2) sorted by relevance
131 def _iter_body(i, mat_m, mat_x): argument134 math_ops.matmul(mat_x, mat_m_i))
640 mat_x = math_ops.matmul(mat, x, name="Ax")641 x_mat_x = math_ops.matmul(array_ops.transpose(x), mat_x, name="xAx")