luxlabs header browser preview


@class MPSCNNLossLabels;

@interface MPSNNLossGradientState : MPSNNGradientState {
    float _weight;
    float _labelSmoothing;
    float _epsilon;
    float _delta;
    MPSCNNLossLabels *_lossLabels;
}

+ (id)temporaryStateWithCommandBuffer:(id)a0;

- (void)dealloc;
- (id)initWithResource:(id)a0;
- (id)debugDescription;

@end