Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorMethods.cpp37 return this->unsafeGetTensorImpl()->mutable_data_ptr_impl<T>(); \
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h1566 inline T* mutable_data_ptr_impl() { in mutable_data_ptr_impl() function