1 #ifndef HALIDE_INTERNAL_PRINT_LOOP_NEST_H 2 #define HALIDE_INTERNAL_PRINT_LOOP_NEST_H 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.
std::string print_loop_nest(const std::vector< Function > &output_funcs)
Emit some simple pseudocode that shows the structure of the loop nest specified by this pipeline's sc...
Not visible externally, similar to 'static' linkage in C.