Searched defs:is_channels_last_contiguous (Results 1 – 3 of 3) sorted by relevance
90 const SymBool& is_channels_last_contiguous() const { in is_channels_last_contiguous() function
329 def is_channels_last_contiguous(a: Tensor) -> bool: function
2558 def is_channels_last_contiguous(shape, strides): member in Layout