Enum AllocScope
Options for the lifetime of an allocation.
Namespace: Unity.Sentis
Syntax
public enum AllocScope
Fields
Name | Description | Value |
---|---|---|
LayerOutput | Use this tensor in other layers or as the output of a model. |
0 |
InternalToLayer | Use this tensor only temporarily as an intermediate step when executing a layer. |
1 |