Share via


MPSMatrixFindTopK.EncodeToCommandBuffer Method

Definition

[Foundation.Export("encodeToCommandBuffer:inputMatrix:resultIndexMatrix:resultValueMatrix:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EncodeToCommandBuffer(Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix inputMatrix, MetalPerformanceShaders.MPSMatrix resultIndexMatrix, MetalPerformanceShaders.MPSMatrix resultValueMatrix);
[<Foundation.Export("encodeToCommandBuffer:inputMatrix:resultIndexMatrix:resultValueMatrix:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix -> unit

Parameters

commandBuffer
IMTLCommandBuffer
inputMatrix
MPSMatrix
resultIndexMatrix
MPSMatrix
resultValueMatrix
MPSMatrix
Attributes

Applies to