1#ifndef HALIDE_DEBUG_TO_FILE_H
2#define HALIDE_DEBUG_TO_FILE_H
23 const std::vector<Function> &outputs,
24 const std::map<std::string, Function> &env);
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Stmt debug_to_file(Stmt s, const std::vector< Function > &outputs, const std::map< std::string, Function > &env)
Takes a statement with Realize nodes still unlowered.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A reference-counted handle to a statement node.