Share via


MPSGraphForLoopBodyBlock Delegate

Definition

public delegate MetalPerformanceShadersGraph.MPSGraphTensor[] MPSGraphForLoopBodyBlock(MPSGraphTensor index, MPSGraphTensor[] iterationArguments);
type MPSGraphForLoopBodyBlock = delegate of MPSGraphTensor * MPSGraphTensor[] -> MPSGraphTensor[]

Parameters

iterationArguments
MPSGraphTensor[]

Return Value

Applies to