| 
| float  | fp32_from_bits (uint32_t w) | 
|   | 
| uint32_t  | fp32_to_bits (float f) | 
|   | 
| uint32_t  | fp16_ieee_to_fp32_bits (uint16_t h) | 
|   | 
| float  | fp16_ieee_to_fp32_value (uint16_t h) | 
|   | 
| uint16_t  | fp16_ieee_from_fp32_value (float f) | 
|   | 
| template<typename... Args>  | 
| decltype(auto)  | torchCheckMsgImpl (const char *, const Args &... args) | 
|   | 
| const char *  | torchCheckMsgImpl (const char *msg) | 
|   | 
| const char *  | torchCheckMsgImpl (const char *, const char *args) | 
|   | 
| void  | torchCheckFail (const char *func, const char *file, uint32_t line, const std::string &msg) | 
|   | 
| void  | torchCheckFail (const char *func, const char *file, uint32_t line, const char *msg) | 
|   | 
| void  | torchInternalAssertFail (const char *func, const char *file, uint32_t line, const char *condMsg, const char *userMsg) | 
|   | 
| void  | torchInternalAssertFail (const char *func, const char *file, uint32_t line, const char *condMsg, ::c10::detail::CompileTimeEmptyString) | 
|   | 
| void  | torchInternalAssertFail (const char *func, const char *file, uint32_t line, const char *condMsg, const std::string &userMsg) | 
|   | 
| void  | deprecated_AT_ERROR () | 
|   | 
| void  | deprecated_AT_ASSERT () | 
|   | 
| void  | deprecated_AT_ASSERTM () | 
|   |