Rate this Page

Define TORCH_CHECK_WITH_MSG#

Define Documentation#

TORCH_CHECK_WITH_MSG(error_t, cond, type, ...)   if (C10_UNLIKELY_OR_CONST(!(cond))) {                                 \     C10_THROW_ERROR(error_t, TORCH_CHECK_MSG

(cond, type, __VA_ARGS__)); \

}

#