1#ifndef HALIDE_CODEGEN_PYTORCH_H
2#define HALIDE_CODEGEN_PYTORCH_H
This header file defines operators that let you dump a Halide expression, statement,...
This class emits C++ code to wrap a Halide pipeline so that it can be used as a C++ extension operato...
CodeGen_PyTorch(std::ostream &dest)
~CodeGen_PyTorch() override=default
void compile(const Module &module)
Emit the PyTorch C++ wrapper for the Halide pipeline.
An IRVisitor that emits IR to the given output stream in a human readable form.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
Definition of a lowered function.