1 #ifndef HALIDE_STRICTIFY_FLOAT_H 2 #define HALIDE_STRICTIFY_FLOAT_H 27 bool strictify_float(std::map<std::string, Function> &env,
const Target &t);
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.
bool strictify_float(std::map< std::string, Function > &env, const Target &t)
Propagate strict_float intrinisics such that they immediately wrap all floating-point expressions...
Not visible externally, similar to 'static' linkage in C.