|
Halide 20.0.0
Halide compiler and libraries
|
Go to the source code of this file.
Namespaces | |
| 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. | |
Functions | |
| Pipeline | Halide::deserialize_pipeline (const std::string &filename, const std::map< std::string, Parameter > &user_params) |
| Deserialize a Halide pipeline from a file. More... | |
| Pipeline | Halide::deserialize_pipeline (std::istream &in, const std::map< std::string, Parameter > &user_params) |
| Deserialize a Halide pipeline from an input stream. More... | |
| Pipeline | Halide::deserialize_pipeline (const std::vector< uint8_t > &data, const std::map< std::string, Parameter > &user_params) |
| Deserialize a Halide pipeline from a byte buffer containing a serizalized pipeline in binary format. More... | |
| std::map< std::string, Parameter > | Halide::deserialize_parameters (const std::string &filename) |
| Deserialize the extenal parameters for the Halide pipeline from a file. More... | |
| std::map< std::string, Parameter > | Halide::deserialize_parameters (std::istream &in) |
| Deserialize the extenal parameters for the Halide pipeline from input stream. More... | |
| std::map< std::string, Parameter > | Halide::deserialize_parameters (const std::vector< uint8_t > &data) |
| Deserialize the extenal parameters for the Halide pipeline from a byte buffer containing a serialized pipeline in binary format. More... | |