MetalPerformanceShaders macOS 10.13 Beta 2 to Beta 3 API Differences

../Frameworks/MPSImage.framework/Headers/MPSImageMath.h
Removed MPSImageArithmetic.secondaryStrideInPixelsX
Removed MPSImageArithmetic.secondaryStrideInPixelsY
../Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNConvolution.h
../Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNPooling.h
Removed MPSCNNDilatedPoolingMax.dilationFactorX
Removed MPSCNNDilatedPoolingMax.dilationFactorY
Removed -[MPSCNNDilatedPoolingMax initWithDevice:kernelWidth:kernelHeight:dilationFactorX:dilationFactorY:strideInPixelsX:strideInPixelsY:]
../Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h
Removed MPSCNNDilatedPoolingMaxNode.dilationFactorX
Removed MPSCNNDilatedPoolingMaxNode.dilationFactorY
Removed -[MPSCNNDilatedPoolingMaxNode initWithSource:kernelWidth:kernelHeight:strideInPixelsX:strideInPixelsY:dilationFactorX:dilationFactorY:]
Removed -[MPSCNNDilatedPoolingMaxNode initWithSource:filterSize:stride:dilationFactor:]
Declaration
From@property (nonatomic, readonly, nullable) id<MPSHandle> handle
To@property (nonatomic, readwrite, retain, nullable) id<MPSHandle> handle