Searched defs:is_expandable_to (Results 1 – 2 of 2) sorted by relevance
501 inline bool is_expandable_to( in is_expandable_to() function519 inline bool is_expandable_to(IntArrayRef shape, IntArrayRef desired) { in is_expandable_to() function
1867 def is_expandable_to(shape: ShapeType, desired: ShapeType) -> bool: function