Define _TORCH_WARN_ONCE#
Defined in File Exception.h
Define Documentation#
-
_TORCH_WARN_ONCE(...)
[[maybe_unused]] static const auto C10_ANONYMOUS_VARIABLE( \
torch_warn_once_) = [&] { \
TORCH_WARN(__VA_ARGS__); \
return true; \
}()
#
Defined in File Exception.h
[[maybe_unused]] static const auto C10_ANONYMOUS_VARIABLE( \
torch_warn_once_) = [&] { \
TORCH_WARN(__VA_ARGS__); \
return true; \
}()
#