Searched refs:flat_to_check (Results 1 – 1 of 1) sorted by relevance
112 def _compatible_shapes(flat_relaxed, flat_to_check): argument132 if len(flat_relaxed) != len(flat_to_check):134 "%s and %s" % (flat_relaxed, flat_to_check))156 % (flat_relaxed, flat_to_check, relaxed, to_check))159 for relaxed, to_check in zip(flat_relaxed, flat_to_check))1573 flat_to_check=arg_shapes)):