Home
last modified time | relevance | path

Searched refs:data_ptr_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorMethods.cpp25 return this->unsafeGetTensorImpl()->data_ptr_impl<T>(); \
31 return this->unsafeGetTensorImpl()->data_ptr_impl<std::remove_const_t<T>>(); \
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h1555 inline const T* data_ptr_impl() const { in data_ptr_impl() function