MPSImageFeatureChannelFormat Enum

Definition

Enumerates image channel descriptions.

[ObjCRuntime.TV(10, 0)]
public enum MPSImageFeatureChannelFormat
type MPSImageFeatureChannelFormat = 
Inheritance
MPSImageFeatureChannelFormat
Attributes

Fields

Float16 3

Indicates a half-precision floating point format.

Float32 4

Indicates a single-precision floating point format.

Invalid 0

Indicates an invalid format.

Unorm16 2

Indicates an unsigned 16-bit integer that encodes values in [0,1.0].

Unorm8 1

Indicates an unsigned 8-bit integer that encodes values in [0,1.0].

Applies to