Home
last modified time | relevance | path

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

/external/pytorch/c10/util/
Dtypeid.h162 [[noreturn]] C10_API void _ThrowRuntimeTypeLogicError(const std::string& msg);
177 _ThrowRuntimeTypeLogicError(
208 _ThrowRuntimeTypeLogicError(
244 _ThrowRuntimeTypeLogicError(
Dtypeid.cpp9 C10_EXPORT void _ThrowRuntimeTypeLogicError(const std::string& msg) { in _ThrowRuntimeTypeLogicError() function