SimaPluginProcessMlaStagePayload Struct
Declaration
struct SimaPluginProcessMlaStagePayload { ... }
Included Headers
#include <SimaPluginStaticManifestAbi.h>
Public Member Attributes Index
| const gchar * | model_path |
| gint | batch_size |
| gint | batch_sz_model |
| const gchar *const * | dispatcher_output_names |
| guint | dispatcher_output_names_len |
| const guint64 * | dispatcher_output_sizes |
| guint | dispatcher_output_sizes_len |
Definition at line 307 of file SimaPluginStaticManifestAbi.h.
Public Member Attributes
batch_size
|
Definition at line 309 of file SimaPluginStaticManifestAbi.h.
309 gint batch_size;
batch_sz_model
|
Definition at line 310 of file SimaPluginStaticManifestAbi.h.
310 gint batch_sz_model;
dispatcher_output_names
|
Definition at line 311 of file SimaPluginStaticManifestAbi.h.
311 const gchar* const* dispatcher_output_names;
dispatcher_output_names_len
|
Definition at line 312 of file SimaPluginStaticManifestAbi.h.
312 guint dispatcher_output_names_len;
dispatcher_output_sizes
|
Definition at line 313 of file SimaPluginStaticManifestAbi.h.
313 const guint64* dispatcher_output_sizes;
dispatcher_output_sizes_len
|
Definition at line 314 of file SimaPluginStaticManifestAbi.h.
314 guint dispatcher_output_sizes_len;
model_path
|
Definition at line 308 of file SimaPluginStaticManifestAbi.h.
308 const gchar* model_path;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.