@class MLCYOLOLossDescriptor; @interface MLCYOLOLossLayer : MLCLossLayer @property (readonly, copy, nonatomic) MLCYOLOLossDescriptor *yoloLossDescriptor; + (id)layerWithDescriptor:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)compileForDevice:(id)a0 sourceTensors:(id)a1 resultTensor:(id)a2; - (id)initWithLossDescriptor:(id)a0; - (unsigned long long)resultSizeFromSourceSize:(unsigned long long)a0 dimension:(unsigned long long)a1; - (id)summarizedDOTDescription; @end