Contents

MLModelTransformerAdaptor

A transformer that uses a Core ML model.

Declaration

struct MLModelTransformerAdaptor<Scalar> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPoint

Topics

Creating an adaptor

Getting the model

Performing the transformation

See Also

Core ML adaptors