SimaPreparedRuntimeAbi.h File
Included Headers
Namespaces Index
| namespace | simaai |
| namespace | gst |
Classes Index
| struct | CastPreparedStage |
| struct | ProcessMlaPreparedStage |
| struct | Dims |
| struct | CvuInputMemoryBinding |
| struct | CvuOutputBinding |
| struct | CvuRoutingContract |
| struct | ProcessCvuPreparedLogicalInput |
| struct | ProcessCvuPreparedPhysicalInput |
| struct | PreparedProcessCvuTypedConfig |
| struct | ProcessCvuPreparedStage |
| struct | DequantPreparedSpan |
| struct | DequantPreparedStage |
| struct | DetessDequantPreparedStage |
| struct | PreparedStageSpec |
| struct | SimaPreparedRuntimeHandle |
| struct | SimaPreparedRuntimeAccessor |
Typedefs Index
| typedef | struct SimaPreparedRuntimeAccessor SimaPreparedRuntimeAccessor |
| typedef | struct SimaPreparedRuntimeHandle SimaPreparedRuntimeHandle |
Enumerations Index
| enum | SimaPreparedRuntimeLookupStatus { ... } |
Functions Index
| static const gchar * | sima_prepared_runtime_lookup_status_name (SimaPreparedRuntimeLookupStatus status) |
| static gpointer | sima_prepared_runtime_handle_boxed_copy (gpointer boxed) |
| static void | sima_prepared_runtime_handle_boxed_free (gpointer boxed) |
| static GType | sima_prepared_runtime_handle_get_type (void) |
| static void | sima_prepared_runtime_set_lookup_status (SimaPreparedRuntimeLookupStatus *status, SimaPreparedRuntimeLookupStatus value) |
| static gboolean | sima_prepared_runtime_context_matches (const GstContext *context) |
| static const GstStructure * | sima_prepared_runtime_context_structure (const GstContext *context) |
| static const SimaPreparedRuntimeHandle * | sima_prepared_runtime_context_handle (const GstContext *context) |
| static const SimaPreparedRuntimeAccessor * | sima_prepared_runtime_context_accessor_checked (const GstContext *context, SimaPreparedRuntimeLookupStatus *status) |
| static const simaai::gst::PreparedStageSpec * | sima_prepared_runtime_context_stage_lookup_checked (const GstContext *context, const gchar *stage_key, SimaPreparedRuntimeLookupStatus *status) |
| static const simaai::gst::CastPreparedStage * | sima_prepared_runtime_context_cast_stage_lookup_checked (const GstContext *context, const gchar *stage_key, SimaPreparedRuntimeLookupStatus *status) |
| static const simaai::gst::ProcessMlaPreparedStage * | sima_prepared_runtime_context_processmla_stage_lookup_checked (const GstContext *context, const gchar *stage_key, SimaPreparedRuntimeLookupStatus *status) |
| static const simaai::gst::ProcessCvuPreparedStage * | sima_prepared_runtime_context_processcvu_stage_lookup_checked (const GstContext *context, const gchar *stage_key, SimaPreparedRuntimeLookupStatus *status) |
| static const simaai::gst::DequantPreparedStage * | sima_prepared_runtime_context_dequant_stage_lookup_checked (const GstContext *context, const gchar *stage_key, SimaPreparedRuntimeLookupStatus *status) |
| static const simaai::gst::DetessDequantPreparedStage * | sima_prepared_runtime_context_detessdequant_stage_lookup_checked (const GstContext *context, const gchar *stage_key, SimaPreparedRuntimeLookupStatus *status) |
Macro Definitions Index
| #define | SIMA_PREPARED_RUNTIME_CONTEXT_TYPE "sima.model.prepared-runtime" |
| #define | SIMA_PREPARED_RUNTIME_ABI_VERSION ((guint)1) |
| #define | SIMA_PREPARED_RUNTIME_KEY_SESSION_ID "session_id" |
| #define | SIMA_PREPARED_RUNTIME_KEY_MODEL_ID "model_id" |
| #define | SIMA_PREPARED_RUNTIME_KEY_HANDLE "prepared_runtime_handle" |
Typedefs
SimaPreparedRuntimeAccessor
|
Definition at line 447 of file SimaPreparedRuntimeAbi.h.
SimaPreparedRuntimeHandle
|
Definition at line 455 of file SimaPreparedRuntimeAbi.h.
Enumerations
SimaPreparedRuntimeLookupStatus
|
- Enumeration values
Definition at line 24 of file SimaPreparedRuntimeAbi.h.
Functions
sima_prepared_runtime_context_accessor_checked()
| inline static |
Definition at line 566 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_cast_stage_lookup_checked()
| inline static |
Definition at line 630 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_dequant_stage_lookup_checked()
| inline static |
Definition at line 700 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_detessdequant_stage_lookup_checked()
| inline static |
Definition at line 723 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_handle()
| inline static |
Definition at line 553 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_matches()
| inline static |
Definition at line 537 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_processcvu_stage_lookup_checked()
| inline static |
Definition at line 677 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_processmla_stage_lookup_checked()
| inline static |
Definition at line 654 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_stage_lookup_checked()
| inline static |
Definition at line 609 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_context_structure()
| inline static |
Definition at line 545 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_handle_boxed_copy()
| inline static |
Definition at line 505 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_handle_boxed_free()
| inline static |
Definition at line 513 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_handle_get_type()
| inline static |
Definition at line 520 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_lookup_status_name()
| inline static |
Definition at line 480 of file SimaPreparedRuntimeAbi.h.
sima_prepared_runtime_set_lookup_status()
| inline static |
Definition at line 530 of file SimaPreparedRuntimeAbi.h.
Macro Definitions
SIMA_PREPARED_RUNTIME_ABI_VERSION
|
Definition at line 18 of file SimaPreparedRuntimeAbi.h.
SIMA_PREPARED_RUNTIME_CONTEXT_TYPE
|
Definition at line 17 of file SimaPreparedRuntimeAbi.h.
SIMA_PREPARED_RUNTIME_KEY_HANDLE
|
Definition at line 22 of file SimaPreparedRuntimeAbi.h.
SIMA_PREPARED_RUNTIME_KEY_MODEL_ID
|
Definition at line 21 of file SimaPreparedRuntimeAbi.h.
SIMA_PREPARED_RUNTIME_KEY_SESSION_ID
|
Definition at line 20 of file SimaPreparedRuntimeAbi.h.
File Listing
The file content with the documentation metadata removed is:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.