Home
last modified time | relevance | path

Searched defs:is_contiguous_custom (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/c10/core/
DUndefinedTensorImpl.cpp15 bool UndefinedTensorImpl::is_contiguous_custom(MemoryFormat format) const { in is_contiguous_custom() function in c10::UndefinedTensorImpl
DTensorImpl.cpp320 bool TensorImpl::is_contiguous_custom(at::MemoryFormat memory_format) const { in is_contiguous_custom() function in c10::TensorImpl
/external/pytorch/aten/src/ATen/native/vulkan/
DVulkanOpaqueTensorImpl.h36 bool is_contiguous_custom(c10::MemoryFormat memory_format) const override { in is_contiguous_custom() function
/external/pytorch/aten/src/ATen/native/metal/
DMetalTensorImpl.h38 bool is_contiguous_custom(c10::MemoryFormat memory_format) const override { in is_contiguous_custom() function
/external/pytorch/aten/src/ATen/
DLegacyBatchedTensorImpl.cpp87 bool BatchedTensorImpl::is_contiguous_custom(at::MemoryFormat memory_format) const { in is_contiguous_custom() function in at::BatchedTensorImpl
DSparseCsrTensorImpl.cpp253 bool SparseCsrTensorImpl::is_contiguous_custom(MemoryFormat) const { in is_contiguous_custom() function in at::SparseCsrTensorImpl
DNestedTensorImpl.cpp274 bool NestedTensorImpl::is_contiguous_custom(MemoryFormat) const { in is_contiguous_custom() function in at::native::NestedTensorImpl
DFunctionalTensorWrapper.cpp502 bool FunctionalTensorWrapper::is_contiguous_custom(at::MemoryFormat memory_format) const { in is_contiguous_custom() function in at::FunctionalTensorWrapper
/external/pytorch/torch/csrc/lazy/core/
Dtensor_impl.cpp205 bool LTCTensorImpl::is_contiguous_custom(c10::MemoryFormat _unused) const { in is_contiguous_custom() function in torch::lazy::LTCTensorImpl
/external/pytorch/aten/src/ATen/functorch/
DBatchedTensorImpl.cpp129 bool BatchedTensorImpl::is_contiguous_custom(at::MemoryFormat memory_format) const { in is_contiguous_custom() function in at::functorch::BatchedTensorImpl