Skip to main content

OutputTensorOptions Struct

Declaration

struct simaai::neat::OutputTensorOptions { ... }

Included Headers

#include <SessionOptions.h>

Public Member Attributes Index

std::stringformat = "RGB"
TensorDTypedtype = TensorDType::UInt8
inttarget_width = -1
inttarget_height = -1
inttarget_fps = -1

Definition at line 49 of file SessionOptions.h.

Public Member Attributes

dtype

TensorDType simaai::neat::OutputTensorOptions::dtype = TensorDType::UInt8

Definition at line 51 of file SessionOptions.h.

format

std::string simaai::neat::OutputTensorOptions::format = "RGB"

Definition at line 50 of file SessionOptions.h.

50 std::string format = "RGB";

target_fps

int simaai::neat::OutputTensorOptions::target_fps = -1

Definition at line 55 of file SessionOptions.h.

55 int target_fps = -1;

target_height

int simaai::neat::OutputTensorOptions::target_height = -1

Definition at line 54 of file SessionOptions.h.

54 int target_height = -1;

target_width

int simaai::neat::OutputTensorOptions::target_width = -1

Definition at line 53 of file SessionOptions.h.

53 int target_width = -1;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.