1 #ifndef HALIDE_MATLAB_OUTPUT_H
2 #define HALIDE_MATLAB_OUTPUT_H
22 llvm::Function *pipeline_argv_wrapper,
23 llvm::Function *metadata_getter);
llvm::Function * 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.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.