MetalPerformanceShadersGraph iOS 15.0 Beta 4 to Beta 5 API Differences

MPSGraphActivationOps.h
Added -[MPSGraph leakyReLUWithTensor:alpha:name:]
Added -[MPSGraph leakyReLUWithTensor:alphaTensor:name:]
Added -[MPSGraph leakyReLUGradientWithIncomingGradient:sourceTensor:alphaTensor:name:]
MPSGraphConvolutionOps.h
Added -[MPSGraph convolution2DDataGradientWithIncomingGradientTensor:weightsTensor:outputShapeTensor:forwardConvolutionDescriptor:name:]
Added -[MPSGraph convolution2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name:]
MPSGraphConvolutionTransposeOps.h
Added -[MPSGraph convolutionTranspose2DWithSourceTensor:weightsTensor:outputShapeTensor:descriptor:name:]
Added -[MPSGraph convolutionTranspose2DDataGradientWithIncomingGradientTensor:weightsTensor:outputShapeTensor:forwardConvolutionDescriptor:name:]
Added -[MPSGraph convolutionTranspose2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name:]
MPSGraphResizeOps.h
Added -[MPSGraph resizeTensor:sizeTensor:mode:centerResult:alignCorners:layout:name:]
MPSGraphScatterNDOps.h
Added -[MPSGraph scatterNDWithDataTensor:updatesTensor:indicesTensor:batchDimensions:mode:name:]
Added -[MPSGraph scatterWithUpdatesTensor:indicesTensor:shape:axis:mode:name:]
Added -[MPSGraph scatterWithDataTensor:updatesTensor:indicesTensor:axis:mode:name:]
MPSGraphTensorShapeOps.h
Added -[MPSGraph reshapeTensor:withShapeTensor:name:]
Added -[MPSGraph broadcastTensor:toShape:name:]
Added -[MPSGraph broadcastTensor:toShapeTensor:name:]
Added -[MPSGraph shapeOfTensor:name:]
Added -[MPSGraph castTensor:toType:name:]
MPSGraphTopKOps.h
Added -[MPSGraph topKWithSourceTensor:k:name:]
Added -[MPSGraph topKWithSourceTensor:kTensor:name:]
Added -[MPSGraph topKWithGradientTensor:source:k:name:]
Added -[MPSGraph topKWithGradientTensor:source:kTensor:name:]