Class ExecutionContext
Represents a context object that holds the model operations and variables for layer execution.
Inherited Members
Namespace: Unity.Sentis
Syntax
public class ExecutionContext
Fields
ops
The IOps
used for execution.
Declaration
public IOps ops
Field Value
Type | Description |
---|---|
IOps |
vars
The IVars
used for execution
Declaration
public IVars vars
Field Value
Type | Description |
---|---|
IVars |