Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalTensorWrapper.h233 c10::SymInt sym_storage_offset_custom() const override;
H A DFunctionalTensorWrapper.cpp514 c10::SymInt FunctionalTensorWrapper::sym_storage_offset_custom() const { in sym_storage_offset_custom() function in at::FunctionalTensorWrapper
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h755 return sym_storage_offset_custom(); in sym_storage_offset()
997 virtual c10::SymInt sym_storage_offset_custom() const;
H A DTensorImpl.cpp424 c10::SymInt TensorImpl::sym_storage_offset_custom() const { in sym_storage_offset_custom() function in c10::TensorImpl