luxlabs header browser preview


@class NSData;

@interface MPSCNNNeuronPReLUNode : MPSCNNNeuronNode {
    NSData *_aData;
}

+ (id)nodeWithSource:(id)a0 aData:(id)a1;

- (void)dealloc;
- (id)descriptor;
- (id)initWithSource:(id)a0 aData:(id)a1;

@end