1#ifndef HALIDE_WRAP_CALLS_H
2#define HALIDE_WRAP_CALLS_H
19std::map<std::string, Function>
wrap_func_calls(
const std::map<std::string, Function> &env);
std::map< std::string, Function > wrap_func_calls(const std::map< std::string, Function > &env)
Replace every call to wrapped Functions in the Functions' definitions with call to their wrapper func...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.