Home
last modified time | relevance | path

Searched defs:is_channels_last_contiguous (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DSymbolicShapeMeta.h90 const SymBool& is_channels_last_contiguous() const { in is_channels_last_contiguous() function
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py329 def is_channels_last_contiguous(a: Tensor) -> bool: function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py2558 def is_channels_last_contiguous(shape, strides): member in Layout