Home
last modified time | relevance | path

Searched refs:__dispatch_contiguous (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/docs/cpp/source/notes/
Dmaybe_owned.rst36 return c10::MaybeOwned<Tensor>::owned(__dispatch_contiguous(memory_format));
43 ``__dispatch_contiguous()`` is freshly created, and borrowing a reference would
/external/pytorch/aten/src/ATen/core/
DTensorBase.h129 return __dispatch_contiguous(memory_format);
920 TensorBase __dispatch_contiguous(c10::MemoryFormat) const;
1023 return c10::MaybeOwned<TensorBase>::owned(__dispatch_contiguous(memory_format));
DTensor.cpp24 TensorBase TensorBase::__dispatch_contiguous(c10::MemoryFormat memory_format) const { in __dispatch_contiguous() function in at::TensorBase
/external/pytorch/aten/src/ATen/templates/
DTensorBody.h750 return c10::MaybeOwned<Tensor>::owned(__dispatch_contiguous(memory_format));