Skip to main content

Module data_type

Module data_type 

Source
Expand description

Selected MPSDataType constants useful for graph inputs and outputs.

Constantsยง

BOOL
Mirrors the MPSGraph framework constant BOOL.
FLOAT16
Mirrors the MPSGraph framework constant FLOAT16.
FLOAT32
Mirrors the MPSGraph framework constant FLOAT32.
INT8
Mirrors the MPSGraph framework constant INT8.
INT16
Mirrors the MPSGraph framework constant INT16.
INT32
Mirrors the MPSGraph framework constant INT32.
INT64
Mirrors the MPSGraph framework constant INT64.
INVALID
Mirrors the MPSGraph framework constant INVALID.
UINT8
Mirrors the MPSGraph framework constant UINT8.
UINT16
Mirrors the MPSGraph framework constant UINT16.
UINT32
Mirrors the MPSGraph framework constant UINT32.
UINT64
Mirrors the MPSGraph framework constant UINT64.
UNORM8
Mirrors the MPSGraph framework constant UNORM8.