Share via


MPSGraphWhileBeforeBlock Delegate

Definition

public delegate MetalPerformanceShadersGraph.MPSGraphTensor MPSGraphWhileBeforeBlock(MPSGraphTensor[] inputTensors, NSMutableArray<MPSGraphTensor> resultTensors);
type MPSGraphWhileBeforeBlock = delegate of MPSGraphTensor[] * NSMutableArray<MPSGraphTensor> -> MPSGraphTensor

Parameters

inputTensors
MPSGraphTensor[]

Return Value

Applies to