Halide 18.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
Halide::Internal::IRMatcher::IsFloat< A > Struct Template Reference

#include <IRMatch.h>

Classes

struct  pattern_tag
 

Public Member Functions

HALIDE_ALWAYS_INLINE void make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const
 

Public Attributes

A a
 

Static Public Attributes

static constexpr uint32_t binds = bindings<A>::mask
 
static constexpr IRNodeType min_node_type = IRNodeType::UIntImm
 
static constexpr IRNodeType max_node_type = IRNodeType::UIntImm
 
static constexpr bool canonical = true
 
static constexpr bool foldable = true
 

Detailed Description

template<typename A>
struct Halide::Internal::IRMatcher::IsFloat< A >

Definition at line 2405 of file IRMatch.h.

Member Function Documentation

◆ make_folded_const()

Member Data Documentation

◆ a

◆ binds

template<typename A >
constexpr uint32_t Halide::Internal::IRMatcher::IsFloat< A >::binds = bindings<A>::mask
staticconstexpr

Definition at line 2409 of file IRMatch.h.

◆ min_node_type

Definition at line 2412 of file IRMatch.h.

◆ max_node_type

Definition at line 2413 of file IRMatch.h.

◆ canonical

template<typename A >
constexpr bool Halide::Internal::IRMatcher::IsFloat< A >::canonical = true
staticconstexpr

Definition at line 2414 of file IRMatch.h.

◆ foldable

template<typename A >
constexpr bool Halide::Internal::IRMatcher::IsFloat< A >::foldable = true
staticconstexpr

Definition at line 2416 of file IRMatch.h.


The documentation for this struct was generated from the following file: