Halide 18.0.0
Halide compiler and libraries
|
Methods to test Exprs and Stmts for equality of value. More...
#include "Expr.h"
Go to the source code of this file.
Classes | |
struct | Halide::Internal::IRDeepCompare |
A compare struct built around less_than, for use as the comparison object in a std::map or std::set. More... | |
struct | Halide::Internal::IRGraphDeepCompare |
A compare struct built around graph_less_than, for use as the comparison object in a std::map or std::set. More... | |
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::Internal |
Methods to test Exprs and Stmts for equality of value.
These methods traverse the entire IR tree. For equality of reference, use Expr::same_as. If you're comparing non-CSE'd Exprs, use graph_equal or graph_less_than, which is safe for nasty graphs of IR nodes.
Definition in file IREquality.h.