1#ifndef HALIDE_STMT_TO_HTML
2#define HALIDE_STMT_TO_HTML
25 const std::string &assembly_input_filename =
"");
34 const std::string &assembly_input_filename =
"");
void print_to_conceptual_stmt_html(const std::string &html_output_filename, const Module &m, const std::string &assembly_input_filename="")
Dump an HTML-formatted visualization of a Module's conceptual Stmt code to filename.
void print_to_stmt_html(const std::string &html_output_filename, const Module &m, const std::string &assembly_input_filename="")
Dump an HTML-formatted visualization of a Module to filename.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.