Share via


MLCMatMulDescriptor.Create Method

Definition

Overloads

Create()

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

Returns

Attributes

Applies to

Create(Single, Boolean, Boolean)

[Foundation.Export("descriptorWithAlpha:transposesX:transposesY:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCMatMulDescriptor? Create(float alpha, bool transposesX, bool transposesY);
[<Foundation.Export("descriptorWithAlpha:transposesX:transposesY:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : single * bool * bool -> MLCompute.MLCMatMulDescriptor

Parameters

alpha
Single
transposesX
Boolean
transposesY
Boolean

Returns

Attributes

Applies to