luxlabs header browser preview


@class SNDSPGraphCustomModel;

@interface _SNVGGishFrontEndProcessingCustomModel : NSObject <MLCustomModel> {
    SNDSPGraphCustomModel *_model;
}

- (id)predictionFromFeatures:(id)a0 options:(id)a1 error:(id *)a2;
- (void).cxx_destruct;
- (id)initWithModelDescription:(id)a0 parameterDictionary:(id)a1 error:(id *)a2;

@end