Home
last modified time | relevance | path

Searched defs:is_expandable_to (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/
DExpandUtils.h501 inline bool is_expandable_to( in is_expandable_to() function
519 inline bool is_expandable_to(IntArrayRef shape, IntArrayRef desired) { in is_expandable_to() function
/external/pytorch/torch/_prims_common/
D__init__.py1867 def is_expandable_to(shape: ShapeType, desired: ShapeType) -> bool: function