1 #ifndef HALIDE_STORAGE_FLATTENING_H 2 #define HALIDE_STORAGE_FLATTENING_H 27 const std::vector<Function> &outputs,
28 const std::map<std::string, Function> &env,
29 const Target &target);
Stmt storage_flattening(Stmt s, const std::vector< Function > &outputs, const std::map< std::string, Function > &env, const Target &target)
Take a statement with multi-dimensional Realize, Provide, and Call nodes, and turn it into a statemen...
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.