On this page
torch.Tensor.is_contiguous
Tensor.is_contiguous(memory_format=torch.contiguous_format) → bool- 
    
Returns True if
selftensor is contiguous in memory in the order specified by memory format.- Parameters
 - 
      
memory_format (
torch.memory_format, optional) – Specifies memory allocation order. Default:torch.contiguous_format. 
 
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
 https://pytorch.org/docs/2.1/generated/torch.Tensor.is_contiguous.html