Halide
StmtToViz.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 Halide
 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.
 
 Halide::Internal
 

Functions

void Halide::Internal::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. More...
 

Detailed Description

Defines a function to dump an HTML-formatted visualization to a file.

Definition in file StmtToViz.h.