Contents

InferenceFunctionDescriptor

A description of an inference function’s signature.

Declaration

struct InferenceFunctionDescriptor

Mentioned in

Overview

Use a descriptor to inspect the names and types of a function’s inputs, outputs, and states before running inference. You obtain a descriptor from functionDescriptor(for:) or from the descriptor property.

Topics

Identifying the function

Describing inputs

Describing outputs

Describing state

See Also

Inference