Halide
12.0.1
Halide compiler and libraries
|
Defines a function to dump an HTML-formatted stmt to a file. More...
#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_html (const std::string &filename, const Stmt &s) |
Dump an HTML-formatted print of a Stmt to filename. More... | |
void | Halide::Internal::print_to_html (const std::string &filename, const Module &m) |
Dump an HTML-formatted print of a Module to filename. More... | |
Defines a function to dump an HTML-formatted stmt to a file.
Definition in file StmtToHtml.h.