1#ifndef HALIDE_DESERIALIZATION_H
2#define HALIDE_DESERIALIZATION_H
Defines the front-end class representing an entire Halide imaging pipeline.
A class representing a Halide pipeline.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
std::map< std::string, Parameter > deserialize_parameters(const std::string &filename)
Deserialize the extenal parameters for the Halide pipeline from a file.
Pipeline deserialize_pipeline(const std::string &filename, const std::map< std::string, Parameter > &user_params)
Deserialize a Halide pipeline from a file.