1 #ifndef HALIDE_INTERNAL_SCHEDULE_FUNCTIONS_H 2 #define HALIDE_INTERNAL_SCHEDULE_FUNCTIONS_H 28 const std::vector<std::vector<std::string>> &fused_groups,
29 const std::map<std::string, Function> &env,
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.
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt) ...
Stmt schedule_functions(const std::vector< Function > &outputs, const std::vector< std::vector< std::string >> &fused_groups, const std::map< std::string, Function > &env, const Target &target, bool &any_memoized)
Build loop nests and inject Function realizations at the appropriate places using the schedule...
Not visible externally, similar to 'static' linkage in C.