Halide
12.0.1
Halide compiler and libraries
|
Provides an output function to generate a Matlab mex API compatible object file. More...
Go to the source code of this file.
Namespaces | |
llvm | |
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 | |
llvm::Function * | Halide::Internal::define_matlab_wrapper (llvm::Module *module, llvm::Function *pipeline_argv_wrapper, llvm::Function *metadata_getter) |
Add a mexFunction wrapper definition to the module, calling the function with the name pipeline_name. More... | |
Provides an output function to generate a Matlab mex API compatible object file.
Definition in file MatlabWrapper.h.