Halide 19.0.0
Halide compiler and libraries
|
#include <IRMatch.h>
Classes | |
struct | pattern_tag |
Public Member Functions | |
template<uint32_t bound> | |
HALIDE_ALWAYS_INLINE bool | match (const BaseExprNode &e, MatcherState &state) const noexcept |
HALIDE_ALWAYS_INLINE Expr | make (MatcherState &state, halide_type_t type_hint) const |
Public Attributes | |
const BaseExprNode & | expr |
Static Public Attributes | |
static constexpr uint32_t | binds = 0 |
static constexpr IRNodeType | min_node_type = IRNodeType::IntImm |
static constexpr IRNodeType | max_node_type = StrongestExprNodeType |
static constexpr bool | canonical = true |
static constexpr bool | foldable = false |
|
inlinenoexcept |
Definition at line 205 of file IRMatch.h.
References Halide::Internal::equal(), and expr.
|
inline |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
const BaseExprNode& Halide::Internal::IRMatcher::SpecificExpr::expr |
Definition at line 202 of file IRMatch.h.
Referenced by make(), match(), Halide::Internal::IRMatcher::operator<<(), and Halide::Internal::IRMatcher::unwrap().
|
staticconstexpr |