OutputTensorOptions Struct
Declaration
struct simaai::neat::OutputTensorOptions { ... }
Included Headers
#include <SessionOptions.h>
Public Member Attributes Index
| std::string | format = "RGB" |
| TensorDType | dtype = TensorDType::UInt8 |
| int | target_width = -1 |
| int | target_height = -1 |
| int | target_fps = -1 |
Definition at line 49 of file SessionOptions.h.
Public Member Attributes
dtype
|
Definition at line 51 of file SessionOptions.h.
format
|
Definition at line 50 of file SessionOptions.h.
target_fps
|
Definition at line 55 of file SessionOptions.h.
55 int target_fps = -1;
target_height
|
Definition at line 54 of file SessionOptions.h.
54 int target_height = -1;
target_width
|
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.