Halide 19.0.0
Halide compiler and libraries
|
Defines concise cast and saturating cast operators to make it easier to read cast-heavy code. More...
#include "IROperator.h"
Go to the source code of this file.
Namespaces | |
namespace | Halide |
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
namespace | Halide::ConciseCasts |
Defines concise cast and saturating cast operators to make it easier to read cast-heavy code.
Think carefully about the readability implications before using these. They could make your code better or worse. Often it's better to add extra Funcs to your pipeline that do the upcasting and downcasting.
Definition in file ConciseCasts.h.