You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: We shouldn't have to populate the params ... but passing an empty map triggers an error in deserialize
// for a missing input param
std::map<std::string, Parameter> params;
ImageParam input(UInt(8), 3, "input");
params.insert({"input", input.parameter()});
// Now deserialize the pipeline from file
Pipeline blur_pipeline = deserialize_pipeline("blur.hlpipe", params);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: