Struct ExecutionContext
Represents a context object that holds the model operations and variables for layer execution.
Inherited Members
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
public struct ExecutionContext
Fields
backend
The IBackend
used for execution.
Declaration
public IBackend backend
Field Value
Type | Description |
---|---|
IBackend |
vars
The IModelStorage
used for execution
Declaration
public IModelStorage vars
Field Value
Type | Description |
---|---|
IModelStorage |