Tiramisu Compiler
|
#include <string.h>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
tiramisu | |
Enumerations |
Functions | |
Halide::Type | tiramisu::halide_type_from_tiramisu_type (tiramisu::primitive_t type) |
Convert a Tiramisu type into the equivalent Halide type (if it exists), otherwise show an error message (no automatic type conversion is performed). More... | |
tiramisu::primitive_t | tiramisu::halide_type_to_tiramisu_type (Halide::Type type) |
Convert a Halide type into the equivalent Tiramisu type (if it exists), otherwise show an error message (no automatic type conversion is performed). More... | |