Skip to main content

InferOptions Struct

Declaration

struct simaai::neat::nodes::groups::InferOptions { ... }

Included Headers

#include <ModelGroups.h>

Public Member Attributes Index

intinput_width = 0
intinput_height = 0
std::stringinput_format
boolnormalize = false
std::vector< float >mean
std::vector< float >stddev
std::stringupstream_name
std::stringpreproc_next_cpu
intnum_buffers_cvu = 4
intnum_buffers_mla = 4
intqueue_max_buffers = 0
int64_tqueue_max_time_ns = -1
std::stringqueue_leaky
boolsync_mode = false

Definition at line 20 of file ModelGroups.h.

Public Member Attributes

input_format

std::string simaai::neat::nodes::groups::InferOptions::input_format

Definition at line 23 of file ModelGroups.h.

23 std::string input_format;

input_height

int simaai::neat::nodes::groups::InferOptions::input_height = 0

Definition at line 22 of file ModelGroups.h.

22 int input_height = 0;

input_width

int simaai::neat::nodes::groups::InferOptions::input_width = 0

Definition at line 21 of file ModelGroups.h.

21 int input_width = 0;

mean

std::vector<float> simaai::neat::nodes::groups::InferOptions::mean

Definition at line 25 of file ModelGroups.h.

25 std::vector<float> mean;

normalize

bool simaai::neat::nodes::groups::InferOptions::normalize = false

Definition at line 24 of file ModelGroups.h.

24 bool normalize = false;

num_buffers_cvu

int simaai::neat::nodes::groups::InferOptions::num_buffers_cvu = 4

Definition at line 29 of file ModelGroups.h.

num_buffers_mla

int simaai::neat::nodes::groups::InferOptions::num_buffers_mla = 4

Definition at line 30 of file ModelGroups.h.

preproc_next_cpu

std::string simaai::neat::nodes::groups::InferOptions::preproc_next_cpu

Definition at line 28 of file ModelGroups.h.

28 std::string preproc_next_cpu;

queue_leaky

std::string simaai::neat::nodes::groups::InferOptions::queue_leaky

Definition at line 33 of file ModelGroups.h.

33 std::string queue_leaky;

queue_max_buffers

int simaai::neat::nodes::groups::InferOptions::queue_max_buffers = 0

Definition at line 31 of file ModelGroups.h.

queue_max_time_ns

int64_t simaai::neat::nodes::groups::InferOptions::queue_max_time_ns = -1

Definition at line 32 of file ModelGroups.h.

32 int64_t queue_max_time_ns = -1;

stddev

std::vector<float> simaai::neat::nodes::groups::InferOptions::stddev

Definition at line 26 of file ModelGroups.h.

26 std::vector<float> stddev;

sync_mode

bool simaai::neat::nodes::groups::InferOptions::sync_mode = false

Definition at line 34 of file ModelGroups.h.

34 bool sync_mode = false;

upstream_name

std::string simaai::neat::nodes::groups::InferOptions::upstream_name

Definition at line 27 of file ModelGroups.h.

27 std::string upstream_name;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.