Searched refs:is_broadcast_compatible (Results 1 – 2 of 2) sorted by relevance
41 self.assertFalse(common_shapes.is_broadcast_compatible(shape1, shape2))42 self.assertFalse(common_shapes.is_broadcast_compatible(shape2, shape1))
562 def is_broadcast_compatible(shape_x, shape_y): function