Enum ScaleMode
Options for the scaling mode to use for Resize.
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
public enum ScaleModeFields
| Name | Description | 
|---|---|
| Scales | Use the scales tensor to multiply the shape of the input tensor to calculate the shape of the output tensor. | 
| Sizes | Use the size tensor directly for the shape of the output tensor. |