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