Halide 14.0.0
Halide compiler and libraries
|
#include <Util.h>
Static Public Member Functions | |
template<typename FROM , typename TO2 = TO, typename std::enable_if<!std::is_same< TO2, bool >::value >::type * = nullptr> | |
static constexpr TO2 | value (const FROM &from) |
template<typename FROM , typename TO2 = TO, typename std::enable_if< std::is_same< TO2, bool >::value >::type * = nullptr> | |
static constexpr TO2 | value (const FROM &from) |
|
inlinestaticconstexpr |
Definition at line 374 of file Util.h.
Referenced by Halide::Internal::IsRoundtrippable< TO >::value().
|
inlinestaticconstexpr |