1#ifndef HALIDE_ALLOCATION_BOUNDS_INFERENCE_H
2#define HALIDE_ALLOCATION_BOUNDS_INFERENCE_H
22 const std::map<std::string, Function> &env,
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Defines the Interval class.
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...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
Internal::ConstantInterval cast(Type t, const Internal::ConstantInterval &a)
Cast operators for ConstantIntervals.
A class to represent ranges of Exprs.
A reference-counted handle to a statement node.