Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h587 [[noreturn]] void throw_cannot_call_with_symbolic(const char* meth) const;
625 throw_cannot_call_with_symbolic("sizes"); in sizes_default()
706 throw_cannot_call_with_symbolic("numel"); in numel_default()
762 throw_cannot_call_with_symbolic("storage_offset"); in storage_offset_default()
795 throw_cannot_call_with_symbolic("strides"); in strides_default()
H A DTensorImpl.cpp297 void TensorImpl::throw_cannot_call_with_symbolic(const char* meth) const { in throw_cannot_call_with_symbolic() function in c10::TensorImpl