Home
last modified time | relevance | path

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

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