Contents

InferenceValue

A value that an inference function accepts as input or produces as output.

Declaration

struct InferenceValue

Mentioned in

Overview

An InferenceValue wraps either an NDArray or a pixel buffer, and you retrieve it after inference using the ndArray property.

Topics

Inspecting a value

Creating a value

Describing values

Accessing views

Adopting representable protocols

Instance Properties

See Also

Inference