Halide
14.0.0
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 2120 of file Generator.h.
|
protected |
Definition at line 2125 of file Generator.h.
|
protected |
Definition at line 2131 of file Generator.h.
|
inlineexplicit |
Definition at line 2141 of file Generator.h.
|
inlineexplicit |
Definition at line 2145 of file Generator.h.
|
inlineexplicit |
Definition at line 2149 of file Generator.h.
|
inlineexplicit |
Definition at line 2153 of file Generator.h.
|
inlineexplicit |
Definition at line 2158 of file Generator.h.
|
inlineexplicit |
Definition at line 2163 of file Generator.h.
|
inlineexplicit |
Definition at line 2167 of file Generator.h.
|
inlineexplicit |
Definition at line 2172 of file Generator.h.
|
inlineexplicit |
Definition at line 2176 of file Generator.h.
|
inlineexplicit |
Definition at line 2180 of file Generator.h.
|
inlineexplicit |
Definition at line 2186 of file Generator.h.
|
inlineexplicit |
Definition at line 2190 of file Generator.h.