IMLCustomLayer Interfaccia

Definizione

Interfaccia che definisce i metodi necessari per un livello modello personalizzato.

[Foundation.Protocol(Name="MLCustomLayer", WrapperType=typeof(CoreML.MLCustomLayerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 2, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMLCustomLayer : IDisposable, ObjCRuntime.INativeObject
type IMLCustomLayer = interface
    interface INativeObject
    interface IDisposable
Attributi
Implementazioni

Proprietà

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi

EvaluateOnCpu(MLMultiArray[], MLMultiArray[], NSError)

Imposta in base all'uso della CPU per eseguire i calcoli.

GetOutputShapes(NSArray[], NSError)

Recupera la forma dei dati di output, come matrice di numeri che descrivono le dimensioni del tensore di output.

SetWeightData(NSData[], NSError)

Imposta i pesi interni del livello.

Metodi di estensione

Encode(IMLCustomLayer, IMTLCommandBuffer, IMTLTexture[], IMTLTexture[], NSError)

Imposta applicando alla funzione descritta da .

Si applica a