Define TORCH_WARN_ONCE#
Defined in File Exception.h
Define Documentation#
-
TORCH_WARN_ONCE(...) if (::c10::WarningUtils::get_warnAlways()) { \
TORCH_WARN
(__VA_ARGS__); \
} else { \
_TORCH_WARN_ONCE(__VA_ARGS__); \
}
#
Defined in File Exception.h
(__VA_ARGS__); \
} else { \
_TORCH_WARN_ONCE(__VA_ARGS__); \
}
#