Define TORCH_RETHROW#
Defined in File Exception.h
Define Documentation#
-
TORCH_RETHROW(e, ...)
do { \
e.add_context(::c10::str(__VA_ARGS__)); \
throw; \
} while (false)
#
Defined in File Exception.h
do { \
e.add_context(::c10::str(__VA_ARGS__)); \
throw; \
} while (false)
#