Searched refs:reshape_inv (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_util.py | 318 a, b, reshape_inv, still_need_to_transpose = _reshape_for_efficiency( 339 return reshape_inv(a_times_b) 349 matrix, rhs, reshape_inv, still_need_to_transpose = _reshape_for_efficiency( 358 return reshape_inv(solution) 392 matrix, rhs, reshape_inv, still_need_to_transpose = _reshape_for_efficiency( 409 return reshape_inv(solution) 493 def reshape_inv(y): function 503 return a, b_squashed_end, reshape_inv, still_need_to_transpose
|