Halide 19.0.0
Halide compiler and libraries
|
Defines an IRPrinter that emits C++ code that: More...
#include "IRPrinter.h"
Go to the source code of this file.
Classes | |
class | Halide::Internal::CodeGen_PyTorch |
This class emits C++ code to wrap a Halide pipeline so that it can be used as a C++ extension operator in PyTorch. More... | |
Namespaces | |
namespace | 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. | |
namespace | Halide::Internal |
Defines an IRPrinter that emits C++ code that:
The generated code checks for runtime errors and raises PyTorch exception accordingly. It also makes sure the GPU device and stream are consistent when the PyTorch input, when applicable.
Definition in file CodeGen_PyTorch.h.