1#ifndef HALIDE_STMT_TO_VIZ
2#define HALIDE_STMT_TO_VIZ
25 const std::string &assembly_input_filename =
"");
void print_to_viz(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.