Halide
13.0.4
Halide compiler and libraries
|
#include <Generator.h>
Inherits Internal::GeneratorInputImplBase< T >.
Public Member Functions | |
GeneratorInput (const std::string &name) | |
GeneratorInput (const std::string &name, const TBase &def) | |
GeneratorInput (size_t array_size, const std::string &name, const TBase &def) | |
GeneratorInput (const std::string &name, const TBase &def, const TBase &min, const TBase &max) | |
GeneratorInput (size_t array_size, const std::string &name, const TBase &def, const TBase &min, const TBase &max) | |
GeneratorInput (const std::string &name, const Type &t, int d) | |
GeneratorInput (const std::string &name, const Type &t) | |
GeneratorInput (const std::string &name, IntIfNonScalar d) | |
GeneratorInput (size_t array_size, const std::string &name, const Type &t, int d) | |
GeneratorInput (size_t array_size, const std::string &name, const Type &t) | |
GeneratorInput (size_t array_size, const std::string &name, IntIfNonScalar d) | |
GeneratorInput (size_t array_size, const std::string &name) | |
Protected Types | |
using | TBase = typename Super::TBase |
using | IntIfNonScalar = typename Internal::select_type< Internal::cond< Internal::has_static_halide_type_method< TBase >::value, int >, Internal::cond< std::is_same< TBase, Func >::value, int >, Internal::cond< true, Unused > >::type |
Definition at line 2151 of file Generator.h.
|
protected |
Definition at line 2156 of file Generator.h.
|
protected |
Definition at line 2162 of file Generator.h.
|
inlineexplicit |
Definition at line 2169 of file Generator.h.
|
inline |
Definition at line 2173 of file Generator.h.
|
inline |
Definition at line 2177 of file Generator.h.
|
inline |
Definition at line 2181 of file Generator.h.
|
inline |
Definition at line 2186 of file Generator.h.
|
inline |
Definition at line 2191 of file Generator.h.
|
inline |
Definition at line 2195 of file Generator.h.
|
inline |
Definition at line 2200 of file Generator.h.
|
inline |
Definition at line 2204 of file Generator.h.
|
inline |
Definition at line 2208 of file Generator.h.
|
inline |
Definition at line 2214 of file Generator.h.
|
inline |
Definition at line 2218 of file Generator.h.