luxlabs header browser preview


@interface MPSCNNNeuronReLUNode : MPSCNNNeuronNode

+ (id)nodeWithSource:(id)a0;
+ (id)nodeWithSource:(id)a0 a:(float)a1;

- (id)initWithSource:(id)a0;
- (id)initWithSource:(id)a0 a:(float)a1;

@end