Skip to main content

RunOptions Struct

Declaration

struct simaai::neat::RunOptions { ... }

Included Headers

#include <Run.h>

Public Member Attributes Index

RunPresetpreset = RunPreset::Balanced
intqueue_depth = 4
OverflowPolicyoverflow_policy = OverflowPolicy::Block
OutputMemoryoutput_memory = OutputMemory::Auto
boolenable_metrics = false
RunAdvancedOptionsadvanced {}
std::function< void(const struct InputDropInfo &)>on_input_drop

Definition at line 49 of file Run.h.

Public Member Attributes

advanced

RunAdvancedOptions simaai::neat::RunOptions::advanced {}

Definition at line 55 of file Run.h.

enable_metrics

bool simaai::neat::RunOptions::enable_metrics = false

Definition at line 54 of file Run.h.

54 bool enable_metrics = false;

on_input_drop

std::function<void(const struct InputDropInfo&)> simaai::neat::RunOptions::on_input_drop

Definition at line 56 of file Run.h.

56 std::function<void(const struct InputDropInfo&)> on_input_drop;

output_memory

OutputMemory simaai::neat::RunOptions::output_memory = OutputMemory::Auto

Definition at line 53 of file Run.h.

overflow_policy

OverflowPolicy simaai::neat::RunOptions::overflow_policy = OverflowPolicy::Block

preset

RunPreset simaai::neat::RunOptions::preset = RunPreset::Balanced

Definition at line 50 of file Run.h.

queue_depth

int simaai::neat::RunOptions::queue_depth = 4

Definition at line 51 of file Run.h.

51 int queue_depth = 4;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.