Enum Layer.DepthToSpaceMode
Depth to space mode enum
Namespace: Unity.Barracuda
Syntax
public enum DepthToSpaceMode : int
Fields
Name | Description | Value |
---|---|---|
DCR | DCR (Depth Column Row) |
0 |
CRD | CRD (Column Row Depth) |
1 |
Depth to space mode enum
public enum DepthToSpaceMode : int
Name | Description | Value |
---|---|---|
DCR | DCR (Depth Column Row) |
0 |
CRD | CRD (Column Row Depth) |
1 |