Halide 19.0.0
Halide compiler and libraries
|
halide_c_type_to_name is a utility class used to provide a user-extensible way of naming Handle types. More...
#include <Type.h>
Static Public Member Functions | |
static halide_cplusplus_type_name | name () |
Static Public Attributes | |
static constexpr bool | known_type = false |
halide_c_type_to_name is a utility class used to provide a user-extensible way of naming Handle types.
Although this is in the global namespace, it should be considered "Halide Internal" and subject to change; code outside Halide should avoid referencing it directly (use the HALIDE_DECLARE_EXTERN_xxx macros instead).
|
inlinestatic |
Definition at line 136 of file Type.h.
References halide_cplusplus_type_name::Simple.
Referenced by halide_handle_cplusplus_type::make().
|
staticconstexpr |