Structs§
- AsiBlock
Definition - A block definition.
- AsiBlock
Execute Info - AsiBlock
Execution - A block execution.
- AsiBlock
Parameter - A block parameter.
- AsiBlock
Port - A block port.
- AsiBlock
Usage - A block usage (in a system or flow).
- AsiFlow
Connection - A flow connection.
- AsiFlow
Create Info - Defines the flow being created.
- AsiFlow
Definition - A flow definition.
- AsiFlow
Execute Info - AsiFlow
Execution - A flow execution.
- AsiFlow
Update Info - AsiModel
Download Info - AsiModel
Manifest - A model manifest.
- AsiModel
Tensor - A model tensor.
- AsiModule
Enable Info - AsiModule
Registration - A module registration.
- AsiStructure
Header - The common header for all SDK structures.
Enums§
- AsiFlow
Execution State - The set of possible flow execution states.
- AsiPort
Direction - The set of possible port directions.
- AsiPort
State - The set of possible port states.
- AsiResult
- Result codes returned by SDK functions.
- AsiStructure
Type - The set of possible SDK structure types.
Constants§
Functions§
- asiClone
Flow ⚠ - Clones an existing flow definition.
- asiCreate
Flow ⚠ - Creates a new flow definition.
- asiCreate
Instance ⚠ - Creates a new SDK instance.
- asiDestroy
Instance ⚠ - Destroys an SDK instance.
- asiDownload
Model ⚠ - asiEnable
Module ⚠ - asiEnumerate
Block ⚠Parameters - Enumerates block parameters.
- asiEnumerate
Block ⚠Ports - Enumerates block ports.
- asiEnumerate
Blocks ⚠ - Enumerates block definitions.
- asiEnumerate
Flow ⚠Blocks - Enumerates flow blocks.
- asiEnumerate
Flow ⚠Connections - Enumerates flow connections.
- asiEnumerate
Flow ⚠Executions - Enumerates flow executions.
- asiEnumerate
Flows ⚠ - Enumerates flow definitions.
- asiEnumerate
Model ⚠Tensors - Enumerates model tensors.
- asiEnumerate
Models ⚠ - Enumerates models.
- asiEnumerate
Modules ⚠ - Enumerates module registrations.
- asiExecute
Block ⚠ - asiExecute
Flow ⚠ - asiGet
Licensee ⚠String - Returns the SDK build’s licensee string, if any.
- asiGet
Version ⚠ - Returns the SDK’s current version as a packed integer.
- asiGet
Version ⚠String - Returns the SDK’s current version as a string.
- asiInit
Library ⚠ - Initializes the SDK’s global state.
- asiPoll
Flow ⚠Execution - asiRemove
Flow ⚠ - Removes an existing flow definition.
- asiStart
Flow ⚠Execution - asiStop
Flow ⚠Execution - asiUpdate
Flow ⚠ - Mutates an existing flow definition.
Type Aliases§
- AsiInstance
- A handle encapsulating SDK state.
- AsiVersion
- An SDK version number as a packed integer.