|
Halide 20.0.0
Halide compiler and libraries
|
#include <Generator.h>
Public Member Functions | |
| GeneratorParam_Bool (const std::string &name, const T &value) | |
| void | set_from_string (const std::string &new_value_string) override |
| std::string | get_default_value () const override |
| std::string | call_to_string (const std::string &v) const override |
| std::string | get_c_type () const override |
Public Member Functions inherited from Halide::Internal::GeneratorParam_Arithmetic< T > | |
| GeneratorParam_Arithmetic (const std::string &name, const T &value, const T &min=std::numeric_limits< T >::lowest(), const T &max=std::numeric_limits< T >::max()) | |
| void | set_impl (const T &new_value) override |
| void | set_from_string (const std::string &new_value_string) override |
| std::string | get_default_value () const override |
| std::string | call_to_string (const std::string &v) const override |
| std::string | get_c_type () const override |
Public Member Functions inherited from Halide::Internal::GeneratorParamImpl< T > | |
| GeneratorParamImpl (const std::string &name, const T &value) | |
| T | value () const |
| operator T () const | |
| operator Expr () const | |
| void | set (const std::string &new_value) |
Public Member Functions inherited from Halide::Internal::GeneratorParamBase | |
| GeneratorParamBase (const std::string &name) | |
| virtual | ~GeneratorParamBase () |
| const std::string & | name () const |
| void | set (const std::string &new_value) |
| void | set (const char *new_value) |
| GeneratorParamBase (const GeneratorParamBase &)=delete | |
| GeneratorParamBase & | operator= (const GeneratorParamBase &)=delete |
| GeneratorParamBase (GeneratorParamBase &&)=delete | |
| GeneratorParamBase & | operator= (GeneratorParamBase &&)=delete |
Additional Inherited Members | |
Public Types inherited from Halide::Internal::GeneratorParamImpl< T > | |
| using | type = T |
| virtual void | set_impl (const T &new_value) |
Protected Member Functions inherited from Halide::Internal::GeneratorParamBase | |
| void | check_value_readable () const |
| void | check_value_writable () const |
| virtual void | set_from_string (const std::string &value_string)=0 |
| virtual std::string | call_to_string (const std::string &v) const =0 |
| virtual std::string | get_c_type () const =0 |
| virtual std::string | get_type_decls () const |
| virtual std::string | get_default_value () const =0 |
| virtual bool | is_synthetic_param () const |
| virtual bool | is_looplevel_param () const |
| void | fail_wrong_type (const char *type) |
Protected Attributes inherited from Halide::Internal::GeneratorParamImpl< T > | |
| T | value_ |
Definition at line 801 of file Generator.h.
|
inline |
Definition at line 803 of file Generator.h.
|
inlineoverridevirtual |
Reimplemented from Halide::Internal::GeneratorParam_Arithmetic< T >.
Definition at line 807 of file Generator.h.
References Halide::Internal::GeneratorParamImpl< T >::set(), and user_assert.
|
inlineoverridevirtual |
Reimplemented from Halide::Internal::GeneratorParam_Arithmetic< T >.
Definition at line 819 of file Generator.h.
References Halide::Internal::GeneratorParamImpl< T >::value().
|
inlineoverridevirtual |
Reimplemented from Halide::Internal::GeneratorParam_Arithmetic< T >.
Definition at line 823 of file Generator.h.
|
inlineoverridevirtual |
Reimplemented from Halide::Internal::GeneratorParam_Arithmetic< T >.
Definition at line 829 of file Generator.h.