|
Halide 21.0.0
Halide compiler and libraries
|
#include "CostModel.h"#include "Featurization.h"#include "FunctionDAG.h"#include "Halide.h"#include "PerfectHashMap.h"#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Halide |
| This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
| namespace | Halide::Internal |
| namespace | Halide::Internal::Autoscheduler |
Typedefs | |
| typedef PerfectHashMap< FunctionDAG::Node::Stage, ScheduleFeatures > | Halide::Internal::Autoscheduler::StageMapOfScheduleFeatures |
Functions | |
| void | Halide::Internal::Autoscheduler::find_and_apply_schedule (FunctionDAG &dag, const std::vector< Function > &outputs, const Adams2019Params ¶ms, CostModel *cost_model, int beam_size, StageMapOfScheduleFeatures *schedule_features) |