#include <ApplySplit.h>
Definition at line 21 of file ApplySplit.h.
◆ Type
Enumerator |
---|
Substitution | |
LetStmt | |
Predicate | |
Definition at line 30 of file ApplySplit.h.
◆ ApplySplitResult() [1/2]
Halide::Internal::ApplySplitResult::ApplySplitResult |
( |
const std::string & |
n, |
|
|
Expr |
val, |
|
|
Type |
t |
|
) |
| |
|
inline |
◆ ApplySplitResult() [2/2]
Halide::Internal::ApplySplitResult::ApplySplitResult |
( |
Expr |
val | ) |
|
|
inline |
◆ is_substitution()
bool Halide::Internal::ApplySplitResult::is_substitution |
( |
| ) |
const |
|
inline |
◆ is_let()
bool Halide::Internal::ApplySplitResult::is_let |
( |
| ) |
const |
|
inline |
◆ is_predicate()
bool Halide::Internal::ApplySplitResult::is_predicate |
( |
| ) |
const |
|
inline |
◆ name
std::string Halide::Internal::ApplySplitResult::name |
◆ value
Expr Halide::Internal::ApplySplitResult::value |
◆ type
Type Halide::Internal::ApplySplitResult::type |
The documentation for this struct was generated from the following file: