Define TORCH_CHECK_WITH_MSG#
Defined in File Exception.h
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__)); \
}
#