Shortcuts

Template Function c10::overflows(From, bool)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “c10::overflows” with arguments (From, bool) in doxygen xml output for project “PyTorch” from directory: /var/lib/jenkins/workspace/docs/cpp/build/xml. Potential matches:

- template<typename To, typename From> std::enable_if_t<is_complex<From>::value, bool> overflows(From f, bool strict_unsigned = false)
- template<typename To, typename From> std::enable_if_t<std::is_floating_point_v<From>, bool> overflows(From f, bool strict_unsigned = false)
- template<typename To, typename From> std::enable_if_t<std::is_integral_v<From> && !std::is_same_v<From, bool>, bool> overflows(From f, bool strict_unsigned = false)
- template<typename To, typename From> std::enable_if_t<std::is_same_v<From, bool>, bool> overflows(From, bool strict_unsigned = false)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources