Struct WorkerFactory.WorkerConfiguration
Represents the configuration for a WorkerFactory
.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public struct WorkerFactory.WorkerConfiguration
Constructors
Name | Description |
---|---|
WorkerConfiguration(bool, bool) | Initializes and returns an instance of |
Fields
Name | Description |
---|---|
takeoverWeights | If true the worker is allowed to take ownership of the weights memory from the model this is useful so worker to limit memory pressure when the worker need to copy those weight to a different device. |
verbose | Whether to log debug information about model execution to the Console window. The default is |