|
Halide 20.0.0
Halide compiler and libraries
|
#include <ApplySplit.h>
Public Types | |
| enum | Type { Substitution = 0 , SubstitutionInCalls , SubstitutionInProvides , LetStmt , PredicateCalls , PredicateProvides , Predicate , BlendProvides } |
Public Member Functions | |
| ApplySplitResult (const std::string &n, Expr val, Type t) | |
| ApplySplitResult (Expr val, Type t=Predicate) | |
Public Attributes | |
| std::string | name |
| Expr | value |
| Type | type |
Definition at line 21 of file ApplySplit.h.
| Enumerator | |
|---|---|
| Substitution | |
| SubstitutionInCalls | |
| SubstitutionInProvides | |
| LetStmt | |
| PredicateCalls | |
| PredicateProvides | |
| Predicate | |
| BlendProvides | |
Definition at line 33 of file ApplySplit.h.
|
inline |
Definition at line 43 of file ApplySplit.h.
Definition at line 46 of file ApplySplit.h.
| std::string Halide::Internal::ApplySplitResult::name |
Definition at line 30 of file ApplySplit.h.
| Expr Halide::Internal::ApplySplitResult::value |
Definition at line 31 of file ApplySplit.h.
| Type Halide::Internal::ApplySplitResult::type |
Definition at line 41 of file ApplySplit.h.