Halide 14.0.0
Halide compiler and libraries
MatlabWrapper.h File Reference

Provides an output function to generate a Matlab mex API compatible object file. More...

Go to the source code of this file.

Namespaces

namespace  llvm
 
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
 

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...
 

Detailed Description

Provides an output function to generate a Matlab mex API compatible object file.

Definition in file MatlabWrapper.h.