Searched defs:make_contiguous (Results 1 – 6 of 6) sorted by relevance
2277 pub fn make_contiguous(&mut self) -> &mut [T] { in make_contiguous() method
2263 pub fn make_contiguous(&mut self) -> &mut [T] { in make_contiguous() method
748 def make_contiguous(shape, dtype) -> torch.Tensor: function