|
Halide 22.0.0
Halide compiler and libraries
|
#include <Generator.h>
Static Public Member Functions | |
| template<typename TO2 = TO, std::enable_if_t<!std::is_same_v< TO2, bool > > * = nullptr> | |
| static TO2 | value (const FROM &from) |
| template<typename TO2 = TO, std::enable_if_t< std::is_same_v< TO2, bool > > * = nullptr> | |
| static TO2 | value (const FROM &from) |
Definition at line 493 of file Generator.h.
Definition at line 495 of file Generator.h.
References Halide::cast().
Definition at line 500 of file Generator.h.