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