1#ifndef HALIDE_SERIALIZATION_H
2#define HALIDE_SERIALIZATION_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,...
void serialize_pipeline(const Pipeline &pipeline, std::vector< uint8_t > &data)
Serialize a Halide pipeline into the given data buffer.