MetalPerformanceShadersGraph iOS 14.0 Beta 3 to Beta 4 API Differences

MPSGraphDepthwiseConvolutionOps.h
Added MPSGraphDepthwiseConvolution2DOpDescriptor
Added MPSGraphDepthwiseConvolution2DOpDescriptor.strideInX
Added MPSGraphDepthwiseConvolution2DOpDescriptor.strideInY
Added MPSGraphDepthwiseConvolution2DOpDescriptor.dilationRateInX
Added MPSGraphDepthwiseConvolution2DOpDescriptor.dilationRateInY
Added MPSGraphDepthwiseConvolution2DOpDescriptor.paddingLeft
Added MPSGraphDepthwiseConvolution2DOpDescriptor.paddingRight
Added MPSGraphDepthwiseConvolution2DOpDescriptor.paddingTop
Added MPSGraphDepthwiseConvolution2DOpDescriptor.paddingBottom
Added MPSGraphDepthwiseConvolution2DOpDescriptor.paddingStyle
Added MPSGraphDepthwiseConvolution2DOpDescriptor.dataLayout
Added MPSGraphDepthwiseConvolution2DOpDescriptor.weightsLayout
Added +[MPSGraphDepthwiseConvolution2DOpDescriptor descriptorWithStrideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingStyle:dataLayout:weightsLayout:]
Added +[MPSGraphDepthwiseConvolution2DOpDescriptor descriptorWithDataLayout:weightsLayout:]
Added -[MPSGraphDepthwiseConvolution2DOpDescriptor setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom:]
Added -[MPSGraph depthwiseConvolution2DWithSourceTensor:weightsTensor:descriptor:name:]
Added -[MPSGraph depthwiseConvolution2DDataGradientWithIncomingGradientTensor:weightsTensor:outputShape:descriptor:name:]
Added -[MPSGraph depthwiseConvolution2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:descriptor:name:]
MPSGraphResizeOps.h
Added -[MPSGraph resizeWithGradientTensor:input:mode:centerResult:alignCorners:layout:name:]
MPSGraphTensorData.h
Added -[MPSGraphTensorData initWithMPSMatrix:rank:]
Added -[MPSGraphTensorData initWithMPSVector:rank:]