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