GraphProcessMlaStageRequest Struct
Declaration
struct simaai::neat::GraphProcessMlaStageRequest { ... }
Included Headers
#include <PreparedRuntimeBridge.h>
Public Member Attributes Index
| std::string | stage_key |
| std::string | model_path |
| gint32 | batch_size = 0 |
| gint32 | batch_model = 0 |
| std::vector< GraphTensorContract > | dispatcher_inputs |
| std::vector< GraphTensorContract > | logical_inputs |
| std::vector< GraphTensorContract > | physical_inputs |
| std::vector< GraphTensorContract > | stage_outputs |
| std::vector< GraphTensorContract > | logical_outputs |
| std::optional< GraphQuantContract > | output_quant |
Definition at line 47 of file PreparedRuntimeBridge.h.
Public Member Attributes
batch_model
|
Definition at line 51 of file PreparedRuntimeBridge.h.
51 gint32 batch_model = 0;
batch_size
|
Definition at line 50 of file PreparedRuntimeBridge.h.
50 gint32 batch_size = 0;
dispatcher_inputs
|
Definition at line 52 of file PreparedRuntimeBridge.h.
52 std::vector<GraphTensorContract> dispatcher_inputs;
logical_inputs
|
Definition at line 53 of file PreparedRuntimeBridge.h.
53 std::vector<GraphTensorContract> logical_inputs;
logical_outputs
|
Definition at line 56 of file PreparedRuntimeBridge.h.
56 std::vector<GraphTensorContract> logical_outputs;
model_path
|
Definition at line 49 of file PreparedRuntimeBridge.h.
49 std::string model_path;
output_quant
|
Definition at line 57 of file PreparedRuntimeBridge.h.
57 std::optional<GraphQuantContract> output_quant;
physical_inputs
|
Definition at line 54 of file PreparedRuntimeBridge.h.
54 std::vector<GraphTensorContract> physical_inputs;
stage_key
|
Definition at line 48 of file PreparedRuntimeBridge.h.
stage_outputs
|
Definition at line 55 of file PreparedRuntimeBridge.h.
55 std::vector<GraphTensorContract> stage_outputs;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.