MLCMatMulDescriptor.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Create() | |
| Create(Single, Boolean, Boolean) |
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