A let expression, like you might find in a functional language.
More...
#include <IR.h>
A let expression, like you might find in a functional language.
Within the expression Let::body, instances of the Var node Let::name refer to Let::value.
Definition at line 271 of file IR.h.
◆ make()
static Expr Halide::Internal::Let::make |
( |
const std::string & |
name, |
|
|
Expr |
value, |
|
|
Expr |
body |
|
) |
| |
|
static |
◆ name
std::string Halide::Internal::Let::name |
Definition at line 272 of file IR.h.
◆ value
Expr Halide::Internal::Let::value |
Definition at line 273 of file IR.h.
◆ body
Expr Halide::Internal::Let::body |
Definition at line 273 of file IR.h.
◆ _node_type
Definition at line 277 of file IR.h.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/halide/src/IR.h