Halide
12.0.1
Halide compiler and libraries
|
A custom lowering pass. More...
#include <Pipeline.h>
Public Attributes | |
Internal::IRMutator * | pass |
std::function< void()> | deleter |
A custom lowering pass.
See Pipeline::add_custom_lowering_pass.
Definition at line 76 of file Pipeline.h.
Internal::IRMutator* Halide::CustomLoweringPass::pass |
Definition at line 77 of file Pipeline.h.
std::function<void()> Halide::CustomLoweringPass::deleter |
Definition at line 78 of file Pipeline.h.