Searched refs:throw_cannot_call_with_symbolic (Results 1 – 2 of 2) sorted by relevance
587 [[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()
297 void TensorImpl::throw_cannot_call_with_symbolic(const char* meth) const { in throw_cannot_call_with_symbolic() function in c10::TensorImpl