MetalPerformanceShaders tvOS 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

../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:]