MetalPerformanceShaders tvOS 12.0 Beta 4 to Beta 5 API Differences

../Frameworks/MPSCore.framework/Headers/MPSImage.h
Protocols
Fromnone
ToNSCopying

../Frameworks/MPSImage.framework/Headers/MPSImageHistogram.h
Removed MPSImageNormalizedHistogramInfo
Declaration
From@property (nonatomic, readonly) MPSImageNormalizedHistogramInfo histogramInfo
To@property (nonatomic, readonly) MPSImageHistogramInfo histogramInfo

Declaration
From- (nonnull instancetype)initWithDevice:(nonnull id<MTLDevice>)device histogramInfo:(nonnull const MPSImageNormalizedHistogramInfo *)histogramInfo
To- (nonnull instancetype)initWithDevice:(nonnull id<MTLDevice>)device histogramInfo:(nonnull const MPSImageHistogramInfo *)histogramInfo

../Frameworks/MPSNeuralNetwork.framework/Headers/MPSCNNLoss.h
Declaration
From+ (nullable MPSCNNLossDescriptor *)cnnLossDescriptorWithType:(MPSCNNLossType)lossType reductionType:(MPSCNNReductionType)reductionType
To+ (nonnull MPSCNNLossDescriptor *)cnnLossDescriptorWithType:(MPSCNNLossType)lossType reductionType:(MPSCNNReductionType)reductionType

Declaration
From+ (nullable MPSCNNYOLOLossDescriptor *)cnnLossDescriptorWithXYLossType:(MPSCNNLossType)XYLossType WHLossType:(MPSCNNLossType)WHLossType confidenceLossType:(MPSCNNLossType)confidenceLossType classesLossType:(MPSCNNLossType)classesLossType reductionType:(MPSCNNReductionType)reductionType anchorBoxes:(nonnull NSData *)anchorBoxes numberOfAnchorBoxes:(NSUInteger)numberOfAnchorBoxes
To+ (nonnull MPSCNNYOLOLossDescriptor *)cnnLossDescriptorWithXYLossType:(MPSCNNLossType)XYLossType WHLossType:(MPSCNNLossType)WHLossType confidenceLossType:(MPSCNNLossType)confidenceLossType classesLossType:(MPSCNNLossType)classesLossType reductionType:(MPSCNNReductionType)reductionType anchorBoxes:(nonnull NSData *)anchorBoxes numberOfAnchorBoxes:(NSUInteger)numberOfAnchorBoxes

../Frameworks/MPSNeuralNetwork.framework/Headers/MPSNeuralNetworkTypes.h
../Frameworks/MPSNeuralNetwork.framework/Headers/MPSNNGraphNodes.h
../Frameworks/MPSRayIntersector.framework/Headers/MPSInstanceAccelerationStructure.h
Removed MPSInstanceAccelerationStructure.accelerationStructureIndexBuffer
Removed MPSInstanceAccelerationStructure.accelerationStructureIndexBufferOffset
../Frameworks/MPSRayIntersector.framework/Headers/MPSRayIntersectorTypes.h
Added #def MPS_ALWAYS_INLINE