@class MLCLossDescriptor, NSData; @interface MLCYOLOLossDescriptor : NSObject <NSCopying> @property (readonly, retain) MLCLossDescriptor *spatialPositionLossDescriptor; @property (readonly, retain) MLCLossDescriptor *spatialSizeLossDescriptor; @property (readonly, retain) MLCLossDescriptor *confidenceLossDescriptor; @property (readonly, retain) MLCLossDescriptor *classesLossDescriptor; @property (readonly, nonatomic) int reductionType; @property (readonly, nonatomic) unsigned long long anchorBoxCount; @property (readonly, copy, nonatomic) NSData *anchorBoxes; @property (nonatomic) BOOL shouldRescore; @property (nonatomic) float scaleSpatialPositionLoss; @property (nonatomic) float scaleSpatialSizeLoss; @property (nonatomic) float scaleNoObjectConfidenceLoss; @property (nonatomic) float scaleObjectConfidenceLoss; @property (nonatomic) float scaleClassLoss; @property (nonatomic) float minimumIOUForObjectPresence; @property (nonatomic) float maximumIOUForObjectAbsence; + (id)descriptorWithAnchorBoxes:(id)a0 anchorBoxCount:(unsigned long long)a1; - (unsigned long long)hash; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithLossDescriptorWithSpatialPositionLossType:(int)a0 spatialSizeLossType:(int)a1 confidenceLossType:(int)a2 classesLossType:(int)a3 reductionType:(int)a4 anchorBoxCount:(unsigned long long)a5 anchorBoxes:(id)a6; - (unsigned long long)numberOfAnchorBoxes; - (void)setRescore:(BOOL)a0; @end