Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h1578 throw_data_ptr_access_error(); in data_ptr_impl_impl()
1636 throw_data_ptr_access_error(); in data_impl()
1711 [[noreturn]] void throw_data_ptr_access_error() const;
H A DTensorImpl.cpp311 void TensorImpl::throw_data_ptr_access_error() const { in throw_data_ptr_access_error() function in c10::TensorImpl