MetalPerformanceShaders iOS 11.0 Beta 3 to Beta 4 API Differences

../Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNConvolution.h
Removed MPSCNNConvolutionDescriptor.dilationRate
Removed MPSCNNConvolution.dilationRate
Declaration
From@property (atomic, readonly) float a
To@property (nonatomic, readonly) float a

Declaration
From@property (atomic, readonly) float b
To@property (nonatomic, readonly) float b

Declaration
From@property (atomic, readonly) float a
To@property (nonatomic, readonly) float a

Declaration
From@property (atomic, readonly) float a
To@property (nonatomic, readonly) float a

Declaration
From@property (atomic, readonly) float b
To@property (nonatomic, readonly) float b

Declaration
From@property (atomic, readonly) float a
To@property (nonatomic, readonly) float a

Declaration
From@property (atomic, readonly) float b
To@property (nonatomic, readonly) float b

Declaration
From@property (atomic, readonly) float a
To@property (nonatomic, readonly) float a

Declaration
From@property (atomic, readonly) float b
To@property (nonatomic, readonly) float b

Declaration
From@property (atomic, readonly) float a
To@property (nonatomic, readonly) float a

Declaration
From@property (nonatomic, readwrite) MPSCNNNeuronType neuronType
To- (MPSCNNNeuronType)neuronType

Declaration
From@property (nonatomic, readwrite) float neuronParameterA
To- (float)neuronParameterA

Declaration
From@property (nonatomic, readwrite) float neuronParameterB
To- (float)neuronParameterB

../Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNNeuronType.h
../Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h
Removed +[MPSCNNNeuronNode nodeWithSource:type:a:b:]
Removed -[MPSCNNNeuronNode initWithSource:type:a:b:]
Removed -[MPSCNNNeuronNode initWithSource:]
Removed -[MPSCNNNeuronNode initWithSource:a:]
../Frameworks/MPSNeuralNetwork.framework/Headers/MPSRNNLayer.h