Halide
12.0.1
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 2147 of file Generator.h.
|
protected |
Definition at line 2152 of file Generator.h.
|
protected |
Definition at line 2158 of file Generator.h.
|
inlineexplicit |
Definition at line 2165 of file Generator.h.
|
inline |
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 2182 of file Generator.h.
|
inline |
Definition at line 2187 of file Generator.h.
|
inline |
Definition at line 2191 of file Generator.h.
|
inline |
Definition at line 2196 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 2210 of file Generator.h.
|
inline |
Definition at line 2214 of file Generator.h.