Rate this Page

Define _TORCH_WARN_ONCE#

Define Documentation#

_TORCH_WARN_ONCE(...)

[[maybe_unused]] static const auto C10_ANONYMOUS_VARIABLE( \

torch_warn_once_) = [&] {                              \

TORCH_WARN

(__VA_ARGS__);                                 \

return true;                                             \

}()

#