Contents

ComputeUnitKind

A type of hardware compute unit available for model inference.

Declaration

enum ComputeUnitKind

Overview

You use compute unit kinds with SpecializationOptions to control which hardware the framework targets when specializing a model. By default, specialization uses all available compute units on the device.

Topics

Defining compute unit types

Checking availability

See Also

Configuration