1 #ifndef HALIDE_ALLOCATION_BOUNDS_INFERENCE_H 2 #define HALIDE_ALLOCATION_BOUNDS_INFERENCE_H 22 const std::map<std::string, Function> &env,
23 const std::map<std::pair<std::string, int>, Interval> &func_bounds);
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) ...
Not visible externally, similar to 'static' linkage in C.
Stmt allocation_bounds_inference(Stmt s, const std::map< std::string, Function > &env, const std::map< std::pair< std::string, int >, Interval > &func_bounds)
Take a partially statement with Realize nodes in terms of variables, and define values for those vari...
Defines the Interval class.