|
| GeneratorInput_Buffer (const std::string &name) |
|
| GeneratorInput_Buffer (const std::string &name, const Type &t, int d) |
|
| GeneratorInput_Buffer (const std::string &name, const Type &t) |
|
| GeneratorInput_Buffer (const std::string &name, int d) |
|
template<typename... Args> |
Expr | operator() (Args &&...args) const |
|
Expr | operator() (std::vector< Expr > args) const |
|
template<typename T2 > |
| operator StubInputBuffer< T2 > () const |
|
| operator Func () const |
|
| operator ExternFuncArgument () const |
|
GeneratorInput_Buffer< T > & | set_estimate (Var var, Expr min, Expr extent) |
|
GeneratorInput_Buffer< T > & | set_estimates (const Region &estimates) |
|
Func | in () |
|
Func | in (const Func &other) |
|
Func | in (const std::vector< Func > &others) |
|
| operator ImageParam () const |
|
template<typename T2 = T, typename std::enable_if< std::is_array< T2 >::value >::type * = nullptr> |
size_t | size () const |
|
template<typename T2 = T, typename std::enable_if< std::is_array< T2 >::value >::type * = nullptr> |
ImageParam | operator[] (size_t i) const |
|
template<typename T2 = T, typename std::enable_if< std::is_array< T2 >::value >::type * = nullptr> |
ImageParam | at (size_t i) const |
|
template<typename T2 = T, typename std::enable_if< std::is_array< T2 >::value >::type * = nullptr> |
std::vector< ImageParam >::const_iterator | begin () const |
|
template<typename T2 = T, typename std::enable_if< std::is_array< T2 >::value >::type * = nullptr> |
std::vector< ImageParam >::const_iterator | end () const |
|
size_t | size () const |
|
const Func & | operator[] (size_t i) const |
|
const Func & | at (size_t i) const |
|
std::vector< Func >::const_iterator | begin () const |
|
std::vector< Func >::const_iterator | end () const |
|
| ~GeneratorInputBase () override |
|
virtual | ~GIOBase ()=default |
|
void | set_type (const Type &type) |
|
void | set_dimensions (int dims) |
|
void | set_array_size (int size) |
|
| GIOBase (const GIOBase &)=delete |
|
GIOBase & | operator= (const GIOBase &)=delete |
|
| GIOBase (GIOBase &&)=delete |
|
GIOBase & | operator= (GIOBase &&)=delete |
|
|
std::string | get_c_type () const override |
|
template<typename T2 > |
T2 | as () const |
|
bool | is_array () const override |
|
| GeneratorInputImpl (const std::string &name, ArgInfoKind kind, const std::vector< Type > &t, int d) |
|
| GeneratorInputImpl (const std::string &name, ArgInfoKind kind, const std::vector< Type > &t, int d) |
|
| GeneratorInputImpl (const std::string &name, ArgInfoKind kind, const std::vector< Type > &t, int d) |
|
| GeneratorInputBase (size_t array_size, const std::string &name, ArgInfoKind kind, const std::vector< Type > &t, int d) |
|
| GeneratorInputBase (const std::string &name, ArgInfoKind kind, const std::vector< Type > &t, int d) |
|
Parameter | parameter () const |
|
void | init_internals () |
|
void | set_inputs (const std::vector< StubInput > &inputs) |
|
virtual void | set_def_min_max () |
|
void | verify_internals () override |
|
void | check_value_writable () const override |
|
const char * | input_or_output () const override |
|
void | set_estimate_impl (const Var &var, const Expr &min, const Expr &extent) |
|
void | set_estimates_impl (const Region &estimates) |
|
bool | array_size_defined () const |
|
size_t | array_size () const |
|
const std::string & | name () const |
|
ArgInfoKind | kind () const |
|
bool | gio_types_defined () const |
|
const std::vector< Type > & | gio_types () const |
|
Type | gio_type () const |
|
bool | dims_defined () const |
|
int | dims () const |
|
const std::vector< Func > & | funcs () const |
|
const std::vector< Expr > & | exprs () const |
|
| GIOBase (size_t array_size, const std::string &name, ArgInfoKind kind, const std::vector< Type > &types, int dims) |
|
std::string | array_name (size_t i) const |
|
void | check_matching_array_size (size_t size) const |
|
void | check_matching_types (const std::vector< Type > &t) const |
|
void | check_matching_dims (int d) const |
|
template<typename ElemType > |
const std::vector< ElemType > & | get_values () const |
|
void | check_gio_access () const |
|
template<> |
const std::vector< Expr > & | get_values () const |
|
template<> |
const std::vector< Func > & | get_values () const |
|
template<typename T2>
class Halide::Internal::GeneratorInput_Buffer< T2 >
Definition at line 19 of file ImageParam.h.