1#ifndef HALIDE_INTERNAL_PRINT_LOOP_NEST_H
2#define HALIDE_INTERNAL_PRINT_LOOP_NEST_H
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...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.