Share via


MLCMatMulLayer.Create(MLCMatMulDescriptor) Method

Definition

[Foundation.Export("layerWithDescriptor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCMatMulLayer? Create(MLCompute.MLCMatMulDescriptor descriptor);
[<Foundation.Export("layerWithDescriptor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCMatMulDescriptor -> MLCompute.MLCMatMulLayer

Parameters

descriptor
MLCMatMulDescriptor

Returns

Attributes

Applies to