Rate this Page

Define _TORCH_WARN_WITH#

Define Documentation#

_TORCH_WARN_WITH(warning_t, ...)   ::c10::warn(::c10::Warning

(                                \

warning_t(),                                           \

{__func__, __FILE__, static_cast<uint32_t>(__LINE__)}, \

WARNING_MESSAGE_STRING

(__VA_ARGS__),                   \

false));

#