|
Halide 14.0.0
Halide compiler and libraries
|
#include <FunctionDAG.h>
Public Member Functions | |
| BoundInfo (const Expr &e, const Node::Stage &consumer, bool dependent) | |
Public Attributes | |
| Expr | expr |
| int64_t | coeff |
| int64_t | constant |
| int64_t | consumer_dim |
| bool | affine |
| bool | uses_max |
| bool | depends_on_estimate |
Definition at line 526 of file FunctionDAG.h.
| Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::BoundInfo | ( | const Expr & | e, |
| const Node::Stage & | consumer, | ||
| bool | dependent | ||
| ) |
| Expr Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::expr |
Definition at line 528 of file FunctionDAG.h.
| int64_t Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::coeff |
Definition at line 532 of file FunctionDAG.h.
| int64_t Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::constant |
Definition at line 532 of file FunctionDAG.h.
| int64_t Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::consumer_dim |
Definition at line 533 of file FunctionDAG.h.
| bool Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::affine |
Definition at line 534 of file FunctionDAG.h.
| bool Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::uses_max |
Definition at line 534 of file FunctionDAG.h.
| bool Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo::depends_on_estimate |
Definition at line 534 of file FunctionDAG.h.