22void customize(std::vector<ConfigParamSpec>& workflowOptions)
24 std::vector<ConfigParamSpec> options{
25 {
"timeframes", VariantType::Int, 2000, {
"Number of TFs which will be aggregated per aggregation interval."}},
26 {
"configKeyValues", VariantType::String,
"", {
"Semicolon separated key=value strings"}},
27 {
"output-lanes", VariantType::Int, 2, {
"Number of parallel pipelines which will be used in the factorization device."}}};
29 std::swap(workflowOptions, options);
ConfigParamRegistry & options() const