Skip to main content

StreamSchedulerOptions Struct

Declaration

struct simaai::neat::graph::nodes::StreamSchedulerOptions { ... }

Included Headers

#include <StreamScheduler.h>

Public Member Attributes Index

std::size_tper_stream_queue = 2
StreamDropPolicydrop_policy = StreamDropPolicy::DropOldest
intmax_batch = 1

Definition at line 28 of file StreamScheduler.h.

Public Member Attributes

drop_policy

StreamDropPolicy simaai::neat::graph::nodes::StreamSchedulerOptions::drop_policy = StreamDropPolicy::DropOldest

max_batch

int simaai::neat::graph::nodes::StreamSchedulerOptions::max_batch = 1

Definition at line 31 of file StreamScheduler.h.

31 int max_batch = 1; // scheduling-only batch (emit up to N per input)

per_stream_queue

std::size_t simaai::neat::graph::nodes::StreamSchedulerOptions::per_stream_queue = 2

Definition at line 29 of file StreamScheduler.h.

29 std::size_t per_stream_queue = 2;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.