Enum ScaleMode
Options for the scaling mode to use for Resize
.
Namespace: Unity.Sentis.Layers
Assembly: Unity.Sentis.dll
Syntax
public enum ScaleMode
Fields
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. |